nastester
2 months agoRegular Contributor
Handling multiple selectors for same object
My web app has a grid. I can switch views and the table shows different data. I want to map the objects in the first row for each column in the grid for both views. Currently, I have one object t...
- 2 months ago
If they share the same parent, then you can specify OR in the name mapping. For example,
Or combined the XPath,
Swap the ordering of your selector to suit your needs. You can also adjust the playback auto-wait timeout in code via Options e.g. Options.Run.Timeout = 1000;