简体   繁体   English

对象不可见Qtp错误

[英]object not visible Qtp error

I have a Smalltalk application screen and need to automate it. 我有一个Smalltalk应用程序屏幕,需要对其进行自动化。 It has n number of Radio button , combo box,txt box. 它具有n个单选按钮,组合框,txt框。 I have created DP for it and entering values. 我已经为其创建了DP并输入了值。 but as soon it select one radio button for next it fails with next giving object not found error. 但是一旦选择了一个单选按钮,它就会失败,并出现下一个未找到对象的错误。 I have entered used WaitProperty visiblity true 25000 still it fails. 我已经输入了二手WaitProperty可见性true 25000,但仍然失败。 It is also skipping edit box for entering values and jumping to next box. 它还会跳过用于输入值的编辑框,并跳至下一个框。

I got solution for this. 我对此有解决方案。 This happens because windows objects are not visible untill u access entire screen. 发生这种情况是因为Windows对象只有在访问整个屏幕后才可见。 You must scroll to end and return back to top for allowing DP to catupre entire objects. 您必须滚动到末尾并返回顶部,以允许DP合并整个对象。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM