So basically I can't click an element this thing pops up
I'm using developer tools for mobile emulation in selenium
script will stop functioning (semi-crash) even though i close this popup manually it wont fix
driver.find_element(By.XPATH, '/html/body/div[1]/section/nav[2]/div/div/div[2]/div/div/div[3]').click()
I've Tried send_keys(Keys.RIGHT) or enter, headless mode and ...