Answers for "hyperlink with onclick event html"

1

onclick on anchor tag

<a href='more.php' onclick='show_more_menu()'>More >>></a>
Posted by: Guest on July-18-2020
0

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

Browse Popular Code Answers by Language