VivekDev Posted May 3, 2018 Share Posted May 3, 2018 Hi Friends, I am automating few tasks in Visual Studio 2017 community using autoitv3 (eg) Run visual studio, open project, click on file menu and etc when trying to identify buttons or menus using Autoit info tool, no id's are generated, is there any way to getids or approach. Thanks in advance Link to comment Share on other sites More sharing options...
FrancescoDiMuro Posted May 3, 2018 Share Posted May 3, 2018 Good morning @VivekDev, and welcome to the AutoIt forum What approach are you trying to do? Post some code you are working on Francesco Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette Link to comment Share on other sites More sharing options...
Earthshine Posted May 3, 2018 Share Posted May 3, 2018 (edited) can’t use standard autoit on Xaml forms apps. IUIAutomation is your best bet and why can’t you just use the command line to build. automating anything other than builds doesn't make much sense. that can all be done using devenv.exe command line or MSBUILD Edited May 3, 2018 by Earthshine My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
junkew Posted May 3, 2018 Share Posted May 3, 2018 https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.MacrosforVisualStudio Earthshine 1 FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now