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
{{ message }}
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
Playwright's API does not have a select method for page. Instead, it is called selectOption. This is not captured in the headless recorder, and should be refactored accordingly, otherwise playwright flows will not work with select dropdowns, as it will record the event as page.select which is undefined and throws an error.
The text was updated successfully, but these errors were encountered:
Playwright's API does not have a
select
method for page. Instead, it is calledselectOption
. This is not captured in the headless recorder, and should be refactored accordingly, otherwise playwright flows will not work with select dropdowns, as it will record the event aspage.select
which is undefined and throws an error.The text was updated successfully, but these errors were encountered: