sync_playwright()
headless=False
slow_mo=random.randint(50, 150)
random_sleep()
min_time
max_time
page.locator(selector)
from_field.fill("LAX")
with sync_playwright() as p: