Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't customize ChromeDriver on 3.0-alpha-01 #329

Closed
psychobaatezu opened this issue Mar 8, 2018 · 2 comments · May be fixed by #371
Closed

Can't customize ChromeDriver on 3.0-alpha-01 #329

psychobaatezu opened this issue Mar 8, 2018 · 2 comments · May be fixed by #371
Labels
stale Issues with no activity

Comments

@psychobaatezu
Copy link

With the modifications to use chrome headless as a default, we can't specify anymore custom configuration for chromedriver like these :

<webDriverClassName>org.openqa.selenium.chrome.ChromeDriver</webDriverClassName>
<webDriverCapabilities>
 <capability>
   <name>chromeOptions</name>
   <value implementation="org.openqa.selenium.chrome.ChromeOptions">
     <args>
       <value>--headless</value>
       <value>--disable-gpu</value>
       <value>--disable-setuid-sandbox</value>
       <value>--screen-size=1200x600</value>
     </args>
     <binary>${webdriver.chrome.location}</binary>
   </value>
 </capability>
</webDriverCapabilities>

The most important one is the chrome binary location, which can be downloaded by a jenkins pipeline for instance instead of installing it on a slave directly.

klieber added a commit to klieber/jasmine-maven-plugin that referenced this issue Oct 4, 2020
klieber added a commit to klieber/jasmine-maven-plugin that referenced this issue Oct 4, 2020
klieber added a commit to klieber/jasmine-maven-plugin that referenced this issue Nov 28, 2020
@github-actions
Copy link

github-actions bot commented Feb 4, 2021

This issue has been marked as stale because it has not been updated in 60 days. Please add a comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale Issues with no activity label Feb 4, 2021
@github-actions
Copy link

This issue was closed because it has been stalled for 7 days with no updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Issues with no activity
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant