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
SansLang
changed the title
Does playwright support waiting for the element unvisiable?
Does playwright support waiting for the element invisible?
Mar 15, 2021
For example, the same as selenium, WebDriverWait(driver, timeout).until_not(EC.visibility_of_element_located((By.XPATH, locator)))
The text was updated successfully, but these errors were encountered: