When I run the following:
self.driver.execute_script("document.getElementByXpath('//input[@id='someid']').value='someValue';
It gives an error
selenium.common.exceptions.JavascriptException: Message:
javascript error: missing ) after argument list