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)
140
140
141
141
self .slow_scroll_to(selector, by = By.CSS_SELECTOR )
142
142
143
- self .scroll_click(selector, by = By.CSS_SELECTOR ) # DEPRECATED
144
-
145
143
self .click_xpath(xpath)
146
144
147
145
self .js_click(selector, by = By.CSS_SELECTOR )
@@ -166,6 +164,8 @@ self.ad_block()
166
164
167
165
self .get_domain_url(url)
168
166
167
+ self .get_beautiful_soup(source = None )
168
+
169
169
self .safe_execute_script(script)
170
170
171
171
self .download_file(file_url, destination_folder = None )
@@ -182,6 +182,14 @@ self.is_downloaded_file_present(file)
182
182
183
183
self .assert_downloaded_file(file )
184
184
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
+
185
193
self .assert_no_js_errors()
186
194
187
195
self .get_google_auth_password(totp_key = None )
You can’t perform that action at this time.
0 commit comments