SeleniumGridScaler
SeleniumGridScaler copied to clipboard
Selenium Grid auto scaling plugin utilizing AWS
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.