Skip to content

Commit 66a3930

Browse files
committed
Add a method description
1 parent 01df9f3 commit 66a3930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,6 +1971,7 @@ def remove_elements(self, selector, by=By.CSS_SELECTOR):
19711971
self.safe_execute_script(remove_script)
19721972

19731973
def ad_block(self):
1974+
""" Block ads that appear on the current web page. """
19741975
self.wait_for_ready_state_complete()
19751976
from seleniumbase.config import ad_block_list
19761977
for css_selector in ad_block_list.AD_BLOCK_LIST:

0 commit comments

Comments
 (0)