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
Post a Comment