Device Orientation
Last updated
Control Android device orientation during test execution.
Note: Android only. iOS devices are always portrait.
0: Portrait (default)
90: Landscape
Note: Only
0and90are supported. The legacy180and270values are no longer accepted.
# Portrait
dcd cloud ... --orientation 0
# Landscape
dcd cloud ... --orientation 90Last updated