Tsanfer

Results 2 issues of Tsanfer

**详细描述问题bug:** AirtestIDE 安装包中的 chromedriver 版本过低 **复现步骤:** 代码: ```python #! python3 # coding=utf-8 from airtest.core.api import * from selenium import webdriver from selenium.webdriver.common.keys import Keys from airtest_selenium.proxy import WebChrome driver =...

`docker-compose.yml` ```yaml services: kuboard: image: swr.cn-east-2.myhuaweicloud.com/kuboard/kuboard:v4 # image: eipwork/kuboard:v4 container_name: kuboard # restart: unless-stopped ports: - "80:80/tcp" environment: TZ: "Asia/Shanghai" DB_DRIVER: "org.postgresql.Driver" DB_URL: "jdbc:postgresql://www.example.com:5432/kuboard?currentSchema=kuboard&characterEncoding=UTF8" DB_USERNAME: "kuboard" DB_PASSWORD: "123456" ``` 运行命令...