Automation Question:
Download Questions PDF

Tell me how you can capture server side log Selenium Server?

Answer:

To capture server side log in Selenium Server, you can use command: java –jar .jar –log selenium.log

Download Automation Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us what are the two modes of views in Selenium IDE?Do you know what is the purpose of creating a reference variable- 'driver' of type WebDriver instead of directly creating a FireFoxDriver object or any other driver's reference in the statement Webdriver driver = new FirefoxDriver();?