WatiN从iframe';的身体
本文关键字:iframe WatiN | 更新日期: 2023-09-27 18:29:50
是否有方法读取iFrame
中body
的style
属性?我尝试过使用Body
、NativeElement
、Frame
和其他Properties
的多种组合,但到目前为止我运气不佳。
<iframe id="iFrame" width="100%" height="500" frameborder="0" src="some source">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body style="margin: 0px; padding: 0px;height:500px;">
</body>
</html>
</iframe>
示例:
_browser.Frame(Find.ById(frameId)).Body.GetAttributeValue("style")
Iframe可能在不同的表单中,您尝试过吗?
我曾经遇到过,iframe是一种不同的形式(嵌套形式)