use device
指定されたセッションIDに従って、モバイルデバイスを使用して自動テストを実行します。
名前 | 説明 | タイプ | 修飾子 |
---|---|---|---|
session id | 対象モバイルデバイスのセッションIDです。 | String | なし |
なし
自動テストを実行するために、アクション「connect device」によって 返される指定のセッションID「session test」で接続されたモバイルデバイスを使用します。
url capabilities name
assign device # appium url # appium capability device test
 
name session id
connect device device test session test
 
session id
use device # session test
 
location
navigate https://google.com
 
window
check window exists [doc title=Google]
- セッションIDは、アクション connect device を介して取得されるものです。
- このアクションは修飾子 <ignore> をサポートしています。引数の値として
<ignore>
が存在するか、引数に<ignore>
に評価される式が含まれている場合、そのアクションは実行中にスキップされます。