Skip to content

Commit

Permalink
wda包体名修改
Browse files Browse the repository at this point in the history
(cherry picked from commit 0360f9d)
  • Loading branch information
Howarden34 authored and yimelia committed Jul 1, 2020
1 parent ba721f0 commit d21d133
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions airtest/core/ios/ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-


from airtest.core.ios.wda_fix_version import LANDSCAPE, PORTRAIT, LANDSCAPE_RIGHT, PORTRAIT_UPSIDEDOWN, WDAError, DEBUG, Client
from airtest.core.ios.wda_client import LANDSCAPE, PORTRAIT, LANDSCAPE_RIGHT, PORTRAIT_UPSIDEDOWN, WDAError, DEBUG, Client
from airtest.utils.logger import get_logger
from airtest.core.ios.instruct_helper import InstructHelper
from airtest.core.ios.instruct_cmd import InstructHelper
from airtest.core.ios.fake_minitouch import fakeMiniTouch
from airtest.core.ios.rotation import XYTransformer, RotationWatcher
from airtest.core.ios.constant import CAP_METHOD, TOUCH_METHOD, IME_METHOD
Expand Down
4 changes: 2 additions & 2 deletions airtest/core/ios/rotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from airtest.utils.snippet import reg_cleanup, on_method_ready
from airtest.utils.logger import get_logger

from airtest.core.ios.wda_fix_version import LANDSCAPE, PORTRAIT, LANDSCAPE_RIGHT, PORTRAIT_UPSIDEDOWN
from airtest.core.ios.wda_fix_version import WDAError
from airtest.core.ios.wda_client import LANDSCAPE, PORTRAIT, LANDSCAPE_RIGHT, PORTRAIT_UPSIDEDOWN
from airtest.core.ios.wda_client import WDAError

LOGGING = get_logger(__name__)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import requests
import six
from airtest.core.ios.xcui_element_type import ELEMENTS
from airtest.core.ios.elements_type import ELEMENTS

if six.PY3:
from urllib.parse import urljoin as _urljoin
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ requests>=2.11.1
six
mss==4.0.3
opencv-contrib-python<=3.4.2.17
facebook-wda==0.2.1
# facebook-wda==0.2.1
pywinauto==0.6.3

0 comments on commit d21d133

Please sign in to comment.