Spreadsheet Tool Bar Icons - EcoSys - Help

EcoSys Functional Automation Framework

Language
English
Product
EcoSys
Search by Category
Help
EcoSys Version
9.1

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. A section of the DOM will be highlighted as follows.

  3. Locate the data-qa-locator in the parent div (red arrow) and locate the button title in the a tag (black arrow). Use those values in the following xpath template:

    //*[@data-qa-locator='<data-qa-locator value>’]/div/div/a[@title='<title-value>']/

Function Button

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

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

  2. From the highlighted line (black arrow) look up 2 lines to the div containing the data-qa-locator (red arrow). Use the value in the following xpath template.

    //*[@data-qa-locator='<data-qa-locator value>']/div/div/i