ashwithpoojary98 / javaflutterfinder

Flutter driver with Java implementation
MIT License
10 stars 5 forks source link

function setContext #11

Open mazis0 opened 10 months ago

mazis0 commented 10 months ago

Hello, what function for setContext on java implementations? Thanks

ashwithpoojary98 commented 10 months ago

@mazis0 set context helps to switch between Native, Web, or Flutter context. Your app might be developed using different ways it could be Native, Hybrid, or Flutter.

mazis0 commented 2 weeks ago

Hi @ashwithpoojary98 how to change context on appium java client 9? do you have example repo for appium flutter using appium java client 9?