Page 1 of 1

Invoke Action - Select() doesnt work

Posted: Fri Jul 31, 2015 8:21 pm
by nmathew
After upgrading 5.1.3 to 5.4 by uninstalling and installing new version, ranorex now doesn't work for select() method.
Object reference not set to an instance was the error message that was thrown

Is this a breaking change that is known of? or I'm missing something here. I read through the forums and cannot find any thing related to this.

Please advise

Thanks,

Re: Invoke Action - Select() doesnt work

Posted: Fri Jul 31, 2015 8:53 pm
by krstcs
Without the full error and code it is hard to tell, but that particular one usually means that an object in the chain is returning a null reference. This isn't usually a bug in Ranorex, but in your test code.

Please post the code that is throwing the error, the full error text, and a Ranorex Snapshot of the element in question.