Nexial Automation
Test Automation Platform for everyone!
desktop » saveProcessId(locator,var)
Description
- This command is to know the process if of the application you are running.
- The locator(xpath of the application needs to be provided.
- if the application process is found as per locator(xpath) the command will pass or fail otherwise.
Parameters
- locator - this parameter is the locator(xpath) of the application for which process Id is required.
- var - this parameter is to store the process id value into variable.
Example