Skip to content

v0.4.1

Compare
Choose a tag to compare
@clgwlg clgwlg released this 14 Aug 06:34

Features

  1. 新增OCR&OpenCV DSL #79
  • 向 [] 扫描 [] 的文案
  • 向 [] 查找 [] 的图像
  • OCR DSL 支持正则表达式语法
  1. 新增Web config 自定义浏览器参数
"emulatedDevice": "iPad (gen 6)",
"userAgent": "My user agent",
"width": 550,
"height": 550,
"locale": "de-DE",
"timezone": "Europe/Berlin",
"deviceScaleFactor": 6,
"hasTouch": false,
"geolocation": {
  "longitude": 48.858455,
  "latitude": 2.294474
},
"permissions": ["geolocation"]