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
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,17 +90,17 @@ Example:
90
90
[{
91
91
"os": "ios",
92
92
"os_version": "8.3",
93
-
"device_name": "iPhone 6 Plus"
93
+
"device": "iPhone 6 Plus"
94
94
},
95
95
{
96
96
"os": "android",
97
97
"os_version": "4.0",
98
-
"device_name": "Google Nexus"
98
+
"device": "Google Nexus"
99
99
}
100
100
]
101
101
```
102
102
103
-
For information regarding list of supported browsers, platforms and other detailsvisit this [link](http://www.browserstack.com/list-of-browsers-and-platforms?product=live).
103
+
For a full list of supported browsers, platforms and other details, [visit the BrowserStack site](https://www.browserstack.com/list-of-browsers-and-platforms?product=automate).
104
104
105
105
#### Compact `browsers` configuration
106
106
@@ -133,9 +133,8 @@ Example:
133
133
]
134
134
}
135
135
```
136
-
137
136
**Note:**
138
-
These shortcuts work only for browsers on desktop platforms supported by Browserstack.
137
+
These shortcuts work only for browsers on desktop platforms supported by BrowserStack.
0 commit comments