如何使用WatiN在Div中找到iframe?

时间:2014-08-19 08:38:31

标签: iframe watin

有一些选项可以在iframe / frame或div中找到其他元素,但我找不到任何在Div中找到iframe的选项。 有像ElementWithTag这样的方法给了我Element但是没有可用于将Element转换为Frame的转换,或者可能是我遗漏了一些东西。

下面的代码给了我错误。

Frame details = (Frame)structureContent.ElementWithTag("iframe", Find.ByName("details")).NativeElement; Frame portal = detailsDisplay.Frame(Find.ByName("portalDisplay"));

$exception {"Unable to cast object of type 'WatiN.Core.Native.InternetExplorer.IEElement' to type 'WatiN.Core.Frame'."}

当我尝试搜索时,我只获得了在iframe下查找元素或div的结果,所以请帮助我们。 谢谢!

0 个答案:

没有答案