Starting Chromium with CORS extension enabled #1959
Answered
by
mdmintz
db-dhananjayb
asked this question in
Q&A
|
I want to launch chromium browser with the CORS extension "Moesif Origin & CORS Changer" enabled and further test local website with various CORS options enabled. Can someone help me how to achieve this with SeleniumBase. Alternatively I will also appreciate if there is a better proven way to play with CORS options by playing with profiles/capabilities. I can run the test using pytest --disable-ws option however I am looking for a more fine grained control with code. |
Answered by
mdmintz
Jul 13, 2023
Replies: 1 comment
|
Use these command-line options to load a chromium extension at the start of tests: For CORS-specific questions, see StackOverflow. |
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use these command-line options to load a chromium extension at the start of tests:
For CORS-specific questions, see StackOverflow.