What is the purpose of using 'driver.manage().timeouts().pageLoadTimeout()' in Selenium?
-
A
Sets maximum time to locate an element
-
B
Sets maximum time to wait for a page to fully load before throwing an exception
-
C
Sets delay between keystrokes in sendKeys()
-
D
Configures the implicit wait for all elements