Skip to content

Commit

Permalink
Add set_device_posture and clear_device_posture to docs/writing-tests…
Browse files Browse the repository at this point in the history
…/testdriver.md
  • Loading branch information
JuhaVainio committed Apr 5, 2024
1 parent 7daa8ac commit 13e933a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/writing-tests/testdriver.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ the global scope.
.. js:autofunction:: test_driver.get_virtual_sensor_information
```

### Device Posture ###
```eval_rst
.. js:autofunction:: test_driver.set_device_posture
.. js:autofunction:: test_driver.clear_device_posture
```

### Using test_driver in other browsing contexts ###

Testdriver can be used in browsing contexts (i.e. windows or frames)
Expand Down

0 comments on commit 13e933a

Please sign in to comment.