ncbi / robotframework-pageobjects

Implementation of the Page Object pattern with Robot Framework and selenium. Also facilitates page object pattern independent of Robot Framework
http://ncbi.github.io/robotframework-pageobjects
Other
84 stars 75 forks source link

Not require baseurl #28

Open kahunacohen opened 9 years ago

kahunacohen commented 9 years ago

What about not requiring the baseurl option or attribute? Shoudln't I be able to run a test case with no baseurl set, and then use open to go directly to a full url? There are times, especially when debugging, when setting a baseurl is overkill.

dpsfrishberg commented 9 years ago

Does that not work now, if you do page.open("http://foo.com/bar")?

kahunacohen commented 9 years ago

I don' t think so. I think it requires a baseurl always...