How can I get the tooltip text using Selenium Java if the tooltip element doesn't exist in the DOM?
Asked
Active
Viewed 62 times
0
-
2Update the question with the text based relevant HTML and your code trials. – undetected Selenium Dec 09 '20 at 13:24
-
Isn't this basically the question of how to hover with Selenium, asked here: https://stackoverflow.com/questions/17293914/how-to-perform-mouseover-function-in-selenium-webdriver-using-java – Simon Dec 09 '20 at 13:47
-
I have already got it. Thanks. – Arsen Dec 10 '20 at 08:05