DEV Community

skptricks
skptricks

Posted on

Click command in selenium webdriver does not work

Post Link : Click command in selenium webdriver does not work

Sometime in web based application, we require to click on Button or any web element present in web page, while performing automation testing with the help of selenium framework. Mostly we are preferring click() command to perform click event or operation, but sometime click command is not working for few web elements. In that case you can use sendKeys commands to perform click operation.

Click to read more

Top comments (0)