I am writing the JMeter script for sampling the UI response time for each event using WebDriver Sampler plugin.
My application allows only certificate-auth access to the GUI. So my question is like can we load a custom profile for Firefox using WebDriverSampler or how can we handle the client-auth using WebDriver sampler
be it any browser (firefox/chrome/IE) etc....
I tried to update system.properties
file under Jmeter3.0/bin/system.properties
with below values.
#webdriver.firefox.profile=profileName
#jmeter -Dwebdriver.firefox.profile=profileName
but the profile doesn't load up and I get the error:
SECURE CONNECTION FAILED
Do we have the WebDriver-Sampler-Server.jar
for JMeter ??
Or can we handle the same using JavaScript??