Home | History | Annotate | Download | only in pyautolib

Lines Matching refs:navigation_count

1089   def NavigateToURL(self, url, windex=0, tab_index=None, navigation_count=1):
1093 not active already. Blocks until |navigation_count| navigations have
1101 navigation_count: the number of navigations to wait for. Defaults to 1.
1115 'navigation_count': navigation_count,
1122 A wrapper for NavigateToURL with navigation_count set to 0.