Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

1 like 0 dislike
265 views
in Selenium by
recategorized by
I am using Selenium Webdriver for automation. I would like to know code to execute Javascript and click on an element.

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)
selected by
 
Best answer
WebElement element = driver.findElement(/*Your find element By*/);
JavascriptExecutor executor = (JavascriptExecutor)driver;
executor.executeScript("arguments[0].click();", element);


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

1.4k questions

1.6k answers

866 comments

1.9k users

...