Skip to content

Commit

Permalink
Update selenium-usage.md
Browse files Browse the repository at this point in the history
fix typo
[skip ci]
  • Loading branch information
kaliiiiiiiiii authored Apr 22, 2024
1 parent d5e4e8f commit 7f1e795
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/gitbook/input/selenium-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 7f1e795

Please sign in to comment.