I have been trying to trigger click on a link inside a nested frame. It gets
suck and at the end times out.
```
browser.iframe(:index => 0).iframe(:index => 0).link(:index => 0).click
```
My requirement to check if a link exists in to level frame then click it or go
deeper, I face the same issue calling exists? This is how I am doing it
```
browser.iframe(:index => 0).link(:index => 0).exists?
```
Please help!
---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-webdriver/issues/257
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development