Skip to content

2.0.0

Compare
Choose a tag to compare
@ven-coder ven-coder released this 25 Apr 15:11
· 60 commits to master since this release
  1. 整理api
  2. 增加
  • 浮窗支持拖动修改大小
  • 根据类型查找元素
  • 在当前元素范围下,根据类型查找元素
  • 获取当前页面所有元素
  • 获取指定元素下所有子元素
  • 查找第一个可点击的父元素
  • 拓展-获取元素在屏幕中的范围
  • 拓展-手势点击元素所处的位置
  • 拓展-点击元素
  • 拓展-手势长按元素所处的位置
  1. 修复
  • 基准分辨率获取对应当前分辨率的坐标部分机型不一致问题
  1. Organize APIs
  2. Additions:
  • Floating window support for dragging and resizing
  • Element search based on type
  • Search for elements of a specific type within the current element scope
  • Obtain all elements on the current page
  • Get all child elements under a specified element
  • Find the first clickable parent element
  • Extension - Get the element's range on the screen
  • Extension - Gesture click on the position where the element is located
  • Extension - Click on the element
  • Extension - Gesture long-press on the position where the element is located
  1. Fixes:
  • Inconsistency in obtaining the corresponding coordinates of the current resolution based on the reference resolution for some models

Full Changelog: 1.0.4...2.0.0