VS 2010 mouse automation

被刻印的时光 ゝ 提交于 2019-12-25 12:03:09

问题


I am having an issue when using Microsoft.VisualStudio.TestTools.UITesting.Mouse. When I used as follow it gives me an exception saying "Object reference not set to an instance of an object".

Code

Microsoft.VisualStudio.TestTools.UITesting.Mouse.Click();  

I think I may have missed something. Can any body please provide me some good examples on this topic. Also please correct with my error code.

来源:https://stackoverflow.com/questions/13701227/vs-2010-mouse-automation

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!