You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the sample apps provided in the repository I'm able to see full page content when decoding the response of the "/source" endpoint. However, on the app I actually want to test I only get one line, something like:
Hi guys,
With the sample apps provided in the repository I'm able to see full page content when decoding the response of the "/source" endpoint. However, on the app I actually want to test I only get one line, something like:
<?xml version=\"1.0\" encoding=\"UTF-8\" ?> <app-ui> <status>OK</status> <topscreen> <plugin id=\"dev\" name=\"MyApp\"/> <screen focused=\"true\" type=\"RoScreenWrapper\"/> </topscreen> </app-ui>
Any idea what might be the issue?
Thank you
The text was updated successfully, but these errors were encountered: