disconnect device
ターゲット・デバイスを論理的に切断します。
名前 | 説明 | タイプ | 修飾子 |
---|---|---|---|
session id | 現在接続されているデバイスのセッションIDです。 | String | なし |
なし
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]
 
session id
disconnect device # session test
- このアクションラインの主要な値は、テストが現在のデバイスの接続を終了させます。
- このアクションは修飾子 <ignore> をサポートしています。引数の値として
<ignore>
が存在するか、引数に<ignore>
に評価される式が含まれている場合、そのアクションは実行中にスキップされます。