Computer Science, asked by Parthasaha5869, 1 year ago

How to find visible and invisible no of link using selenium?

Answers

Answered by PiyushSinghRajput1
1
Selenium Webdriver has many inbuilt functions to interact with web elements you can use those functions as per the suitability. You can use WebDriver's JavascriptExecutor to execute a piece of Javascript that can interactwith any element in the DOM, visible or hidden.
Similar questions