Object causing exception during test run
Hi all,
I'm having an issue running a test where an object is continually causing an exception.
The object can be found by clicking the "Highlight" option from the right click menu from the Namemapping tree. So appear no issues with the mapping.
I have added a waitproperty operation to the test ,to wait until the object exists, the exception still occurs on the object.
I have added a delay to the test to allow the object to load, the object still causes an exception.
I have added interactions with other page objects on the same webpage to the test, before interacting with the required object, object still causes an exception.
In the keyword test log, "Details", the only message I am getting is "Member not found"
Any ideas on this? is there a remedy for it?
Thanks
Ok,
So i just found the problem myself, I hadn't selected the "Exists" property of the Object, but had only selected the object itself.
Once I Selected the Object, and set the "Exists" property as the value the Exception no longer occurs.
User error this time (must be the first time ever ππ π )
Thanks all for pointing me in the right direction and helping me find "my own" issueπππ