Skip to content

Commit

Permalink
Merge pull request #75 from hhslepicka/fix_get_last_x
Browse files Browse the repository at this point in the history
  • Loading branch information
hhslepicka committed Dec 22, 2022
2 parents 794bb26 + 7a6e28e commit 629b5e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion botcity/web/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,6 @@ def click_on(self, label):
raise ValueError(f'Element not available. Cannot find {label}.')
self.click_at(x, y)

@only_if_element
def get_last_x(self):
"""
Get the last X position for the mouse.
Expand Down

0 comments on commit 629b5e1

Please sign in to comment.