Does watir support browser.text.include? count text inside invisible divs? If so, how to search only visible text?
I put all the instructions in html from the very beginning and use jQuery to hide and show the corresponding parts.
How can I use wair waiter to wait only for visible text?
My problem is that the waiter always returns true, even before I made certain text visible.
source
share