Commit 0fda0a64 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

修改ui自动化demo

添加airtest下的ui自动化demo
parent 10605afa
...@@ -9,8 +9,6 @@ spd登录的ui自动化例子1 ...@@ -9,8 +9,6 @@ spd登录的ui自动化例子1
from common.common_func import commonFuc from common.common_func import commonFuc
from airtest.core.api import * from airtest.core.api import *
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from airtest_selenium.proxy import * from airtest_selenium.proxy import *
module = "demo-ui" module = "demo-ui"
url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "spd3_login_url") url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "spd3_login_url")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment