Skip to content

Commit 86a2142

Browse files
Yanchao WANGYanchao WANG
authored andcommitted
fix a similar confusion between browser and brower emulator
1 parent 08c78c8 commit 86a2142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

at-a-glance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ is that such browser emulators require the installed browser, extra configuratio
2929
and are usually much slower than headless counterparts.
3030

3131
So, the easy answer is to choose the best emulator for your project and use
32-
its API for testing. But as we've already seen, both browser types have both
32+
its API for testing. But as we've already seen, both browser emulator types have both
3333
advantages and disadvantages. If you choose headless browser emulator, you
3434
will not be able to test your JS/AJAX pages. And if you choose browser controller,
3535
your overall test suite will become very slow at some point. So, in real

0 commit comments

Comments
 (0)