-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By.XPath broken in latest #24
Comments
Owch. On all documents or something specific? Can you provide a full 2014-07-03 9:57 GMT+02:00 richard-browne notifications@github.com:
|
I just looked into this and could easily reproduce. Sorry that I left it so long. Will fix. |
It's fixed and pushed to nuget. Sorry that I didn't take the report more seriously when submitted. |
No probs. Thanks for fixing. On 28 Aug 2014, at 1:28 am, Teun notifications@github.com wrote:
|
I just updated to SimpleBrowser.0.5.45.0 & SimpleBrowser.WebDriver.0.5.30. Now By.XPath is broken. Example:
Exception:
System.ArgumentNullException : Value cannot be null.
Parameter name: node
at System.Xml.XPath.Extensions.XPathSelectElements(XNode node, String expression, IXmlNamespaceResolver resolver)
at SimpleBrowser.WebDriver.WebElement.FindElementsByXPath(String xpath)
at SimpleBrowser.WebDriver.WebElement.FindElementByXPath(String xpath)
at OpenQA.Selenium.By.<>c__DisplayClasse.b__c(ISearchContext context)
at OpenQA.Selenium.By.FindElement(ISearchContext context)
at SimpleBrowser.WebDriver.SimpleBrowserDriver.FindElement(By by)
The text was updated successfully, but these errors were encountered: