on ‎2019 Aug 16 10:03 PM
I am trying to create a script to add comments on Export Tab for products in GTS. The problem I am facing is that some products already have comments so when the script clicks on create new comment it throws message
The text already exists in language XX
This stops the script.
I am using excel macro so I would like to know if there is any way to create a validation in vbs to ask if the popup is active then press enter, if not continue as normal.
I tried using below code but once wnd2 is detected the script is stop and nothing else happens
If session.ActiveWindow.Name = "wnd[2]" Then
session.findById("wnd[2]/tbar[0]/btn[0]").press
.... -> code to add new text/comment
End If
Request clarification before answering.
| User | Count |
|---|---|
| 15 | |
| 11 | |
| 10 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.