Appium ????????????
???????????? ???????[ 2013/12/19 10:10:45 ] ????????
??????????????????
# -*- coding: utf-8 -*-
import Image
def make_regalur_image(img?? size=(256?? 256)):
return img.resize(size).convert('RGB')
def split_image(img?? part_size=(64?? 64)):
w?? h = img.size
pw?? ph = part_size
assert w % pw == h % ph == 0
return [img.crop((i?? j?? i + pw?? j + ph)).copy()
for i in xrange(0?? w?? pw)
for j in xrange(0?? h?? ph)]
def hist_similar(lh?? rh):
assert len(lh) == len(rh)
return sum(1 - (0 if l == r else float(abs(l - r)) / max(l?? r)) for l?? r in zip(lh?? rh)) / len(lh)
def calc_similar(li?? ri):
# return hist_similar(li.histogram()?? ri.histogram())
return sum(hist_similar(l.histogram()?? r.histogram()) for l?? r in zip(split_image(li)?? split_image(ri))) / 16.0
def calc_similar_by_path(lf?? rf):
li?? ri = make_regalur_image(Image.open(lf))?? make_regalur_image(Image.open(rf))
return calc_similar(li?? ri)
def make_doc_data(lf?? rf):
li?? ri = make_regalur_image(Image.open(lf))?? make_regalur_image(Image.open(rf))
li.save(lf + '_regalur.png')
ri.save(rf + '_regalur.png')
fd = open('stat.csv'?? 'w')
fd.write('
'.join(l + '??' + r for l?? r in zip(map(str?? li.histogram())?? map(str?? ri.histogram()))))
# print >>fd?? '
'
# fd.write('??'.join(map(str?? ri.histogram())))
fd.close()
import ImageDraw
li = li.convert('RGB')
draw = ImageDraw.Draw(li)
for i in xrange(0?? 256?? 64):
draw.line((0?? i?? 256?? i)?? fill='#ff0000')
draw.line((i?? 0?? i?? 256)?? fill='#ff0000')
li.save(lf + '_lines.png')
|
???????????????????????漰???????????????????SPASVOС??(021-61079698-8054)?????????????????????????
??????
??????????????????????????????????????????Ч?????????????????????????????????????????????????5????????????????????н?????????????????AR????????????ios???????????????Щ????????????????????AutoRunner??Selenium????????????????????????????????????Web????????????????Android???????????????Щ?????????????????????????????????????????????????????????????????????????????????????????????????????ζ????С??????????????????????????????????????????δ?????????????????????????????????????????????????????????Selenium???????????????????????Selenium?????????????Щ?????????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11????????
?????????App Bug???????????????????????Jmeter?????????QC??????APP????????????????app?????е????????jenkins+testng+ant+webdriver??????????????JMeter????HTTP???????Selenium 2.0 WebDriver ??????