Answers for "webbot click href"

6

onclick href

onclick="location.href='http://www.hyperlinkcode.com/button-links.php'"
Posted by: Guest on March-30-2020
-1

clicking on hyperlink

We use click() method in Selenium to click on the hyperlink

driver.findElement(By.linkText(“Software Testing Material Website”)).click();
Posted by: Guest on December-05-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language