File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,6 @@ self.scroll_to(selector, by=By.CSS_SELECTOR)
140140
141141self .slow_scroll_to(selector, by = By.CSS_SELECTOR )
142142
143- self .scroll_click(selector, by = By.CSS_SELECTOR ) # DEPRECATED
144-
145143self .click_xpath(xpath)
146144
147145self .js_click(selector, by = By.CSS_SELECTOR )
@@ -166,6 +164,8 @@ self.ad_block()
166164
167165self .get_domain_url(url)
168166
167+ self .get_beautiful_soup(source = None )
168+
169169self .safe_execute_script(script)
170170
171171self .download_file(file_url, destination_folder = None )
@@ -182,6 +182,14 @@ self.is_downloaded_file_present(file)
182182
183183self .assert_downloaded_file(file )
184184
185+ self .assert_true(expr, msg = None )
186+
187+ self .assert_false(expr, msg = None )
188+
189+ self .assert_equal(first, second, msg = None )
190+
191+ self .assert_not_equal(first, second, msg = None )
192+
185193self .assert_no_js_errors()
186194
187195self .get_google_auth_password(totp_key = None )
You can’t perform that action at this time.
0 commit comments