Chrome Click Screen Issues

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
catbox
Junior Coder
Posts: 26
Joined: Mon Dec 03, 2012 6:43 pm

Chrome Click Screen Issues

Post by catbox » Wed Aug 12, 2020 11:16 am

Since IE is no longer support by Microsoft it was removed from computers here...I have updated my script for Chrome and using a mouseMove 'command' where I click where the Save button is, then LClick. The problem is, my program is written in a window where the Save button seems to no always be where my mouse is clicking, ends up a couple millmeters off (so one record is entered successfully or sometimes none).

Is the a command I can use in Chrome or a screen recorders like I did with IE (IEClickTag). I really don't want to have to write 20 SQL's to load all the data :(

[snippet=]//Click Save icon at top right of screen
MouseMove>1561,471
LClick
Wait>6[/snippet]
Thank you,
anke

User avatar
Dorian (MJT support)
Automation Wizard
Posts: 1414
Joined: Sun Nov 03, 2002 3:19 am

Re: Chrome Click Screen Issues

Post by Dorian (MJT support) » Wed Aug 12, 2020 11:38 am

Just a few things to experiment with :

Try the Find Object Wizard on the Filename Field and Save Button.

Use MouseMoveRel on the Save Dialog.

Try the Image Recognition Wizard on the Save Button.

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts