Open kahunacohen opened 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.
Does that not work now, if you do page.open("http://foo.com/bar")?
page.open("http://foo.com/bar")
I don' t think so. I think it requires a baseurl always...
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.