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:
Eddy G
2025-07-01 19:06:48 -04:00
parent b49433f5ff
commit 13621b6f46
5 changed files with 11 additions and 7 deletions

View File

@@ -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');