getCurrentPage
Gets the name of the currently-open script page.
Description
vcc.getCurrentPage(): string
Gets the name of the currently-open script page that is visible to the agent at the moment.
Parameters
none
Return values
string – The name of the page.
Example
const pageName = vcc.getCurrentPage();
dump(pageName);
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.