A packaged framework for implementing web and API test suites. Builds on Concordion to bring your software delivery team together around living documentation.
When a DOM operation is happening on the page it may temporarily cause the element to be inaccessible. We want to wait for the DOM operation to complete, and ignore the WebDriverException (and
hierarchy), rather than throw the exception.
When a DOM operation is happening on the page it may temporarily cause the element to be inaccessible. We want to wait for the DOM operation to complete, and ignore the WebDriverException (and hierarchy), rather than throw the exception.