def start_htmlunit(self, implicity_wait_timeout=60): browser = webdriver.Remote(desired_capabilities=DesiredCapabilities.HTMLUNIT) browser.implicitly_wait(implicity_wait_timeout) browser.get(self.url)