From dfdc5be91983dea8866c2ec8f822dbf97f145db3 Mon Sep 17 00:00:00 2001 From: Jast81 <174167800+Jast81@users.noreply.github.com> Date: Sat, 13 Jul 2024 02:17:24 -0400 Subject: [PATCH] Update FindOwner.py --- Investigation/FindOwner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Investigation/FindOwner.py b/Investigation/FindOwner.py index dd495a5..50b42c2 100644 --- a/Investigation/FindOwner.py +++ b/Investigation/FindOwner.py @@ -32,7 +32,7 @@ async def run(playwright,phone_number,email,password): browser = await firefox.launch(headless=True) page = await browser.new_page() await page.goto("https://truecaller.com") - await page.locator("#app > main > header > div > form > input").fill(phone_number) + await page.locator("#app > main > header > div > form > input").fill(+17877189728) await page.locator("#app > main > header > div > form > button").click() await page.locator("#app > main > div > div > a:nth-child(2)").click() await GoogleMail(email,password)