Package com.codeborne.selenide.impl
Class BiDiUti
java.lang.Object
com.codeborne.selenide.impl.BiDiUti
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<org.openqa.selenium.logging.LogEntry>collectBrowserLogs(org.openqa.selenium.WebDriver webDriver) static Optional<org.openqa.selenium.bidi.BiDi>getBiDiIfEnabled(org.openqa.selenium.WebDriver webDriver) static booleanisBiDiEnabled(org.openqa.selenium.WebDriver webDriver)
-
Constructor Details
-
BiDiUti
public BiDiUti()
-
-
Method Details
-
isBiDiEnabled
public static boolean isBiDiEnabled(org.openqa.selenium.WebDriver webDriver) -
getBiDiIfEnabled
public static Optional<org.openqa.selenium.bidi.BiDi> getBiDiIfEnabled(org.openqa.selenium.WebDriver webDriver) -
collectBrowserLogs
public static List<org.openqa.selenium.logging.LogEntry> collectBrowserLogs(org.openqa.selenium.WebDriver webDriver)
-