0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

4.テスト実行

スクリプトの実行方法をまとめます。

・目次
4.1.Python実行
4.2.2端末同時実行



4.1.Python実行

・Appiumを起動

ターミナル.
>appium

別のターミナルウィンドウにて、作成したPythonファイルを以下のように入力して実行

ターミナル.
>python3 main.py


4.2.2端末同時実行

2つのターミナルウィンドウを開き、2つの異なるポート番号でappiumを起動する

・1つ目

ターミナル.
>appium --port 4723

・2つ目

ターミナル.
>appium --port 4724



以上!

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?