1.
一共有三个问题,麻烦大佬帮忙看看
1.使用xpath, //android.view.View[@content-desc='Log in with email'] 可以找到元素,但是点击的时候没有点击log in with email,而是点击了图片绿色块中心的位置,所以没有跳转。
2.
尝试使用accessibilityid, 提示找不到。 这个id 在android 是content-desc 的内容,ios 就是name 的内容没错吧? 我填id 填写的是Log in with email 不知是不是用错了?
- 我使用输入文本,没有输入成功,
提示找不到控件

我改用//android.view.View/android.widget.EditText[1]。可以点击到,但是没法输入文本。使用//android.widget.EditText[contains(@text,'Email Please enter the correct email address')] 也点击不到,也无法输入文本