Uses of Class
org.openqa.selenium.PageLoadStrategy
-
Packages that use PageLoadStrategy Package Description org.openqa.selenium org.openqa.selenium.remote -
-
Uses of PageLoadStrategy in org.openqa.selenium
Methods in org.openqa.selenium that return PageLoadStrategy Modifier and Type Method Description static PageLoadStrategy
PageLoadStrategy. fromString(java.lang.String text)
static PageLoadStrategy
PageLoadStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PageLoadStrategy[]
PageLoadStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PageLoadStrategy in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote with parameters of type PageLoadStrategy Modifier and Type Method Description DO
AbstractDriverOptions. setPageLoadStrategy(PageLoadStrategy strategy)
-