appium / appium-flutter-driver

Appium Flutter Driver is a test automation tool for Flutter apps on multiple platforms/OSes. Appium Flutter Driver is part of the Appium mobile test automation tool maintained by community
MIT License
440 stars 179 forks source link

Cannot perform method closeapp on flutter IOS #632

Closed mazis0 closed 5 months ago

mazis0 commented 7 months ago

Hallo, i've issue with appium flutter ios when execute closeApp() method doest not perform. im using appium flutter driver version 1.19.1. please help

KazuCocoa commented 7 months ago

Please attach the full appium log. Btw, closeApp is deprecated. Please use terminateApp to stop the app process. https://github.com/appium/appium/issues/15807

KazuCocoa commented 5 months ago

Closing the ticket as no response.