SideeX / sideex-api

SideeX JavaScript API is a JS library running on a webpage for recording and playing web browsing behavior
Apache License 2.0
22 stars 5 forks source link

The string is not a valid xpath expression #7

Open ahmedvilden opened 3 years ago

ahmedvilden commented 3 years ago

Hello, I'm using a web extension to record my activities through a web page, but whenever put my mouse over a dom element, I get this dom exception : DOMException: Failed to execute 'evaluate' on 'Document': The string '//input[@name=btnK and @value=Search]' is not a valid XPath expression. Is there a way to solve it ? I just started using sideex trying to record my activities on a web page.