Home | History | Annotate | Download | only in webkitpy

Lines Matching refs:Browser

31 from mechanize import Browser
45 self.browser = Browser()
58 self.browser["bug_id"] = str(patch.bug_id())
60 self.browser["patch_id"] = str(patch.id())
65 self.browser.add_file(results_file, "text/plain", "results.txt", 'results_file')
73 self.browser.open(update_status_url)
74 self.browser.select_form(name="update_status")
75 self.browser['queue_name'] = queue_name
77 self.browser['status'] = status
79 return self.browser.submit().read() # This is the id of the newly created status object.