NicolaFilosa_SE
11 months agoContributor
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...
- 11 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.