作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个 Windows 应用程序,其中几个按钮在 UISPY 中显示为 Pane 。
自动化元素
一般辅助功能
AccessKey: ""
AcceleratorKey: ""
IsKeyboardFocusable: "True"
LabeledBy: "(null)"
HelpText: ""
状态
IsEnabled: "True"
HasKeyboardFocus: "False"
身份识别
ClassName: "WindowsForms10.Window.8.app.0.33c0d9d"
ControlType: "ControlType.Pane"
Culture: "(null)"
AutomationId: "2624504"
LocalizedControlType: "pane"
Name: "SAVE"
ProcessId: "6892 (OATDT.ATA.SP.Home)"
RuntimeId: "42 2624504"
IsPassword: "False"
IsControlElement: "True"
IsContentElement: "True"
可见性
BoundingRectangle: "(-31471, -31598, 104, 23)"
ClickablePoint: "(null)"
IsOffscreen: "True"
控制模式
如何获取该 Pane 并单击它?有谁可以帮忙吗
最佳答案
我想你可以尝试这样的事情
var pane = window.Get(SearchCriteria.ByAutomationId("2624504"));
pane.Click();
这对我来说同样有效
关于white-framework - 如何在 TestStackwhite 中获取自定义UIItem,其中控件类型为 ControlType.Pane,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16909921/
所以我正在尝试测试 UI WPF 应用程序。我正在使用 TestStack.White 框架进行测试。 UI 具有自定义控件 DragDropItemsControl。该控件继承自 ItemsCont
我正在推出一款使用“White framework”以半自动方式进行韩语到英语翻译的应用程序。然后通过使用 White 框架再次启动 UI 并创建文本框和组合框以向 C# 应用程序中的 UI 提供输入
我是一名优秀的程序员,十分优秀!