Replies: 5 comments 1 reply
|
You can set the |
|
The outer IDs, and IDs for all other elements are fine and selectable. But when nesting For instance the HXML: gets rendered as While the styles and the actions/links of these nested |
|
It's exactly the same when just using |
|
I'm not really an expert on Android UI testing, but I found some links indicating this might be a general problem on the Android platform. See this Stack Overflow question and the Appium discussion linked from there. It seems like the best (hacky) solution is to match the textview by ID, and then apply coordinate offset to touch the place where your link is. Seems like that would break with dynamic text or different device screen sizes, but I haven't found any better solutions. |
|
I hadn't come across that particular thread. I thought it might be something like that but couldn't find anything confirming it. This is well to the right of Hyperview and RN, then. Appreciate you both having a look, though. |

I'm not really an expert on Android UI testing, but I found some links indicating this might be a general problem on the Android platform. See this Stack Overflow question and the Appium discussion linked from there. It seems like the best (hacky) solution is to match the textview by ID, and then apply coordinate offset to touch the place where your link is. Seems like that would break with dynamic text or different device screen sizes, but I haven't found any better solutions.