Мне нужно перевести код Selenium в Playwright.
код:
self.wait_for_element_not_present("element CSS here")
Есть ли решение:
Not self.page.locator("element CSS here").is_visible()
Подробнее здесь: https://stackoverflow.com/questions/729 ... playwright
Мобильная версия