Tagged Questions
1
vote
1answer
723 views
Selenium: Dynamic buttons and classes?
So, I was trying out a test case on a website and Selenium registers the events perfectly. Now, if I have to search for a particular class and get the innerHTML of that class, how would I do it ...