Forum Discussion

NicolaFilosa_SE's avatar
NicolaFilosa_SE
Contributor
3 months ago
Solved

Variable or Test parameter using "If object" in Keyword test

Hi to everyone, I have to verify the properties "Exists" and "Enabled" for various tabs and pages. To do it I wanted to use a keyword test, in order to run it every time I have to do the verificatio...
  • rraghvani's avatar
    rraghvani
    3 months ago

    Here's a JavaScript example, which captures the property values contentText, Text and Enabled of Aliases.panelTable.

    Objects.Save(Aliases.panelTable, "config_table", "contentText Text Enabled", "", true);
    Objects.Items("config_table").Check(Aliases.panelTable);
    

    It then checks Aliases.panelTable with the property values stored in Stores.