1
0
mirror of synced 2026-05-22 18:53:15 +00:00

chore: roll driver to 1.28.0-alpha-oct-26-2022 (#1106)

This commit is contained in:
Yury Semikhatsky
2022-10-26 10:34:05 -07:00
committed by GitHub
parent 4275ee3455
commit 48d9528675
22 changed files with 628 additions and 95 deletions
@@ -17,13 +17,11 @@
package com.microsoft.playwright.impl.driver.jar;
import com.microsoft.playwright.impl.driver.Driver;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.io.TempDir;
import java.io.IOException;
import java.lang.reflect.Field;
import java.net.ServerSocket;
import java.net.URISyntaxException;
import java.nio.charset.StandardCharsets;