@@ -2913,7 +2913,7 @@ def reload_page(self):
2913
2913
2914
2914
def type (self , selector , text , by = By .CSS_SELECTOR ,
2915
2915
timeout = None , retry = False ):
2916
- """ Same as update_text(). """
2916
+ """ Same as update_text() """
2917
2917
if not timeout :
2918
2918
timeout = settings .LARGE_TIMEOUT
2919
2919
if self .timeout_multiplier and timeout == settings .LARGE_TIMEOUT :
@@ -2923,7 +2923,7 @@ def type(self, selector, text, by=By.CSS_SELECTOR,
2923
2923
2924
2924
def input (self , selector , text , by = By .CSS_SELECTOR ,
2925
2925
timeout = None , retry = False ):
2926
- """ Same as update_text(). """
2926
+ """ Same as update_text() """
2927
2927
if not timeout :
2928
2928
timeout = settings .LARGE_TIMEOUT
2929
2929
if self .timeout_multiplier and timeout == settings .LARGE_TIMEOUT :
@@ -2933,7 +2933,7 @@ def input(self, selector, text, by=By.CSS_SELECTOR,
2933
2933
2934
2934
def write (self , selector , text , by = By .CSS_SELECTOR ,
2935
2935
timeout = None , retry = False ):
2936
- """ Same as update_text(). """
2936
+ """ Same as update_text() """
2937
2937
if not timeout :
2938
2938
timeout = settings .LARGE_TIMEOUT
2939
2939
if self .timeout_multiplier and timeout == settings .LARGE_TIMEOUT :
0 commit comments