Hi everyone. Here’s a basic test that I would expect to pass, but doesn’t. Element text is always returned as empty. Not sure if I’m doing something wrong here or if it’s bugged in the latest version of SeleniumLibrary.
open browser https://www.google.com
wait until page contains element name:q
input text name:q aaa
element text should be name:q aaa
It’s the same result, the problem is not with the locator but with getting the element’s text. It’s always empty. I can see that ‘aaa’ is written into it on screen.
The text of element 'q' should have been 'aaa' but it was ''.