Name:
Location:
  1. WebDriver’s Actions commands are?
  2. commands that verify if a certain condition is met.
    commands that sends key strokes to browser.
    commands that directly interact with page elements
    commands that allow you to store values to a variable.
  3. What are the features supported by Selenium IDE?
  4. Record and Play
    Test against Firefox only
    Export recorded tests to scripts
    Test in multiple browsers
    Parallel testing using Selenium Grid
  5. What are the different navigation methods of WebDriver?
  6. refresh()
    goto()
    moveto()
    back()
    forward()
  7. Which command is used to print a string value or a variable in Selenium IDE?
  8. printf
    display
    echo
    print
  9. Which driver is used to Launching firefox browser in Selenium 3?