0 votes
in Selenium by

Identify the correct statement about Implicit Wait-

a) An implicit wait is to tell WebDriver to poll the DOM for a certain amount of time when trying to find an element or elements if they are not immediately available.

b) The default setting is 0.

c) Once set, the implicit wait is set for the life of the WebDriver object instance.

d) An implicit wait is the code you define to wait for a certain condition to occur before proceeding further in the code.

1 Answer

0 votes
by

Once set, the implicit wait is set for the life of the WebDriver object instance.

Related questions

0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
0 votes
asked Mar 9, 2022 in Secure Programming Practices by sharadyadav1986
...