Hello Sasha, My apologies for the delay. I didn’t realize that I needed to log in in order to see the messages.
However, I tried the command that you mentioned above
Application(“Expert Window”).View(“Dev Console”).Object(“Enter command”).Type(“sensor.probe-override-window-name “Long Axis”test “);
and that did not work.
I was able to get it to type by using the command
Application(“Expert Window”).View(“Dev Console”).Object(“Enter command”).Type(“sensor.probe-override-window-name “Long Axis” “);
but I need the quotes to be specific in order for me to use what it types.
If I switch the quotes to the command below, then it does not work.
Application(“Expert Window”).View(“Dev Console”).Object(“Enter command”).Type(“sensor.probe-override-window-name “Long Axis” ”);
Does that mean that the outer quotes must always be “” and the inner “”
Also attached screenshot below