mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-20 02:29:31 -07:00
Stop Mobile Safari from trying to auto-fill the location box
This change prevents the "No items to show" popup that obscures the first couple suggested matches.
This commit is contained in:
@@ -21,7 +21,7 @@ page.on('console', messageFormatter);
|
||||
|
||||
const tester = async (location, testPage) => {
|
||||
// Set the address
|
||||
await testPage.type('#txtAddress', location);
|
||||
await testPage.type('#txtLocation', location);
|
||||
await setTimeout(500);
|
||||
// get the page
|
||||
await testPage.click('#btnGetLatLng');
|
||||
|
||||
Reference in New Issue
Block a user