Hard code the chromedriver's version
It is not possible to run chromedriver for all targets.
This commit is contained in:
parent
cb92df687d
commit
b7cdb00d09
4 changed files with 10 additions and 14 deletions
|
@ -37,6 +37,10 @@ def get_target_arch():
|
|||
return 'x64'
|
||||
|
||||
|
||||
def get_chromedriver_version():
|
||||
return 'v2.15'
|
||||
|
||||
|
||||
def s3_config():
|
||||
config = (os.environ.get('ATOM_SHELL_S3_BUCKET', ''),
|
||||
os.environ.get('ATOM_SHELL_S3_ACCESS_KEY', ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue