jmeter-plugins-webdriver icon indicating copy to clipboard operation
jmeter-plugins-webdriver copied to clipboard

WebDriver Components for Apache JMeter

Results 4 jmeter-plugins-webdriver issues
Sort by recently updated
recently updated
newest added

As selenium 4 doesn't support DesiredCapabilities.chrome(), etc...

Add ChromeDriver --disable-dev-shm-uage option for JMeter inside Docker if low memory

Adding the chromeOptions.addArguments("--whitelisted-ips"); option to allow the WDS to invoke the chrome driver in headless mode in a docker container. When this is not set, I get the below error...

@undera I was struggling with our JMeter/Selenium setup this past week and after a lot of debugging found our issues. We want to run on Chrome 119 but [email protected] doesnt...