SimpleBrowserDotNet / SimpleBrowser.WebDriver

A webdriver for SimpleBrowser
Apache License 2.0
43 stars 16 forks source link

Can't get html element #23

Closed richard-browne closed 10 years ago

richard-browne commented 10 years ago

Using SimpleBrowser, I can't get the html element:

driver.FindElement(By.TagName("html"))

This throws a NoSuchElementException. It works fine with the FireFox driver.

Teun commented 10 years ago

Mmm. That has been a known bug before. I thought that I'd fixed it already. I will look into it and fix soon.

Teun Op 13 jun. 2014 00:44 schreef "richard-browne" notifications@github.com:

Using SimpleBrowser, I can't get the html element:

driver.FindElement(By.TagName("html"))

This throws a NoSuchElementException. It works fine with the FireFox driver.

— Reply to this email directly or view it on GitHub https://github.com/Teun/SimpleBrowser.WebDriver/issues/23.

Teun commented 10 years ago

Apparently, I made that up. I've fixed it now. There is a version up on nuget.org with the fix (0.5.29). Thanks for reporting.

richard-browne commented 10 years ago

Hey there. Thanks for that. SimpleBrowser has worked out great so far. I wish I had the time to contribute.

On 16 Jun 2014, at 1:42 am, Teun notifications@github.com wrote:

Apparently, I made that up. I've fixed it now. There is a version up on nuget.org with the fix (0.5.29). Thanks for reporting.

— Reply to this email directly or view it on GitHub.