Home | History | Annotate | Download | only in chromedriver

Lines Matching full:site

20 class Site(object):
25 def GetLatestRevision(site=Site.CONTINUOUS):
29 site: the archive site to check against, default to the continuous one.
31 url = site + '/%s/LAST_CHANGE'
35 def DownloadChrome(revision, dest_dir, site=Site.CONTINUOUS):
41 site: the archive site to download from, default to the continuous one.
62 url = site + '/%s/%s/%s.zip' % (_GetDownloadPlatform(), revision,
71 """Returns the name for this platform on the archive site."""