#2 楼 @jakewendao 我是这样做的,一直跳,然后到一个稳定的满意的薪水,然后就去挑有兴趣的公司
一般公司会有加薪机制吧。跳槽加薪是比较靠谱的。
开发证书出来的,应该可以吧
运行下 appium-doctor
试试看, 另外贴代码和日志请用 代码块
#6 楼 @seveniruby appium 的 uiautomator 不能搞,没有开放 api。 Selendroid 估计可以。
On iOS, the dev team implemented their own version of toast messages. It's a message that appears in a tiny box for a few seconds. If they add the proper labels then it should work.
On Android, I'm not sure what can be done as it's an upstream uiautomator issue. Maybe there's some way to monitor accessibility events directly?
UIautomator 的确不支持。
漂亮
#1 楼 @seveniruby 把非 testerhome.com 都定向到 testerhome.com 吧。 除了几个代理外。
低版本的请用 Selendroid
个人觉得黑盒测试也非常重要。
#6 楼 @jakewendao 遇到过类似的,做转化广告的项目时候
就是没有积分账户时候完成一次转化的案例
这个截图完全看不清内容啊。 logo 之类的请别贴图啊,贴日志。
你写 nodejs 的脚本,里面也要用到 selenium 的模块啊,只是这个模块用 nodejs 来写了哦。
你看官方首页。
> npm install -g appium
> npm install wd
> appium &
> node your-appium-test.js
其中 wd 就是 selenium webdriver 啊。
#2 楼 @softblank The standard script installs Homebrew to /usr/local so that you don’t need sudo when you brew install. https://github.com/Homebrew/homebrew/wiki/Installation brew install 的时候不需要 sudo 的。它把所有的东西都装在 /usr/local/Cellar 里,是不需要 Permission 的。
#5 楼 @vigossjjj 还是不太会用。其实 ifuse 本身是一个工具吧? 要插入实体机?
brew 不需要 sudo
Apache 2.0 协议
@vigossjjj
2.拷贝 osxfusefs.fs 到/Library/Filesystems,并添加执行权限
sudo /bin/cp -RfX /usr/local/Cellar/osxfuse/2.6.2/Library/Filesystems/osxfusefs.fs /Library/Filesystems
sudo chmod +s /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs
这里需要安装 osxfuse,如果用 dmg 安装的话,就不需要 cp 过去了。
不过你应该是用 brew 安装的。
#19 楼 @chuyaoyao 你试试看 不一定行。。
#16 楼 @chuyaoyao 在 Appium 库根目录下。
#14 楼 @chuyaoyao grunt setConfigVer:selendroid 试试看
#11 楼 @chuyaoyao 需要更新 .appiumconfig.json