diff --git a/examples/kotlin/src/test/kotlin/dev/selenium/BaseTest.kt b/examples/kotlin/src/test/kotlin/dev/selenium/BaseTest.kt index dfe1bcef70a..feea0654aad 100644 --- a/examples/kotlin/src/test/kotlin/dev/selenium/BaseTest.kt +++ b/examples/kotlin/src/test/kotlin/dev/selenium/BaseTest.kt @@ -1,7 +1,6 @@ package dev.selenium; import org.junit.jupiter.api.AfterEach; -import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.BeforeEach; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; diff --git a/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/ActionsTest.kt b/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/ActionsTest.kt index 435b006a5ff..8ac7972e5af 100644 --- a/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/ActionsTest.kt +++ b/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/ActionsTest.kt @@ -5,7 +5,6 @@ import org.junit.jupiter.api.Assertions import org.junit.jupiter.api.Test import org.openqa.selenium.By import org.openqa.selenium.Keys -import org.openqa.selenium.WebElement import org.openqa.selenium.interactions.Actions import org.openqa.selenium.remote.RemoteWebDriver diff --git a/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/KeysTest.kt b/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/KeysTest.kt index ebc0c5046d7..519e2921514 100644 --- a/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/KeysTest.kt +++ b/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/KeysTest.kt @@ -7,7 +7,6 @@ import org.openqa.selenium.By import org.openqa.selenium.HasCapabilities import org.openqa.selenium.Keys import org.openqa.selenium.Platform -import org.openqa.selenium.WebElement import org.openqa.selenium.interactions.Actions class KeysTest : BaseTest() { diff --git a/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/MouseTest.kt b/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/MouseTest.kt index 03887f71d76..36c92933571 100644 --- a/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/MouseTest.kt +++ b/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/MouseTest.kt @@ -4,8 +4,6 @@ import dev.selenium.BaseTest import org.junit.jupiter.api.Assertions import org.junit.jupiter.api.Test import org.openqa.selenium.By -import org.openqa.selenium.Rectangle -import org.openqa.selenium.WebElement import org.openqa.selenium.interactions.Actions import org.openqa.selenium.interactions.PointerInput import org.openqa.selenium.interactions.Sequence diff --git a/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/PenTest.kt b/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/PenTest.kt index 00278b62b3d..4b537d19768 100644 --- a/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/PenTest.kt +++ b/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/PenTest.kt @@ -4,7 +4,6 @@ import dev.selenium.BaseTest import org.junit.jupiter.api.Assertions import org.junit.jupiter.api.Test import org.openqa.selenium.By -import org.openqa.selenium.Rectangle import org.openqa.selenium.WebElement import org.openqa.selenium.interactions.Actions import org.openqa.selenium.interactions.PointerInput