Trouble Shoot

Answers to yours questions / Exceptions

How can i extract specific columns from my table
Column value was not getting changed. First column value is displaying for all the rest

When writting XPATH for the column locator. Make sure you use the (.) before your XPATH

Reason : (.) mean current node

How can I extract only numeric from the column

Let's support your column value is "QATTS235". And you want the value as 235.

For the column UI element . Configure the extraction property.Extraction Rules

Last updated