mhardin / SeleniumGridScaler

Selenium Grid auto scaling plugin utilizing AWS
GNU General Public License v2.0
111 stars 51 forks source link

Option to specify the number of chrome instances #19

Closed discobean closed 7 years ago

discobean commented 7 years ago

Hi,

Is there a way to specify the number of chrome drivers to startup per instance?

Currently it is 5 but I'd like to use larger instances and go to 10 per host.

mhardin commented 7 years ago

@discobean you'll have to modify the source files and rebuild the JAR to support this functionality.

discobean commented 7 years ago

Yep I figured as much :P thanks for the great library