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 4071737 commit 19e299eCopy full SHA for 19e299e
2 files changed
java/test/org/openqa/selenium/bidi/log/BiDiLogTest.java
…enqa/selenium/bidi/LogInspectorTest.java …/selenium/bidi/log/LogInspectorTest.javajava/test/org/openqa/selenium/bidi/LogInspectorTest.java renamed to java/test/org/openqa/selenium/bidi/log/LogInspectorTest.java
@@ -15,7 +15,7 @@
15
// specific language governing permissions and limitations
16
// under the License.
17
18
-package org.openqa.selenium.bidi;
+package org.openqa.selenium.bidi.log;
19
20
import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
21
import static org.assertj.core.api.AssertionsForClassTypes.assertThatExceptionOfType;
@@ -28,6 +28,7 @@
28
import org.junit.jupiter.api.Test;
29
import org.openqa.selenium.By;
30
import org.openqa.selenium.WindowType;
31
+import org.openqa.selenium.bidi.LogInspector;
32
import org.openqa.selenium.bidi.log.ConsoleLogEntry;
33
import org.openqa.selenium.bidi.log.FilterBy;
34
import org.openqa.selenium.bidi.log.JavascriptLogEntry;
0 commit comments