@@ -363,13 +363,14 @@ self.bring_active_window_to_front()
363363
364364self .bring_to_front(selector, by = " css selector" )
365365
366- self .highlight_click(selector, by = " css selector" , loops = 3 , scroll = True )
366+ self .highlight_click(selector, by = " css selector" , loops = 3 , scroll = True , timeout = None )
367367
368- self .highlight_type(selector, text, by = " css selector" , loops = 3 , scroll = True )
368+ self .highlight_type(selector, text, by = " css selector" , loops = 3 , scroll = True , timeout = None )
369369# Duplicates:
370- # self.highlight_update_text(selector, text, by="css selector", loops=3, scroll=True)
370+ # self.highlight_update_text(
371+ # selector, text, by="css selector", loops=3, scroll=True, timeout=None)
371372
372- self .highlight(selector, by = " css selector" , loops = 4 , scroll = True )
373+ self .highlight(selector, by = " css selector" , loops = 4 , scroll = True , timeout = None )
373374
374375self .press_up_arrow(selector = " html" , times = 1 , by = " css selector" )
375376
@@ -1025,6 +1026,7 @@ driver.uc_click(selector)
10251026* [ test_login.py] ( https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_login.py )
10261027* [ test_markers.py] ( https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_markers.py )
10271028* [ test_swag_labs.py] ( https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py )
1029+ * [ test_simple_login.py] ( https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_simple_login.py )
10281030* [ test_suite.py] ( https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_suite.py )
10291031* [ test_tinymce.py] ( https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_tinymce.py )
10301032* And many more...
0 commit comments