remotewebdriver - Selenium Server - Google Captcha issue -
i have selenium server running on remote server, , on same server have public-facing site configured in iis implements remotewebdriver run automated tests.
i accessing site local machine, , it's working fine.
one of tests have in place involves going google.com , entering search term. problem have each time run test, google shows 'unusual traffic computer network' captcha page.
can recommend way around issue?
thanks in advance.
i able resolve adding following parameter when launching selenium server jar:
-dwebdriver.firefox.profile=default
it appears that, default, firefox remote webdriver uses new clean, anonymous profile. google didn't this. above forces use existing 'default' firefox profile. @ least that's understanding anyway!
Comments
Post a Comment