Nexial Automation

Test Automation Platform for everyone!

X

desktop » clickTab(group,name)

Description

This command is used to click on the tab in desktop application to navigate from one form to another form.

Presetting:

  • Step 1: Add the xpath of the Tab group in application.json.
  • Step 2: Add “componentTypeHint”:”TabGroup” as shown in the example
  • Step 3: Scan the tabs using useForm() command from the script

Parameters

  • group - this parameter is the group name (name given in application.json).
  • name - is the name of the tab (as scanned)

Example

See Also