Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,240 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
after i record scrip and put the code into automate "Run VBScript" mode ,here shows the error "Syntax error." and i found it for this code"session.findById("wnd[0]/usr/btn%SAUART%APP%-VALU_PUSH").press" i don't know know how to fix it .i want to do multiple selection .
I'm getting the same error/issue, this is due to the % string. so you would need to add another "%" next to it, something like so:
"wnd[0]/usr/btn%%SAUART%%APP%%-VALU_PUSH"