请不要厌倦连续回答我的相同类型数据的问题。我在我的应用程序中使用 Selenium 和 c#。这里还有一个网页,内容如下:
Description App Name Information
Some Desc1 App1 Some Info
Some Desc2 App2 Some Info
Some Desc3 App2 Some Info
Some Desc4 App3 Some Info
Some Desc5 App4 Some Info
正如我之前的问题中所说,在我的应用程序中,用户输入了他自己选择的应用程序名称。而那个appname我已经将它存储在一个变量中。我需要做的是,我希望 selenium 搜索该应用程序名称,并且它必须单击相应的描述。
一个示例场景是:如果用户输入 APP2,那么 selenium 应该搜索应用名称“App2”,然后首先它应该单击 Some Desc2,然后在一段时间后它应该单击某个 Desc3。供您参考,所有“一些 Desc 的”链接都没有类名、没有 id 并且具有相同的标记名。