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
awaitpage.locator("[placeholder*='Country']").pressSequentially("ro",{delay:100});// input field, shows results per input so pressing 1letter at a time
42
+
constcountryDropdown=page.locator(".ta-results");
43
+
awaitcountryDropdown.waitFor();//wait until is shown
0 commit comments