/ Published in: Ruby
URL: http://www.delicious.com/theFangMonster/selenium+google+chrome+debugging
Instead of just saying @selenium.start, use the following incantation to start up your Chrome instance.
Expand |
Embed | Plain Text
@selenium.start_new_browser_session('commandLineFlags' => '--disable-web-security')
You need to login to post a comment.
