Skip to content

Commit

Permalink
Merge pull request #13 from maxbruening/tab_duplicate
Browse files Browse the repository at this point in the history
Override tab_duplicate
  • Loading branch information
david-tejada authored Jun 17, 2024
2 parents 3764676 + f7991c1 commit d454397
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/overrides/history.py → src/overrides/all_browsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ def go_back():

def go_forward():
actions.user.rango_command_without_target("historyGoForward")

@ctx.action_class("user")
class UserActions:
def tab_duplicate():
actions.user.rango_command_without_target("cloneCurrentTab")

0 comments on commit d454397

Please sign in to comment.