Skip to content

Commit

Permalink
Add video tag for locators (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
egora34 authored Mar 7, 2025
1 parent 182a272 commit 60af945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mops/utils/internal_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

all_tags = {'h1', 'h2', 'h3', 'h4', 'h5', 'head', 'body', 'input', 'section', 'button', 'a', 'link', 'header', 'div',
'textarea', 'svg', 'circle', 'iframe', 'label', 'p', 'tr', 'th', 'table', 'tbody', 'td', 'select', 'nav',
'li', 'form', 'footer', 'frame', 'area', 'span'}
'li', 'form', 'footer', 'frame', 'area', 'span', 'video'}


def get_dict(obj: Any):
Expand Down

0 comments on commit 60af945

Please sign in to comment.