LoginSignup
1
2

More than 5 years have passed since last update.

(自分用メモ) Appiumのセットアップ, 使い方

Last updated at Posted at 2018-12-15

Appiumのセットアップ

export ANDROID_HOME="~/Library/Android/sdk"
export JAVA_HOME=`/usr/libexec/java_home -v 11`
export PATH=$JAVA_HOME/bin:$PATH

使い方

Screenrecord

Screenshot

Adb log

Memo

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2