c# - Coded UI - Programmaticly check if control is blocked? -


is there way check if control blocked before acting on it? i'm having issue automating silverlight application. controls in table intermittently appear blocked when playing when other times can accessed. there not seem reason blockage because works more not. i've tried adding wait statements, i've tried both hand coding control reference , recording it, i've tried accessing other parts of cell , tried tabbing cell... appears blocked.

to make things trickier, control appears blocked during playback. if run in debug mode, control visible.

there number of waitforcontrol... methods may help. see on document ready equivalent


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -