internet explorer - Unable to add cookie to page using Selenium with php -
i'm using phpunit extension phpunit-selenium run test on website using selenium grid, whenever try running tests on internet explorer, error message stating:
unable add cookie page (warning: server did not provide stacktrace information)
the issue seems stem phpunit-selenium trying, unable set cookie "phpunit_selenium_test_id."
i found example code of setting , removing cookies here, , interesting thing code link executes fine on ie, displaying contents of cookie, when try add cookies site, fails.
i've tried possible solutions, such getting website before attempting set cookie, , turning "protected mode" off.
is there security setting on ie or i'm missing?
i ran similar problem running selenium tests in ie9.
try setting ie default browser.
http://kenhirakawa.com/selenium-unable-to-add-cookie-to-page/
Comments
Post a Comment