SeleniumGridScaler icon indicating copy to clipboard operation
SeleniumGridScaler copied to clipboard

Add support to configure the number of browser processes per instance.

Open adam-hampton-sp opened this issue 8 years ago • 1 comments

Modifies AwsVmManager in the following ways:

  • CHROME_THREAD_COUNT becomes non-final.
  • FIREFOX_IE_THREAD_COUNT becomes non final.

New values are applied at runtime if the awsProperties contain keys like:

  • node_max_processes_chrome=8
  • node_max_processes_firefox=1

adam-hampton-sp avatar Nov 01 '16 16:11 adam-hampton-sp

@adam-hampton-sp are you able to add unit tests around the new logic you added?

mhardin avatar Apr 21 '17 21:04 mhardin