web.indeed_ads.IndeedAdsUnit

Here are the examples of the python api web.indeed_ads.IndeedAdsUnit taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: info-flow-experiments Source File: indeed_salary.py
Function: make_browser
def make_browser(unit_id, treatment_id):
  b = web.indeed_ads.IndeedAdsUnit(browser='firefox', log_file=log_file, unit_id=unit_id, treatment_id=treatment_id, headless=False, proxy = None)
  return b