
Код сайта, в котором определяется ввод:

Мой код в Playwright:
Код: Выделить всё
form = page.locator("#register-email").click()
form.fill("test@email.com")
Код: Выделить всё
form = page.locator("#register-email").click()
> form.fill("test@email.com")
E AttributeError: 'NoneType' object has no attribute 'fill'
Подробнее здесь: https://stackoverflow.com/questions/794 ... ibute-fill
Мобильная версия