leochabi / selenium-vba

Automatically exported from code.google.com/p/selenium-vba
0 stars 1 forks source link

How can i get the url of the current page #73

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Operating system : Windows 7
.Net Framework version :4
Office Version :2010
SeleniumWrapper version :

What is your issue ?

how can i show in a msgbox the url of the current address
i have tried using driver.

Original issue reported on code.google.com by alam...@gmail.com on 25 Jun 2014 at 8:20

GoogleCodeExporter commented 8 years ago
You can find all the methods in the help file.
To get the url:
url = webdriver.Url 

Original comment by florentbr on 25 Jun 2014 at 9:11