21 Jan 2023
12:36 PM
- last edited on
23 Jan 2023
07:17 AM
by
Ana_Kuzmenchuk
Hello,
can we run Siebel commands which we run on Chrome Dev console, same can be used via the JavaSript option in synthetic or any other way?
Example :- SiebelApp.S_App.GetActiveView();
Solved! Go to Solution.
Hello.
Dynatraace Synthetic has some "functions", so you can for example get JS value, and make this step as failed if value is not OK.
The JavaScript code to be executed in this event |
Regards,
Romanenkov Alex
This is CRM command not javasript, will this can be executed in any way?
@SachinJindal yes it is. Just use the JavaScript event in your browser test to call the code just as you would in the Developer options console in your browser.
Featured Posts