Searched refs:FindAllBrowserTypes (Results 1 – 7 of 7) sorted by relevance
26 def FindAllBrowserTypes(options): function28 [bf.FindAllBrowserTypes(options) for bf in BROWSER_FINDERS])68 options.browser_type not in finder.FindAllBrowserTypes(options)):97 types = FindAllBrowserTypes(options)
71 ','.join(browser_finder.FindAllBrowserTypes(self)))
61 android_browser_finder.FindAllBrowserTypes(self.finder_options))74 android_browser_finder.FindAllBrowserTypes(self.finder_options))92 android_browser_finder.FindAllBrowserTypes(self.finder_options))
23 assert browser_type in FindAllBrowserTypes(finder_options), (75 def FindAllBrowserTypes(_): function
76 assert browser_type in FindAllBrowserTypes(finder_options), (173 def FindAllBrowserTypes(options): function
31 assert browser_type in FindAllBrowserTypes(finder_options), (105 def FindAllBrowserTypes(_): function
64 def FindAllBrowserTypes(_): function