When I use some statement to judge whether uitestcontrol.exist, the vs2010 needs to take a long time to run it. For example:
if ( wpfmenuitem _button1.exist )
{
mouse.click(button2)
}
else
{
mouse.click(button3)
}
VS2010 run this Judgment statement for a long time, more than 30sceonds, so I don't know whether is a VS2010 bug, or some wrong operation I did.
Is it a bug about vs2010 or not? I hope guys can help me to resolve the problem thx a lot!.