headspinio / appium-altunity-plugin

An Appium 2.x plugin for AltUnity Tester. https://headspin.io
Apache License 2.0
30 stars 5 forks source link

Interactive with both Native and Unity contexts #4

Open manwithsteelnerves opened 2 years ago

manwithsteelnerves commented 2 years ago

Hi, Can you share an example on switching between native and unity contexts and accessing a certain android view element? We tried but unfortunately didn't find a way to find the methods when interacting with native android elements. Where can we find the documentation for accessing the android native elements?

Thanks, Ayyappa

jlipps commented 2 years ago

When you're in native mode, the native element finding methods are active. Are you saying this is not the case? This plugin doesn't provide docs on what happens in native mode; for that, just refer to the docs for the active driver (e.g., the uiautomator2 driver)

manwithsteelnerves commented 2 years ago

Thanks for the info @jlipps