Explain Action, build and perform in Selenium WebDriver?

Action in Selenium – Actions class is an ability provided by Selenium for handling keyboard and mouse events.

build() method in Actions class is use to create chain of action or operation you want to perform

perform() this method in Actions Class is use to execute chain of action which are build using Action build method.

Leave a Reply