Wednesday, November 19, 2014

On 1:01 AM by Unknown   No comments
Answer 63Yes you can instruct Selenium Server to launch just one window. To do so you must specify –singleWindow while starting the Selenium server as –

           java -jar selenium-server.jar –singleWindow

Answer 64This usually happens while using open method with Selenium. One way to overcome this is to use setTimeOut method in your test script another way is to specify time out while starting Selenium server as following –

           java -jar selenium-server.jar –timeout

Answer 65You can specify your corporate proxy as following while starting Selenium Server –


java -jar .jar-Dhttp.proxyHost= -Dhttp.proxyPort= -Dhttp.proxyUser= -Dhttp.proxyPassword=

0 comments:

Post a Comment