无法对隐藏的控件错误执行“单击”以单击窗格控件 [英] Cannot perform 'Click' on the hidden control error to click on the pane conrol

查看:70
本文介绍了无法对隐藏的控件错误执行“单击”以单击窗格控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 

播放窗格控件上的点击时,无法对显示的隐藏控件错误执行"点击"。请让我知道如何解决此错误。欣赏它。

Cannot perform 'Click' on the hidden control error displayed while playing back the click on the pane conrol. Please let me know how could i fix this error. Appreciate it.

无法对隐藏的控件执行"点击"。其他详细信息:

TechnologyName:  'Web'

ControlType:  '窗格'

Id:  'alertbox_btnClose'

姓名:  ''
TagName:  'DIV'

Cannot perform 'Click' on the hidden control. Additional Details:
TechnologyName:  'Web'
ControlType:  'Pane'
Id:  'alertbox_btnClose'
Name:  ''
TagName:  'DIV'

  HtmlDiv
uIAlertbox_btnClosePane =
< span style ="font-family:Consolas; font-size:x-small">。UIBlankPageMicrosoftInWindow.UIDocument.UIAlertbox5_btnClosePane;  
  鼠标 。点击(uIAddanewrowButton1,
new
Point
(9 ,11));

 HtmlDiv uIAlertbox_btnClosePane = this.UIBlankPageMicrosoftInWindow.UIDocument.UIAlertbox5_btnClosePane;   Mouse.Click(uIAddanewrowButton1, new Point (9, 11));


  //双击"名称"文本框    鼠标 。DoubleClick(uINameEdit,
new

(16 ,6));    

 // Double-Click 'Name' text box  Mouse.DoubleClick(uINameEdit, new Point (16, 6));  


 

推荐答案

几乎没有其他人回复的想法

Few thoughts as no one else replied

 

1:执行时是否有明显覆盖的内容?

1: Is something visibly covering it at time of execution?

 

2:你是否确定在点击发生时Pane存在,因为它看起来你点击了一个保存按钮然后窗格是某种后点击弹出关闭控件(你可以在它上面做一个.DrawHighlight()在页面上看到它的位置。你可以在点击之前调用.Find()
,看看会发生什么。

2: Are you sure the Pane exists at the time the click occurs since it looks like you click a save button then the pane is some kind of post click pop up close control (you can do a .DrawHighlight() on it to see where it is) on the page. You can call .Find() against it before the click and see what happens.

 

3:当鼠标移动到点击它时,某些javascript上的工作是否会与看起来类似的东西一起翻转?(我遇到了表格行突出鼠标悬停时需要做的事情Mouse.Hover在控件上跟随当前鼠标位置上的Mouse.Click()
(没有对象或点参数)

3: Does the work on some kind of javascript flipping itself with something that looks similar to itself when the mouse moves over it to click it? (I run into that with table rows which highlight on mouseover and need to do a Mouse.Hover on the control followed by a Mouse.Click() on the current mouse location (no object or point parameters)


这篇关于无法对隐藏的控件错误执行“单击”以单击窗格控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆