python-client icon indicating copy to clipboard operation
python-client copied to clipboard

Appium python Client - Set_Network_connection(1) toggling airplane mode not working

Open watertech8899 opened this issue 1 year ago • 1 comments

The problem

Briefly describe the issue you are experiencing (or the feature you want to see added to Appium). Tell us what you were trying to do and what happened instead. Remember, this is not a place to ask questions. For that, go to http://discuss.appium.io!

Environment

  • Appium version (or git revision) that exhibits the issue:
  • Last Appium version that did not exhibit the issue (if applicable):
  • Desktop OS/version used to run Appium:
  • Node.js version (unless using Appium.app|exe):
  • Mobile platform/version under test:
  • Real device or emulator/simulator:
  • Appium CLI or Appium.app|exe:

Details

If necessary, describe the problem you have been experiencing in more detail.

Link to Appium Logs

Create a GIST which is a paste of your full Appium logs, and link them here.

Code To reproduce issue

Possible values:

        +--------------------+------+------+---------------+
        | Value (Alias)      | Data | Wifi | Airplane Mode |
        +====================+======+======+===============+
        | 0 (None)           | 0    | 0    | 0             |
        +--------------------+------+------+---------------+
        | 1 (Airplane Mode)  | 0    | 0    | 1             |
        +--------------------+------+------+---------------+
        | 2 (Wifi only)      | 0    | 1    | 0             |
        +--------------------+------+------+---------------+
        | 4 (Data only)      | 1    | 0    | 0             |
        +--------------------+------+------+---------------+
        | 6 (All network on) | 1    | 1    | 0             |
        +--------------------+------+------+---------------+

watertech8899 avatar Apr 02 '24 19:04 watertech8899

Please share the full appium log

KazuCocoa avatar Apr 03 '24 01:04 KazuCocoa

close as incomplete description and logs

KazuCocoa avatar Oct 08 '24 07:10 KazuCocoa