The Application has a swfbutton which when clicked is blinking. I need to validate whether the button is blinking or not. Is there any way where i can validate the same.
Hi,
Maybe one possible approach to check if "blinking" your button on pressed state, could be to check what is the appearance on pressed state. For example:
SwfWindow("Form1").SwfButton("ultraButton1").ClickSwfWindow("Form1").SwfButton("ultraButton1").CheckProperty "PressedAppearance.BackColor", "Color [Red]", 30SwfWindow("Form1").SwfButton("ultraButton1").ClickSwfWindow("Form1").SwfButton("ultraButton1").CheckProperty "PressedAppearance.BackColor", "Color [Lime]", 30
Please take a look at the attached video file for more details and let me know if you have any questions.
Regards