Press Home button in Appium Java client -


i new appium. might silly question. wanted know how click home button using java bindings.

thanks in advance

well if want send app in background use driver.closeapp() function , relaunch driver.openapp()

you can use press keycode method below codes

home menu button - 82 button - 4 recent app - 187 

Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -