Forum Discussion
HKosova
Alumni
13 years agoHi Yvelise,
browser.Page(url) should actually work just fine for the existing web pages. You can see the correct syntax in the Object Browser.
Please pay attention to the following:
* trailing slashes in the URL, e.g. http://www.google.fr/ vs http://www.google.fr
* presence of "www", e.g. http://www.website.com vs http://website.com
* http:// vs https://
browser.Page(url) should actually work just fine for the existing web pages. You can see the correct syntax in the Object Browser.
Please pay attention to the following:
* trailing slashes in the URL, e.g. http://www.google.fr/ vs http://www.google.fr
* presence of "www", e.g. http://www.website.com vs http://website.com
* http:// vs https://