Top "Document.evaluate" questions

The document.

Is there a way to get element by XPath using JavaScript in Selenium WebDriver?

I am looking for something like: getElementByXpath(//html[1]/body[1]/div[1]).innerHTML I need to get the innerHTML of elements using …

javascript selenium selenium-webdriver xpath document.evaluate
xpath with dom document

I'm trying the find a xml node with xpath query. but i cannot make it working. In firefox result is …

javascript xml dom xpath document.evaluate