Technical support and scripting issues
Moderators: JRL, Dorian (MJT support)
-
catbox
- Junior Coder
- Posts: 26
- Joined: Mon Dec 03, 2012 6:43 pm
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