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