我找不到任何功能来做到这一点.我试过过driver.Url,driver.getLocation()和driver.getCurrentUrl(),但我的C#应用程序中没有任何工作.那么有可能以某种方式得到当前的URL吗?导航后?
代码段:
IWebDriver driver = new FirefoxDriver(); String currentURL = driver.Url;
帮助来自:Selenium: Find the base Url