WatiN 获取 Firefox 和 IE 中的 DOM 元素位置

发布于 2024-11-05 17:39:33 字数 87 浏览 0 评论 0 原文

如何在 WatiN 框架中获取 DOM 元素位置?或者如何从 WatiN 获取 mshtml.IHTMLElement? 我需要将鼠标光标移动到 Div 之一。

How to get DOM element position in WatiN Framework? Or how get mshtml.IHTMLElement from WatiN?
I need to move mouse cursor to one of Div.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烂柯人 2024-11-12 17:39:33

我找到了这个页面...

http://khemlall.info/2011/07/21/how-to-move-mouse-hover-over-obout-controls-using-watin-framework/

我可以验证它有效,但仅适用于 IE(我们使用的是 Firefox:S)

编辑 我正在寻找这个的原因是因为在我正在测试的网站上我需要验证一个仅出现的弹出窗口当用户将鼠标悬停在特定链接上时。我解决这个问题的方法就是简单地调用:-

myLink.FireEvent("mouseover");
myLink.FireEvent("mousemove");

I've found this page...

http://khemlall.info/2011/07/21/how-to-move-mouse-hover-over-obout-controls-using-watin-framework/

I can verify it works, but only for IE (and we're using Firefox :S)

EDIT The reason I was looking for this is because on the site I'm testing I need to verify a popup which only appears when the user hovers the mouse over a specific link. The way I got around it was to simply call: -

myLink.FireEvent("mouseover");
myLink.FireEvent("mousemove");
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文