扩展 selenium2 功能 PageFactory
我想向 selenium2 PageFactory
添加功能。我想要的是 FindsByAttribute
与 SelectedElement
兼容。 我发现的问题是,如果我将 SelectElement
类型的属性添加到 IWrapsElement
中并在 ProxiedWebElementInterceptor
中实现它。当调用该字段的方法 SetValue
时,他说“‘Castle.Proxies.INewsWrapsElementProxy’类型的对象无法转换为‘OpenQA.Selenium.Support.UI.SelectElement’类型。” 有人可以解释一下城堡代理返回所需值的机制吗?
I want to add a functionality to selenium2 PageFactory
. What I want is that FindsByAttribute
was compatible with SelectedElement
.
The problem that I discovered that if I'm adding property with SelectElement
type into IWrapsElement
and implementing it in ProxiedWebElementInterceptor
. When method SetValue
of the filed is called he says " Object of type 'Castle.Proxies.INewsWrapsElementProxy' cannot be converted to type 'OpenQA.Selenium.Support.UI.SelectElement'."
Could some one explain castle proxy's mechanism that returns needed value?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个
Try this