Hello, Support Team.
I have such a trouble: ActiveBrowser.Url.ToString returns an empty string. I'm using last version of Telerik, Win7 and IE9.
Can anybody help me?
What is the syntax to get current URL in coded step.
0
Nikolai
Telerik team
answered on 19 Sep 2018, 03:34 PM
Hello Austin,
You can get the current url like this:
string url = ActiveBrowser.Url;
This however assumes that you are using either our code-behind or unit test template.
If you can elaborate what is your case or if something is not working properly we can give you additional information and guidance.