gkd-kit / gkd

基于无障碍,高级选择器,订阅规则的自定义屏幕点击 Android 应用 | An Android APP with custom screen tapping based on Accessibility, Advanced Selectors, and Subscription Rules
https://gkd.li
GNU General Public License v3.0
20.21k stars 1.05k forks source link

[feat] 能否支持选择最后一个子节点 #667

Closed 52comfortable closed 2 months ago

52comfortable commented 2 months ago

一些验证

新功能描述

能否提供类似于css中:last-child的功能,或者支持简单的数学运算,例如:ImageView[parent.childCount = index + 1]

lisonge commented 2 months ago

https://gkd.li/selector/node#int

ImageView[index=parent.childCount.minus(1)]
52comfortable commented 2 months ago

https://gkd.li/selector/node#int

ImageView[index=parent.childCount.minus(1)]

多谢大佬