diff --git a/docs/gitbook/input/selenium-usage.md b/docs/gitbook/input/selenium-usage.md index a680e3b..b82932e 100644 --- a/docs/gitbook/input/selenium-usage.md +++ b/docs/gitbook/input/selenium-usage.md @@ -72,7 +72,6 @@ async def main(): locator = await driver.find_element(By.XPATH, "//button") x, y = await get_locator_pos(locator) # Click Coords => Click Button - await driver.find_element(By.XPATH, "//button") await async_input.click("left", x, y) asyncio.run(main())