We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41da7a9 commit c0dd202Copy full SHA for c0dd202
lib/Playwright.pm
@@ -147,7 +147,7 @@ L<https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/ar
147
148
=head2 Asynchronous operations
149
150
-The waitFor* methods defined on various classes will return an instance of L<AsyncData>, a part of the L<Async> module.
+The waitFor* methods defined on various classes will return an instance of AsyncData, a part of the L<Async> module.
151
You will then need to wait on the result of the backgrounded action with the await() method documented below.
152
153
# Assuming $handle is a Playwright object
0 commit comments