问题标签 [androidviewclient]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
115 浏览

androidviewclient - androidviewclient 触摸长按 API 17

我无法使用触摸在屏幕上长按。我的设备是 API 17,正在使用 AVC AndroidViewClient-6cd170e65a8869fd9d5915a984342aa3b8937ce7

我已经尝试在相同的坐标拖动,但似乎 API <= 17 的持续时间和步骤被忽略了。

如果能够按视图以及 x、y 坐标进行长按,那就太好了。

问候,

米腾。

0 投票
1 回答
197 浏览

androidviewclient - androidviewclient 4.6.0 二进制文件在哪里?

我正在为 android 应用程序编写测试脚本。我使用了 AndroidViewClient 版本 3.0.1。但我刚刚发现 AndroidViewClient 已更新。

我只想使用这个新版本的AndroidViewClient 4.6.0,但是我找不到二进制文件,我的意思是,*.jar。我必须自己做吗?或者在哪里可以下载?

0 投票
1 回答
103 浏览

monkeyrunner - AndroidViewClient - NullPointerException

我正在尝试使用 MonkeyRunner 和 AndroidViewClient 制作一个脚本来测试我自己的应用程序。

我在我的 Mac OS X 中设置了所有环境变量。当然,我可以使用终端命令(如 './monkeyrunner test_script.py')测试我的 android 应用程序并正常执行。

但是,当我在 Xcode 中使用相同的脚本时,我收到“无法连接到(项目路径):java.lang.NullPointerException”消息。

有谁能帮助我吗?

0 投票
2 回答
265 浏览

android - 如何获取复选框的状态

我正在尝试使用 androidviewclient 获取 Checkbox 的状态

这总是返回 False 。

谁能告诉我如何获取复选框的状态

0 投票
1 回答
162 浏览

androidviewclient - android serialno 作为正则表达式

我收到错误:在 ViewClient 中不支持正则表达式作为序列号

当我有:

我努力了

它运行良好, adb shell 也连接良好,但 AVC 会抱怨并出错。

问候,

米腾。

0 投票
2 回答
513 浏览

python-2.7 - 使用 AndroidViewClient 从编辑文本中删除文本

我正在尝试自动化一个测试用例,我必须先删除 EditText 中的数据,然后输入新文本并保存。我正在使用 androidviewclient 来查找视图。在此处输入代码 Busy = vc.findViewByIdOrRaise('id/no_id/24') Busy.touch() vc.dump() id16 = vc.findViewByIdOrRaise('id/no_id/16')

id16 是编辑文本,如何擦除该视图中的数据。请帮忙

0 投票
1 回答
1181 浏览

android - 如何使用 AndroidViewClient 连接多个设备

我想使用 AndroidViewclient 连接到两个多台设备(设备 1、设备 2)以自动化测试用例,我必须从设备 1 拨打电话并在设备 2 上接听电话。请帮助如何同时连接到两个设备。

0 投票
1 回答
619 浏览

python - ViewClient.connectToDeviceOrExit() 有问题

我最近开始使用 python 和移动应用程序自动化,因为我决定使用 python,我发现的主要工具是 monkeyrunner 和 androidviewclient。

但是第一个问题我不知道该怎么办:

当我在 Windows cmd 中运行它时 - monkeyrunner mypath\test-case1.py 我收到一个异常:

难道我做错了什么?请帮忙。

十分感谢!

0 投票
1 回答
225 浏览

cyrillic - Cyrillic in the android.widget.TextView

Im using android view client to automate testing of an android app, but all of the views are on Russian, so when I'm using dump.py i have something like this:

How can I see it in normal view? Because it's not comfortably to find the vies in such view.

Update

I used chcp 65001 and got one TextView on Russian, but after thata I recieved an error:

0 投票
1 回答
97 浏览

android - 用androidviewclient麻烦拍一堆照片

有一个问题,我需要自动为我的 android 应用程序制作照片,但是“采取 snaphsot”按钮没有 id

拍照屏幕上的 dump.py 仅显示:

那我应该怎么拍一堆照片呢?谢谢!

更新

我使用了 dump.py -d 和我在galaxy s 2(android ver,4.1.2)上收到的内容:

=(