Exemplo n.º 1
0
 public static void NavigateToUrl(string url)
 {
     // Log.Info($"Navigating to url: {url}");
     WebDriverSupport.SupportDriver().Navigate().GoToUrl(url);
 }
Exemplo n.º 2
0
 public string GetPageSource()
 {
     return(WebDriverSupport.SupportDriver().PageSource);
 }
Exemplo n.º 3
0
 public static void NavigateToBase()
 {
     WebDriverSupport.SupportDriver().Navigate().GoToUrl(BaseUrl);
 }