如何通过 Ruby 调用 OCX 控件的方法/访问属性?
我正在为一个系统编写脚本化的 GUI 测试,但我无法访问其源代码;我想调用方法并访问 OCX 控件(特别是 MSFlexGrid 控件)的属性,因为我找不到任何其他方法来查找行数和列数以及每个单元格中的数据值,使用的 MSFlexGrid 控件。
我已经尝试了 Win32API、Win32OLE 和 FFI 库,但仍然无法访问 OCX 控件以进行脚本编写。我可能错过了一些东西,但我不知道是什么。
I am writing the scripted GUI tests for a system which I do not have access to its source code; and I want to invoke the methods and access the properties of an OCX control (specifically the MSFlexGrid control) as I could not find any other way of finding out the number of rows and columns, as well as the data values in each cell, in the MSFlexGrid control used.
I've tried the Win32API, Win32OLE, and FFI libraries, but I still couldn't gain access to the OCX control for scripting. I may be missing something, and I don't know what.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个不太可能的尝试,但也许尝试通过 Iron ruby 来使用 .net 互操作?
This is a long shot, but maybe try going through iron ruby to use the .net interop?