Note | ||
---|---|---|
| ||
As of July 25th, 2023, there is a content freeze on this page. |
This function detects if the user is currently on a specific screen. It can be used inside a JavaScript if statement. If the screen is successfully detected, true is returned. Otherwise, false is returned.
...
Code Block | ||||
---|---|---|---|---|
| ||||
if (detectScreen("D_1_2", "INV011FM", "D_1_35", "Confirm Invoices")) {
pressKey("Enter");
}
|
...