how can I find the text inside a page using selenium?
Is this the right way?
Assert.IsTrue(WebBrowser.Driver.PageSource.Contains(texto));
|
|
|
The code is this:
|
|||||||||
|
|
For some reason, certain elements don't seem to respond to the "generic" search listed in the other answer. At least not in Selenium2library under Robot Framework which is where I needed this incantation to find the particular element:
|
|||
|
|