Class BasicAuthUtils
java.lang.Object
com.codeborne.selenide.drivercommands.BasicAuthUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
registerBasicAuth
(org.openqa.selenium.WebDriver webDriver, Credentials credentials) static boolean
uriMatchesDomain
(String url, String domain)
-
Constructor Details
-
BasicAuthUtils
public BasicAuthUtils()
-
-
Method Details
-
registerBasicAuth
@CheckReturnValue public static boolean registerBasicAuth(org.openqa.selenium.WebDriver webDriver, @Nullable Credentials credentials) -
uriMatchesDomain
-