Forum Discussion
rraghvani
Champion Level 3
3 years agoIn 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.