In my application, when I log in, I go to another page. Now I need to get this new URL using WebDriver in Selenium C #.
I can not find any function for this. I tried driver.Url , driver.getLocation() and driver.getCurrentUrl() , but nothing works in my C # application. So is it possible to get the current URL somehow? After it is done?
source share