Forum Discussion
rraghvani
2 years agoChampion Level 3
In the example you have provided,
Aliases.browser.Page(page).FindElement("#username").SetText("user1");
Can you replace page with "*" in all of your references
Aliases.browser.Page("*").FindElement("#username").SetText("user1");
And try to run your code.
Note: you are performing recordNo.RefreshMappingInfo() on a variable var recordNo = '1234' and not the UI Object.
Related Content
Recent Discussions
- 2 hours ago
- 6 days ago
- 10 days ago