【发布时间】:2020-12-16 02:51:42
【问题描述】:
Robot Developer,现在进入 Windows 应用程序自动化的世界,使用 FlaUI 库编写一个简单的演示
Test Case FLA
FlaUILibrary.Launch Application notepad.exe
FlaUILibrary.Attach Application By Name Notepad
FlaUILibrary.Set Text To Textbox Name="Text Editor" Robot Automation POC
FlaUILibrary.Click Name=Edit
“将文本设置为文本框”测试失败:FlaUiError:无法找到 XPath 'Name="Text Editor"' 中的元素
当我使用 XPath "AutomationId=15" 时出现同样的错误
我正在使用 Automation Spy 来检查 GUI 元素。 谢谢。
【问题讨论】:
标签: automation robotframework flaui