Uses of Enum Class
org.openqa.selenium.PageLoadStrategy
Packages that use PageLoadStrategy
- 
Uses of PageLoadStrategy in org.openqa.seleniumMethods in org.openqa.selenium that return PageLoadStrategyModifier and TypeMethodDescriptionstatic @Nullable PageLoadStrategyPageLoadStrategy.fromString(@Nullable String text) static PageLoadStrategyReturns the enum constant of this class with the specified name.static PageLoadStrategy[]PageLoadStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of PageLoadStrategy in org.openqa.selenium.remoteMethods in org.openqa.selenium.remote with parameters of type PageLoadStrategyModifier and TypeMethodDescriptionAbstractDriverOptions.setPageLoadStrategy(PageLoadStrategy strategy)