Jump to content

AutoIT v3 not working on my new WIndows 10. Basic KeyStroke and click is also not happening on any applications - (Moved)


Recommended Posts

I first clear my scenario . I am using autoIT with java , along with testNg framework to automate a pos application. Everything is working fine on my Windows 7 machine . Now i have new windows 10 pc, I have arranged the environment (IntelliJ , required Jacob jars, jacob dlls , registered dll in syswow64). In that autoIt not performing any actions on any applications. but it performing keystrokes in IntelliJ IDE. Please Help in my case or else tell me whether autoit SUPPORTS win10 OS or not ..?

Link to comment
Share on other sites

  • Moderators

Moved to the appropriate forum.

Moderation Team

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

That's a tricky question, because autoit works on win10, i use it. The real question should be:

can i use autoit to interact with java applications?

And that one is better, but still complex. Autoit doesn't like to interact with some applications.

What does the infotool show for the control you want to interact with?

Did it work before in whatever windows you had?

Spoiler

Renamer - Rename files and folders, remove portions of text from the filename etc.

GPO Tool - Export/Import Group policy settings.

MirrorDir - Synchronize/Backup/Mirror Folders

BeatsPlayer - Music player.

Params Tool - Right click an exe to see it's parameters or execute them.

String Trigger - Triggers pasting text or applications or internet links on specific strings.

Inconspicuous - Hide files in plain sight, not fully encrypted.

Regedit Control - Registry browsing history, quickly jump into any saved key.

Time4Shutdown - Write the time for shutdown in minutes.

Power Profiles Tool - Set a profile as active, delete, duplicate, export and import.

Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes.

NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s.

IUIAutomation - Topic with framework and examples

Au3Record.exe

Link to comment
Share on other sites

I've had regression testing scripts that were being executed (with no issues) in win 7, 8.1, 10, server 2k8, server 2k12 and server 2k16.  That's just my experience, not an exhaustive list.

IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Link to comment
Share on other sites

  • 3 weeks later...
On 6/28/2018 at 6:31 PM, careca said:

That's a tricky question, because autoit works on win10, i use it. The real question should be:

can i use autoit to interact with java applications?

And that one is better, but still complex. Autoit doesn't like to interact with some applications.

What does the infotool show for the control you want to interact with?

Did it work before in whatever windows you had?

Yea... I am perfectly maintaining a test framework with Java+AutoiT+testNG which is running in win 7 without any issues .Even  in Win 10 , code in that framework performing invoke application , minimize and maximize actions with this . but it is not performing 'click' , 'type' actions on applications which i have been automating in Win 7.

 

 

Link to comment
Share on other sites

On 6/29/2018 at 5:20 AM, jdelaney said:

I've had regression testing scripts that were being executed (with no issues) in win 7, 8.1, 10, server 2k8, server 2k12 and server 2k16.  That's just my experience, not an exhaustive list.

Are you using AutoIt with java in Win10..?

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...