Spreadsheet Tool Bar Icons - EcoSys - Help

EcoSys Functional Automation Framework

Language
English
Product
EcoSys
Search by Category
Help
EcoSys Version
9.0

This applies for the icons on the spreadsheet menu bar only. All other buttons menus must use other keywords/xPath methods.

For All icons, follow the steps below.

  1. Using Developer tools, highlight the icon.

  2. Right-click on the <I class… line and get the xPath.

  3. Adjust the xPath to replace the ID with contain pattern.

    For example: //*[@id="utb-centerDiv-16748"]/div[12]/a/i

Function Button

  1. To find the xPath for the menu, click on the Function button and then highlight the entire drop down menu.

    This will highlight a piece of XML as shown below in Dev tools.

  2. Get the xpath and adjust the xPath to replace the ID with contain pattern. Add /div[2]/table/tbody to the end.

    For example, //*[@id=contains(‘_functionsDropdown-28462’)]/div[2]/table/tbody