Add ad-blocking functionality
Add ad-blocking functionality
Usage:
On the command line:
"pytest SOME_TEST.py --ad_block"
OR
"nosetests SOME_TEST.py --ad_block"
From inside a test:
self.ad_block()
Uses AD_BLOCK_LIST from seleniumbase/config/ad_block_list.py to determine what gets blocked.