使用 C# 的 Selenium Webdriver
我是 selenium webdriver 的新手,遇到了一些问题。
你们中的任何人都可以告诉我如何使用 Selenium webdriver 和 C# 从下拉列表中选择一个项目吗?
I am new to selenium webdriver and getting some problems.
Can any of you give me idea on How to select an item from a drop down list using Selenium webdriver with C#.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
你可以这样尝试...
you can try like this...
有两种方法
,另一种方法是
Two ways are there
And Another way is
Select 类中有多个预定义函数可以从 selenium 的下拉列表中获取项目。
There are multiple predefined functions in Select class to get items from drop down in selenium.
我希望这可以帮助你:
I hope this can help you: