Airtest 点击按钮前后两张图片的相似度,判断按钮是否可以被点击

Airtest 点击按钮前后两张图片的相似度,判断按钮是否可以被点击
Airtest 点击按钮后两张图片的相似度大于90%

__author__ = "xiaoyun461"

from airtest.core.api import *
from airtest.aircv.aircv import *
from airtest.core.cv import *
from airtest.aircv.template import *

#获得屏幕宽高
def height_width():
    global width
    global height
    if G.DEVICE.display_info['orientation'] 

你可能感兴趣的:(数据采集,python)