Jump to content

Automate localized application with autoit


RajaT
 Share

Recommended Posts

Hi Frndz,

Can anyone please let me know , if my test application is installed in Japanes Language then autoit support to automate the application ? If Yes , please provide me the information. Please see the attached screenshot for my Japanes application.

I could able to automate successfully my application if it is in english laguage. I am trying to execute the same scripts in my application which is

installed in Japanes language. But all my scripts got failed.

Please let me know how I can succeed on this.

Thank You.

Regards,

Raja

post-58344-12876517813811_thumb.png

Link to comment
Share on other sites

If your script used the different english texts to recognise the window and/or the controls in it, you will have to localise the script too. Meaning you have to replace the english texts for the japanese ones.

The better option is probably to re-write your script to recognise controls by the properties that do not change between localised versions. Read this to get an idea of how it might work.

If you are getting stuck, please show is the information as shown by the au3info tool for the window/controls you want to interact with, aswell as your attempt.

My advise is to make tiny test scripts trying to do one action to one control and implement them in your working script once you have the example doing what it should do.

(With tiny I mean just a WinWaitActive and a ControlClick, for example)

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