Starting Chromium with CORS extension enabled #1959
-
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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Use these command-line options to load a chromium extension at the start of tests:
For CORS-specific questions, see StackOverflow. |
Beta Was this translation helpful? Give feedback.
Use these command-line options to load a chromium extension at the start of tests:
For CORS-specific questions, see StackOverflow.