if len(iframes) > 0:
iframe_document = iframes[0]
loc = await iframe_document.location
center = await driver.execute_script('return Math.floor(document.body.clientWidth / 2)')
cookies = await driver.get_cookies()
await p.click(x_or_elem=center - 110, y=loc['y'] + 72 + 10)
I do this, anyone got any better ideas? It misses sometimes
Activity