ryu.xr
5 months agoExplorer
Switch to Controllers prompt - Scriptable Testing Services for E2E Testing
In the latest META OS v74 update, a new dialog prompt is being invoked on the headset for the user to "Switch to controllers" that interferes with test automation.
According to the docs, certain properties are configurable via Android Debug Bridge (adb) to control services that interfere with automation.
https://developers.meta.com/horizon/documentation/unity/ts-scriptable-testing/
Despite confirming that guardian, proximity sensor, and dialogs are disabled, the prompt is still being shown and interrupting end to end tests.
>adb shell content call --uri content://com.oculus.rc --method GET_PROPERTY
Result: Bundle[{disable_guardian=true, set_proximity_close=true, disable_dialogs=true, disable_autosleep=true}]
Has anyone else found a way around this?