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
...

https://support.smartbear.com/testcomplete/docs/app-testing/web/general/common-tasks/finding-objects/common-methods.html#_ga=2.245019525.1439147683.1607408383-284122070.1606206167

https://support.smartbear.com/testcomplete/docs/app-objects/specific-tasks/android/spinner/drop-down-lists.html

https://community.smartbear.com/t5/TestComplete-Functional-Web/Select-Items-from-dropdown-list-in-different-ways/td-p/153820

使用 Aliases.browser.pageProcess.formAspnetform.selectProduct.ClickItem("项目名称"); 或尝试 Page.NativeWebObject.Find 方法