i have upgraded my solution file from 2.3.9 to 3.0. When i try to play the recording ,it failed.
I check my repo using Ranorex spy and I see the repo is different compare to my old repo(2.3.9).
Below is two example of the repo:
2.3.9 ver: form/element/container/toolbar[@accessiblename='Flow Control']/button[@accessiblename='If..Else']
3.0 ver: form/element/container/container/container/toolbar[@accessiblename='Flow Control']/button[@accessiblename='If..Else']
2.3.9 ver: element/form/element/element/list/listitem[@accessiblename='Scenario Manager']
3.0 ver: element/form/Container/element/list/listitem[@accessiblename='Scenario Manager']
Is there any way to solve this problem?
Thank you
