Udemy Playwright: Web Automation Testing From Zero to Hero: Difference between revisions

Jump to navigation Jump to search
m
Line 408: Line 408:
         .isChecked()
         .isChecked()
).toBeTruthy()</nowiki>
).toBeTruthy()</nowiki>
Note: force needed because <code>class="native-input visually-hidden"</code> ie. the element is hidden, and force suspends Playwright's the actionability checks (ie. Visible, Stable, Receives Events, Enabled)


=== Checkboxes ===
=== Checkboxes ===

Navigation menu