Skip to content

Commit 5d38bd1

Browse files
authored
Update faqs.md
1 parent 7135975 commit 5d38bd1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/api/faqs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ WebPageTest API is always up-to-date on the current version of every browser and
3939

4040
WebPageTest API also supports mobile emulation testing. You can test mobile content by emulating an Android browser by passing **“mobile=1”** as an API option.
4141

42-
### Does the API support testing on real mobile devices?
43-
The WebPageTest API currently does not support testing on real mobile devices at this moment. For mobile testing, we currently recommend using mobile emulation by passing **"mobile=1"** as an API parameter.
42+
### Does the API support testing on mobile devices?
43+
For mobile testing, we currently recommend using mobile emulation by passing **"mobile=1"** as an API parameter. If you are using the [API wrapper for NodeJS](https://docs.webpagetest.org/integrations/#webpagetest-api-wrapper-for-nodejs), then you can use **emulateMobile: true**
44+
4445
### What metrics can I access with the API?
4546
You can access [all the performance metrics](/metrics) that you would when you run a manual test on WebPageTest, as well as the film strip view and video capture. WebPageTest API also gives you additional metrics that are only currently exposed in the JSON and XML results, not in the UI itself.
4647

0 commit comments

Comments
 (0)