Skip to content

Commit

Permalink
Update src/Core/Riganti.Selenium.Core/BrowserWrapper.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Standa Lukeš <[email protected]>
  • Loading branch information
quigamdev and exyi authored Sep 7, 2024
1 parent de40e81 commit 1be2593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Riganti.Selenium.Core/BrowserWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void SetCssSelector()
/// <summary>
/// Gives path of url of active browser tab.
/// </summary>
public string CurrentUrlPath => new Uri(CurrentUrl).GetComponents(UriComponents.PathAndQuery | UriComponents.Fragment & ~UriComponents.HostAndPort, UriFormat.UriEscaped);
public string CurrentUrlPath => new Uri(CurrentUrl).GetComponents(UriComponents.PathAndQuery | UriComponents.Fragment, UriFormat.UriEscaped);



Expand Down

0 comments on commit 1be2593

Please sign in to comment.