I am trying to execute selenium commands through jmeter. I am getting the following error: **
ERROR c.g.j.p.w.s.WebDriverSampler: invalid selector: Unable to locate an element with the xpath expression ChromeDriver: chrome on WINDOWS (7a2e8c66b4fbd3c2a78cc3ea8c9cb449) because of the following error:
NamespaceError: Failed to execute 'evaluate' on 'Document': The string 'ChromeDriver: chrome on WINDOWS (7a2e8c66b4fbd3c2a78cc3ea8c9cb449)' contains unresolvable namespaces.
(Session info: chrome=80.0.3987.106)*
*
Steps I have done:
- Install Jmeter, download libraries, Install ChromeWebDriver
- Assigned the path of chromewebriver to Path in jp@gc - Chrome Driver Config Element
- Imported necessary libraries in web Driver sampler
Attaching a screenshot of my WebDriver sampler:enter image description here
Can anyone help please?