Migrate from deprecated methods to extension commands (v8)
mainIn v8, many deprecated endpoint method calls were replaced with compatible extension commands to maintain compatibility with Appium v3. If your driver does not yet implement these extension commands, you must update your Appium driver versions first.
Removed Methods and their replacements:
ToggleAirplaneMode(),ToggleData(),ToggleWifi(),SetConnectionType()$\rightarrow$ Usemobile:setConnectivitywith appropriate parameters.GetConnectionType()$\rightarrow$ Usemobile:getConnectivity.StartActivityWithIntent(),StartActivity()$\rightarrow$ Usemobile:startActivity.EndTestCoverage()$\rightarrow$ Already deprecated.HideKeyboard(strategy)$\rightarrow$ Thestrategyargument was removed (previously used by the outdated iOS driver).