首页 > 解决方案 > 我无法使用带有 Python 的 winium 启动我的应用程序

问题描述

我无法使用带有 Python 的 winium 启动我的应用程序

from appium import webdriver
from selenium import webdriver
driver=webdriver.Remote(command_executor='http://127.0.0.1:4723/',desired_capabilities={'app': "C:\\Program Files (x86)\\Giesecke Devrient\\Compass VMS\\CompassVmsSplashScreen.exe", 
'args': '-port 

#这是我用过的代码出现#selenium.common.exceptions.WebDriverException:消息:错误在此处输入链接描述

标签: pythonautomationdesktop-applicationwinium

解决方案


推荐阅读