File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -183,3 +183,10 @@ def wait_for_download_animation_finish(
183
183
)
184
184
except TimeoutException :
185
185
logging .warning ("Animation did not finish or did not play." )
186
+
187
+ def open_tracker_panel (self ) -> BasePage :
188
+ """
189
+ Clicks the shield icon and opens the panel associated with it
190
+ """
191
+ self .get_element ("shield-icon" ).click ()
192
+ return self
Original file line number Diff line number Diff line change @@ -606,13 +606,6 @@ def hide_popup_by_child_node(
606
606
with self .driver .context (self .context_id ):
607
607
self .driver .execute_script (script , node )
608
608
609
- def open_tracker_panel (self ) -> Page :
610
- """
611
- Clicks the shield icon and opens the panel associated with it
612
- """
613
- self .get_element ("shield-icon" ).click ()
614
- return self
615
-
616
609
@property
617
610
def loaded (self ):
618
611
"""
You can’t perform that action at this time.
0 commit comments