Google Chrome 21 does not support command line switch --disable-web-security

Starting with the latest version of Google Chrome browser version 21. * and Selenium Chrome version version 22. *, the special command line switch "--disable-web-security" that we used to test our frames with a different domain is no longer supported (deprecated) . Is there a workaround in order to automate our frame, which is in a different domain in the Chrome browser?

Our existing functional automation infrastructure is completely dependent on this switch (--disable-web-security). Feedback will be appreciated.

+5
source share
3 answers

, - , .

jQuery AJAX , , , .

" ".

( Chrome 21.0.1180.60).

+7

Chrome.exe, , .

0

Yes. What turned out to be the problem is even after you close the chrome ... there is a chrome.exe process. Kill him using taskmanager and the flag will work even in version 28

0
source

All Articles