Wednesday, November 19, 2014

On 1:01 AM by Unknown   No comments
Answer 66Changing domains is also a security restriction from java script. To overcome this you should start your Selenium server in proxy injection mode as –

java -jar selenium-server.jar –proxyInjectionMode

Now Selenium server would act as proxy server for all the content going to test application

Answer 67Yes you can. To do so you need to specify following parameters while starting Selenium server –
  • Browser
  • Test domain
  • Path to html suite (you Selenese tests) and
  • Path to result 

Ex: java -jar <>.jar -htmlSuite   

Answer 68If you want to log browser side option during test execution then you should start Selenium server as following – 
java -jar <>.jar –browserSideLog

0 comments:

Post a Comment