Selenium - 高级用户交互
我怎样才能在 C# 中使用 AdvancedUserInteractions 和 Selenium 2。我收到命名空间丢失错误。我应该添加任何 .dll 文件吗?
How can I be able to use AdvancedUserInteractions in C# with Selenium 2. I am getting namespace missing error. Should I add any .dll file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在您的 using 部分中添加此命名空间:
然后,您将可以访问 Action 类。喜欢:
Add this namespace in your using section:
Then, you will have access to the Action class. Like:
它可能与此有关。
It could be related to this.