Jump to content

Switch tab not working


naru
 Share

Recommended Posts

I am trying to switch tab in my software but not working

My Code Is :
WinActivate("UPS :: Version -  22.0.0")
ControlCommand("UPS :: Version -  22.0.0", "", "[NAME:tabNewBill]", "TabRight", "")

Also trying with Send("^{TAB}") but not working

Edited by Nareshm
Also trying with Send("^{TAB}") but not working
Link to comment
Share on other sites

Don't know if you are still having the issue, but is the "software" you are referring to a GUI created within the script itself, or did you write an autoIT script to automate some unrelated software?  If the latter is the case, then you you may need to compile the autoit script with administrative credentials if the software you are trying to automate is also running with elevated permissions.  That may very well be your issue.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...