MarkusBernhardt / robotframework-selenium2library-java

Java port of the Selenium 2 (WebDriver) Python library for Robot Framework
Apache License 2.0
46 stars 48 forks source link

Add keyword "Wait Until Page Title Contains #59

Closed alexhaller closed 9 years ago

alexhaller commented 9 years ago

Hi,

I miss the given keyword in the heading. I want to wait till a page is loaded but I don´t want to check if there´s a certain element on the site. I need the page title.

It would be great if you can add this keyword.

Thx a lot!

Best regards, Alex

MarkusBernhardt commented 9 years ago

Hi,

hmm, the keyword already exists. It is called 'Wait Until Title Contains' ;-))

Cheers, Markus