Ejemplo n.º 1
0
 public static void OpenedPageWithBody(string html, IWebDriver driver)
 {
     Given.OpenedEmptyPage(driver);
     When.WithBody(html, driver);
 }
Ejemplo n.º 2
0
 public static void OpenedPageWithBody(string html)
 {
     Given.OpenedEmptyPage();
     When.WithBody(html);
 }