How to find visible and invisible no of link using selenium?
Answers
Answered by
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