You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TestingBot](https://testingbot.com/) allows you to run Selenium tests in the cloud.
16
-
With access to over +1500 different browser/device combinations, you can run your browser and mobile tests in parallel on the TestingBot Selenium grid.
15
+
With access to over +2600 different browser/device combinations, you can run your browser and mobile tests in parallel on the TestingBot Grid.
17
16
18
17
## Getting Started
19
18
@@ -41,6 +40,30 @@ Retrieves collection of available browsers
41
40
testingbotclient.information.get_browsers()
42
41
```
43
42
43
+
### getDevices
44
+
Retrieves collection of devices
45
+
<https://testingbot.com/support/api#devices>
46
+
47
+
```python
48
+
testingbotclient.information.get_devices()
49
+
```
50
+
51
+
### getAvailableDevices
52
+
Retrieves collection of devices currently available
0 commit comments