nicktgn
nicktgn
Is it possible to search child views inside another view (UiObject or UiObject2) using python API? Something like these two java functions of UiAutomator java API: - [UiObject2#findObject(bySelector)](https://developer.android.com/reference/android/support/test/uiautomator/UiObject2#findObject(android.support.test.uiautomator.BySelector)) - [UiObject#getChild(uiSelector)](https://developer.android.com/reference/android/support/test/uiautomator/UiObject.html#getChild(android.support.test.uiautomator.UiSelector))...
## 🐛 Bug Report On the first run new Supertokens Core container throws errors during DB initialization. Whenever I run the Supertokens Core in docker compose for the first time,...
I there a way to intercept and handle any specific server responses like 401 Unauthorized when connecting to websocket using `ws.Start()` or `ws.StartOrFail()`. I was trying to use `ws.StartOrFail()` but...