MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / block_ads

Method block_ads

seleniumbase/fixtures/base_case.py:10068–10070  ·  view source on GitHub ↗

Same as self.ad_block()

(self)

Source from the content-addressed store, hash-verified

10066 self.sleep(seconds)
10067
10068 def block_ads(self):
10069 """Same as self.ad_block()"""
10070 self.ad_block()
10071
10072 def _check_browser(self):
10073 """This method raises an exception if the active window is closed.

Callers

nothing calls this directly

Calls 1

ad_blockMethod · 0.95

Tested by

no test coverage detected