SeleniumGridScaler icon indicating copy to clipboard operation
SeleniumGridScaler copied to clipboard

Selenium Grid auto scaling plugin utilizing AWS

Results 16 SeleniumGridScaler issues
Sort by recently updated
recently updated
newest added

Error code 400 is returned if the required parameters are not passed in But as per this code ` log.info(String.format("Legacy server request received. Browser [%s]", browserRequested)); AutomationRunContext context = AutomationContext.getContext();...

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 -...

Undo renaming of instanceID and instead added cleanup of AutomationRunContext in @After method.