老师,我按照视频的做法走到python操作appium,目前fiddler、模拟器和appium都正常,但是python端一直报错,报错信息如下:
Traceback (most recent call last):
File "D:\Simon\simonPythonPractice\移动端爬虫(spider_of_fiddler_get_application_data)\manipulate_android_simulator_with_appium.py", line 16, in <module>
driver_android = webdriver.Remote(server, desired)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Python311\Lib\site-packages\appium\webdriver\webdriver.py", line 230, in __init__
super().__init__(
TypeError: WebDriver.__init__() got an unexpected keyword argument 'desired_capabilities'