Select 使用 TestComplete 的下拉列表中的项目
Select Item in dropdown list using TestComplete
大家好,我是 TestComplete 的新手。最近,我在记录“选择下拉列表中的项目”的动作时遇到了麻烦。我研究了以下网站,但仍然失败。现在,我的脚本是这样的:
任何想法将不胜感激!谢谢!
我修剪过的剧本:
...
Aliases.browser.pageName.select.DropDown();
Aliases.browser.pageName.Find("the item name in the dropdownlist").Click();// error occurs
...
使用
Aliases.browser.pageProcess.formAspnetform.selectProduct.ClickItem("项目名称");
或尝试
Page.NativeWebObject.Find 方法
大家好,我是 TestComplete 的新手。最近,我在记录“选择下拉列表中的项目”的动作时遇到了麻烦。我研究了以下网站,但仍然失败。现在,我的脚本是这样的: 任何想法将不胜感激!谢谢!
我修剪过的剧本:
...
Aliases.browser.pageName.select.DropDown();
Aliases.browser.pageName.Find("the item name in the dropdownlist").Click();// error occurs
...
使用 Aliases.browser.pageProcess.formAspnetform.selectProduct.ClickItem("项目名称"); 或尝试 Page.NativeWebObject.Find 方法