0
Answered
Getting name of the button with function.
Is there any way to get information about pressed button name with function and script call and to put it to IR.Log?
Customer support service by UserEcho
the name of any pressed button on the page you can get using the following functions:
for(var i = 0; i < IR.GetItem("Page 1").ItemsCount; i++){
Is it possible to create funtion and use it with script call and log the name of the button with it?
Hello!
Unfortunately, to get the name of the pressed button is possible only with the help of a script that is written above.