Hi All,
There is a problem regarding selenium PHPUnit.
[b]PHPUnit version: 3.7.21
OS: Windows7
Selenium Server: selenium-server-standalone-2.48.2[/b]
I am getting a very weird situation, that I have a text present on the page, and using assertTextPresent() function on that page only. But it continuously fail.
Earlier I thought, may be it because of page not loaded properly. So I just use pause() for page to load. And now I am able to see the text on page.
I also captured the screenshot, In that screenshot I am also able to see that pattern.
But there is something wrong, that this function is not able to find text in the page.
Any help will be appreciated.
Thanks.