Page 1 of 1

Refresh application?

Posted: Tue Feb 12, 2019 3:28 pm
by MJesper
Hi! How do I refresh the application?

I found this feature in Ranorex Spy but I can't find it inside
Image

Re: Refresh application?

Posted: Tue Feb 12, 2019 3:32 pm
by odklizec
Hi,

Without seeing the app under test or at very least Ranorex snapshot, it's hard (impossible) to provide a reasonable answer. But I guess the feature you found in Spy is applicable (in Studio) using Invoke Action? Where exactly in Spy did you find this?

Re: Refresh application?

Posted: Tue Feb 12, 2019 3:37 pm
by MJesper
I've already tried invoke action, and if you right click a form you'll get this list:
Image
Click dynamic actions and you have a bunch of things like move window, update, refresh etc.

Re: Refresh application?

Posted: Tue Feb 12, 2019 9:28 pm
by ahoisl
You will see this for all Windows.Forms.Control instances, this will essentially just call the Refresh method of this control - which may or may not have an effect depending on the implementation of this very control.

Regards,
Alex
Ranorex Team