SimpleBrowserDotNet / SimpleBrowser.WebDriver

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

Frames #6

Closed Warspider closed 12 years ago

Warspider commented 12 years ago

Hello, simplebrowser can work with frames?

Browser simpleBrowser = new Browser(); IWebDriver driver = new SimpleBrowserDriver(new BrowserWrapper(simpleBrowser));
driver.Navigate().GoToUrl("http://www.google.ru/"); IWebDriver frame = driver.SwitchTo().Frame(driver.FindElement(By.XPath("/html[1]/body[1]/iframe[1]")));

throw NotImplementedException

Teun commented 12 years ago

No, this is currently not supported. I saw that you posted the same Q from SimpleBrowser. I'll pick the question up there.

Teun commented 12 years ago

The 0.5.6 release now implements support for the SwitchTo().Frame and SwitchTo().Window functions. Please send feedback if you encounter unexpected behavior.

sbasu2012 commented 11 years ago

I see issues with frames.. It seems it doesn't work for our site