Move options.json to example

This commit is contained in:
PAlexanderFranklin 2023-08-30 18:47:25 -07:00
parent ff2392318f
commit d163f29e58
3 changed files with 4 additions and 3 deletions

View File

@ -1,3 +0,0 @@
{
"uberPhoneNumber": "4444567891"
}

3
options.json.example Normal file
View File

@ -0,0 +1,3 @@
{
"uberPhoneNumber": "1234567891"
}

View File

@ -55,6 +55,7 @@ async function main() {
`input[id="PHONE_NUMBER_or_EMAIL_ADDRESS"]`,
options.uberPhoneNumber ?? "",
)
await page.click('button[type="submit"]');
for (let i = 0; i < 100; i++) {
await sleep(500)