whuang
4 years agoRegular Contributor
Not able to call page object
Hi there,
I am getting "You are trying to call the "page" method or property of the following name mapping object: Name mapping item: browser" when I run this code
Aliases.browser.Page("*").NativeWebObject.Find(xxx,xxx,xxx)
The name mapped item browser is any item that the ObjectType is Browser, this code was working perfectly before, but it started complaining just recently, what is more odd is this line of code only fail on a specific machine, I ran the exact same code on other machines, they all worked fine.
Does anyone have any idea what is wrong here?
Thanks in advance