is not current version
Last Version 1.17.2

com.microsoft.playwright:assertions 1.17.0

This module provides Playwright assertions that will wait until the expected condition is met.

GroupId

GroupId

com.microsoft.playwright
ArtifactId

ArtifactId

assertions
Version

Version

1.17.0
Type

Type

jar

Download assertions 1.17.0


<!-- https://jarcasting.com/artifacts/com.microsoft.playwright/assertions/ -->
<dependency>
    <groupId>com.microsoft.playwright</groupId>
    <artifactId>assertions</artifactId>
    <version>1.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/assertions/
implementation 'com.microsoft.playwright:assertions:1.17.0'
// https://jarcasting.com/artifacts/com.microsoft.playwright/assertions/
implementation ("com.microsoft.playwright:assertions:1.17.0")
'com.microsoft.playwright:assertions:jar:1.17.0'
<dependency org="com.microsoft.playwright" name="assertions" rev="1.17.0">
  <artifact name="assertions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='assertions', version='1.17.0')
)
libraryDependencies += "com.microsoft.playwright" % "assertions" % "1.17.0"
[com.microsoft.playwright/assertions "1.17.0"]