android-uiautomator-server icon indicating copy to clipboard operation
android-uiautomator-server copied to clipboard

Results 17 android-uiautomator-server issues
Sort by recently updated
recently updated
newest added

Any way to change longClick behavior do set a duration for it? the current value is not working for me

` if ((getMask() & Selector.MASK_TEXTMATCHES) > 0) { if (s == null) s = By.text(Pattern.compile(getTextMatches())); else s = s.text(Pattern.compile(getTextMatches())); }` I checked this line, I found some articles for this:...

enhancement

目前项目中有一个adb静态注册的广播,目前安卓在8.0及之后的版本已经禁止了静态注册的行为,也就是说`静态注册是没用的` ,所以这块需要一个调整,但是我不是很清楚这个具体在哪里使用了. 如果改为动态注册,这样才`atx app`不在运行的时候是没办法接收到相关的广播信息的 @codeskyblue @mingyuan-xia

出现时机是,界面刚刷新的时候,resourceId有很低的概率无法获取到。 怀疑是 AccessibilityEventListener 影响的 https://github.com/openatx/android-uiautomator-server/blob/master/app/src/androidTest/java/com/github/uiautomator/stub/AccessibilityEventListener.java#L42

Hi, I'm using your app and I can't copy CLIPBOARD from the device to a non-rooted device Please help me check, thank you very much ^^!

bug

Hi, RD, Hope you are doing well! Versions: ``` apk version is __apk_version__ = 2.4.0. android@Church:/data/ro/uiautomator2/uiautomator2.git$ gl -n2 commit 4157409b2fbb91e204734d3a4ac38c9f79ecb012 (HEAD -> master) Author: codeskyblue Date: Thu Jun 6 14:28:36...

获取的节点,增加editable属性,这个属性是辅助功能默认支持的。增加之后,部分输入框组件该属性为true。示例: class=\"android.widget.EditText\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"true\" enabled=\"true\" focusable=\"true\" focused=\"true\" scrollable=\"false\" long-clickable=\"true\" password=\"false\" selected=\"false\" visible-to-user=\"true\" bounds=\"[154,115][769,218]\" editable=\"true\" drawing-order=\"2\" hint=\"年中策略会|5天5场 首席前瞻机会\" display-id=\"0\" />\r\n issues中有类似反馈 https://github.com/openatx/uiautomator2/issues/957