You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The timeout- and pollFreq- parameters apply only for the assert function after the element has been found from the DOM. Due to this, the driver will loop indefinitely until the element is found. This will cause trouble when the intention is to check that an element does not exist on the DOM or when an element never appear on the DOM.
Is there a way to override httpOpts or otherwise set the timeout for individual jsonWire calls? Is there another method for checking the non-existence of matching elements on the DOM?
The text was updated successfully, but these errors were encountered:
The timeout- and pollFreq- parameters apply only for the assert function after the element has been found from the DOM. Due to this, the driver will loop indefinitely until the element is found. This will cause trouble when the intention is to check that an element does not exist on the DOM or when an element never appear on the DOM.
Is there a way to override httpOpts or otherwise set the timeout for individual jsonWire calls? Is there another method for checking the non-existence of matching elements on the DOM?
The text was updated successfully, but these errors were encountered: