diff --git a/examples/dotnet/SeleniumDocs/Bidirectional/BidiApiTest.cs b/examples/dotnet/SeleniumDocs/Bidirectional/BidiApiTest.cs new file mode 100644 index 000000000000..8d3afeb135e5 --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Bidirectional/BidiApiTest.cs @@ -0,0 +1,10 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Bidirectional +{ + [TestClass] + public class BidiApiTest : BaseTest + { + + } +} \ No newline at end of file diff --git a/examples/dotnet/SeleniumDocs/Bidirectional/BidirectionalW3c/BrowsingContextTest.cs b/examples/dotnet/SeleniumDocs/Bidirectional/BidirectionalW3c/BrowsingContextTest.cs new file mode 100644 index 000000000000..744752e9a307 --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Bidirectional/BidirectionalW3c/BrowsingContextTest.cs @@ -0,0 +1,10 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Bidirectional.BidirectionalW3c +{ + [TestClass] + public class BrowsingContextTest : BaseTest + { + + } +} \ No newline at end of file diff --git a/examples/dotnet/SeleniumDocs/Bidirectional/BidirectionalW3c/LogTest.cs b/examples/dotnet/SeleniumDocs/Bidirectional/BidirectionalW3c/LogTest.cs new file mode 100644 index 000000000000..82c63d872f0c --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Bidirectional/BidirectionalW3c/LogTest.cs @@ -0,0 +1,10 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Bidirectional.BidirectionalW3c +{ + [TestClass] + public class LogTest : BaseTest + { + + } +} \ No newline at end of file diff --git a/examples/dotnet/SeleniumDocs/Bidirectional/ChromeDevtoolsTest.cs b/examples/dotnet/SeleniumDocs/Bidirectional/ChromeDevtoolsTest.cs new file mode 100644 index 000000000000..c849ace22431 --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Bidirectional/ChromeDevtoolsTest.cs @@ -0,0 +1,10 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Bidirectional +{ + [TestClass] + public class ChomeDevtoolsTest : BaseTest + { + + } +} \ No newline at end of file diff --git a/examples/dotnet/SeleniumDocs/Drivers/HttpClientTest.cs b/examples/dotnet/SeleniumDocs/Drivers/HttpClientTest.cs new file mode 100644 index 000000000000..6d513e049c91 --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Drivers/HttpClientTest.cs @@ -0,0 +1,9 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Drivers +{ + [TestClass] + public class HttpClientTest : BaseTest + { + } +} \ No newline at end of file diff --git a/examples/dotnet/SeleniumDocs/Drivers/OptionsTest.cs b/examples/dotnet/SeleniumDocs/Drivers/OptionsTest.cs new file mode 100644 index 000000000000..1a387cb13ba6 --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Drivers/OptionsTest.cs @@ -0,0 +1,9 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Drivers +{ + [TestClass] + public class OptionsTest : BaseTest + { + } +} \ No newline at end of file diff --git a/examples/dotnet/SeleniumDocs/Drivers/RemoteWebDriverTest.cs b/examples/dotnet/SeleniumDocs/Drivers/RemoteWebDriverTest.cs new file mode 100644 index 000000000000..1ce5fcd7fadc --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Drivers/RemoteWebDriverTest.cs @@ -0,0 +1,9 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Drivers +{ + [TestClass] + public class RemoteWebDriverTest : BaseTest + { + } +} \ No newline at end of file diff --git a/examples/dotnet/SeleniumDocs/Elements/FileUploadTest.cs b/examples/dotnet/SeleniumDocs/Elements/FileUploadTest.cs new file mode 100644 index 000000000000..87876fdacfb0 --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Elements/FileUploadTest.cs @@ -0,0 +1,9 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Elements +{ + [TestClass] + public class FileUploadTest : BaseTest + { + } +} \ No newline at end of file diff --git a/examples/dotnet/SeleniumDocs/Elements/FindersTest.cs b/examples/dotnet/SeleniumDocs/Elements/FindersTest.cs new file mode 100644 index 000000000000..cc44d3ffb01c --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Elements/FindersTest.cs @@ -0,0 +1,9 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Elements +{ + [TestClass] + public class FindersTest : BaseTest + { + } +} \ No newline at end of file diff --git a/examples/dotnet/SeleniumDocs/Elements/InformationTest.cs b/examples/dotnet/SeleniumDocs/Elements/InformationTest.cs new file mode 100644 index 000000000000..f113bce99fee --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Elements/InformationTest.cs @@ -0,0 +1,9 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Elements +{ + [TestClass] + public class InformationTest : BaseTest + { + } +} \ No newline at end of file diff --git a/examples/dotnet/SeleniumDocs/Elements/InteractionTest.cs b/examples/dotnet/SeleniumDocs/Elements/InteractionTest.cs new file mode 100644 index 000000000000..16ba341a1b90 --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Elements/InteractionTest.cs @@ -0,0 +1,9 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Elements +{ + [TestClass] + public class InteractionTest : BaseTest + { + } +} \ No newline at end of file diff --git a/examples/dotnet/SeleniumDocs/Elements/LocatorsTest.cs b/examples/dotnet/SeleniumDocs/Elements/LocatorsTest.cs new file mode 100644 index 000000000000..8bb69162aabd --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Elements/LocatorsTest.cs @@ -0,0 +1,9 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Elements +{ + [TestClass] + public class LocatorsTest : BaseTest + { + } +} \ No newline at end of file diff --git a/examples/dotnet/SeleniumDocs/Interactions/AlertsTest.cs b/examples/dotnet/SeleniumDocs/Interactions/AlertsTest.cs new file mode 100644 index 000000000000..b8773c4e0eae --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Interactions/AlertsTest.cs @@ -0,0 +1,9 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Interactions +{ + [TestClass] + public class AlertsTest : BaseTest + { + } +} \ No newline at end of file diff --git a/examples/dotnet/SeleniumDocs/Interactions/CookiesTest.cs b/examples/dotnet/SeleniumDocs/Interactions/CookiesTest.cs new file mode 100644 index 000000000000..b5247b3a90c1 --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Interactions/CookiesTest.cs @@ -0,0 +1,9 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Interactions +{ + [TestClass] + public class CookiesTest : BaseTest + { + } +} \ No newline at end of file diff --git a/examples/dotnet/SeleniumDocs/Interactions/FramesTest.cs b/examples/dotnet/SeleniumDocs/Interactions/FramesTest.cs new file mode 100644 index 000000000000..f2ab19af117d --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Interactions/FramesTest.cs @@ -0,0 +1,9 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Interactions +{ + [TestClass] + public class FramesTest : BaseTest + { + } +} \ No newline at end of file diff --git a/examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs b/examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs new file mode 100644 index 000000000000..e3e190452d61 --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Interactions/NavigationTest.cs @@ -0,0 +1,9 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Interactions +{ + [TestClass] + public class NavigationTest : BaseTest + { + } +} \ No newline at end of file diff --git a/examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs b/examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs similarity index 100% rename from examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs rename to examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs diff --git a/examples/dotnet/SeleniumDocs/Interactions/WindowsTest.cs b/examples/dotnet/SeleniumDocs/Interactions/WindowsTest.cs new file mode 100644 index 000000000000..eadb93b523ac --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Interactions/WindowsTest.cs @@ -0,0 +1,9 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Interactions +{ + [TestClass] + public class WindowsTest : BaseTest + { + } +} \ No newline at end of file diff --git a/examples/dotnet/SeleniumDocs/Support/ListenersTest.cs b/examples/dotnet/SeleniumDocs/Support/ListenersTest.cs new file mode 100644 index 000000000000..8dfd2a296e3f --- /dev/null +++ b/examples/dotnet/SeleniumDocs/Support/ListenersTest.cs @@ -0,0 +1,9 @@ +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace SeleniumDocs.Support +{ + [TestClass] + public class ListenersTest : BaseChromeTest + { + } +} \ No newline at end of file diff --git a/examples/java/src/test/java/dev/selenium/bidirectional/BidiApi.java b/examples/java/src/test/java/dev/selenium/bidirectional/BidiApi.java new file mode 100644 index 000000000000..a9aada7653e0 --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/bidirectional/BidiApi.java @@ -0,0 +1,7 @@ +package dev.selenium.bidirectional; + +import dev.selenium.BaseTest; + +public class BidiApi extends BaseTest { + +} diff --git a/examples/java/src/test/java/dev/selenium/bidirectional/ChromeDevtoolsTest.java b/examples/java/src/test/java/dev/selenium/bidirectional/ChromeDevtoolsTest.java new file mode 100644 index 000000000000..347655044e28 --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/bidirectional/ChromeDevtoolsTest.java @@ -0,0 +1,7 @@ +package dev.selenium.bidirectional; + +import dev.selenium.BaseTest; + +public class ChromeDevtoolsTest extends BaseTest { + +} diff --git a/examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java b/examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java similarity index 99% rename from examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java rename to examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java index 167f92afdb32..e38e1b7421b0 100644 --- a/examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java +++ b/examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java @@ -1,4 +1,4 @@ -package dev.selenium.bidirectional.browsingcontext; +package dev.selenium.bidirectional.bidirectional_w3c; import dev.selenium.BaseTest; import java.util.List; diff --git a/examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java b/examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/LogTest.java similarity index 98% rename from examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java rename to examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/LogTest.java index 2fb856c901f4..9ddcc92a21ad 100644 --- a/examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java +++ b/examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/LogTest.java @@ -1,4 +1,4 @@ -package dev.selenium.bidirectional.log; +package dev.selenium.bidirectional.bidirectional_w3c; import dev.selenium.BaseTest; import java.util.concurrent.CompletableFuture; @@ -17,7 +17,7 @@ import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.firefox.FirefoxOptions; -class LogInspectorTest extends BaseTest { +class LogTest extends BaseTest { @BeforeEach public void setup() { diff --git a/examples/java/src/test/java/dev/selenium/drivers/HttpClientTest.java b/examples/java/src/test/java/dev/selenium/drivers/HttpClientTest.java new file mode 100644 index 000000000000..2bf0923f6cbb --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/drivers/HttpClientTest.java @@ -0,0 +1,7 @@ +package dev.selenium.drivers; + +import dev.selenium.BaseTest; + +public class HttpClientTest extends BaseTest { + +} diff --git a/examples/java/src/test/java/dev/selenium/drivers/OptionsTest.java b/examples/java/src/test/java/dev/selenium/drivers/OptionsTest.java new file mode 100644 index 000000000000..af650a3ed754 --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/drivers/OptionsTest.java @@ -0,0 +1,7 @@ +package dev.selenium.drivers; + +import dev.selenium.BaseTest; + +public class OptionsTest extends BaseTest { + +} diff --git a/examples/java/src/test/java/dev/selenium/drivers/RemoteWebDriverTest.java b/examples/java/src/test/java/dev/selenium/drivers/RemoteWebDriverTest.java new file mode 100644 index 000000000000..b1bb68320d7f --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/drivers/RemoteWebDriverTest.java @@ -0,0 +1,7 @@ +package dev.selenium.drivers; + +import dev.selenium.BaseTest; + +public class RemoteWebDriverTest extends BaseTest { + +} diff --git a/examples/java/src/test/java/dev/selenium/elements/FileUploadTest.java b/examples/java/src/test/java/dev/selenium/elements/FileUploadTest.java new file mode 100644 index 000000000000..f62d6dbc04c7 --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/elements/FileUploadTest.java @@ -0,0 +1,7 @@ +package dev.selenium.elements; + +import dev.selenium.BaseTest; + +public class FileUploadTest extends BaseTest { + +} diff --git a/examples/java/src/test/java/dev/selenium/elements/FindersTest.java b/examples/java/src/test/java/dev/selenium/elements/FindersTest.java new file mode 100644 index 000000000000..72255f282ee7 --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/elements/FindersTest.java @@ -0,0 +1,7 @@ +package dev.selenium.elements; + +import dev.selenium.BaseTest; + +public class FindersTest extends BaseTest { + +} diff --git a/examples/java/src/test/java/dev/selenium/elements/InformationTest.java b/examples/java/src/test/java/dev/selenium/elements/InformationTest.java new file mode 100644 index 000000000000..562b76397604 --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/elements/InformationTest.java @@ -0,0 +1,7 @@ +package dev.selenium.elements; + +import dev.selenium.BaseTest; + +public class InformationTest extends BaseTest { + +} diff --git a/examples/java/src/test/java/dev/selenium/elements/interactions/ElementInteraction.java b/examples/java/src/test/java/dev/selenium/elements/InteractionTest.java similarity index 94% rename from examples/java/src/test/java/dev/selenium/elements/interactions/ElementInteraction.java rename to examples/java/src/test/java/dev/selenium/elements/InteractionTest.java index 6a4a99140543..90653f472806 100644 --- a/examples/java/src/test/java/dev/selenium/elements/interactions/ElementInteraction.java +++ b/examples/java/src/test/java/dev/selenium/elements/InteractionTest.java @@ -1,4 +1,4 @@ -package dev.selenium.elements.interactions; +package dev.selenium.elements; import org.junit.jupiter.api.Test; import org.openqa.selenium.By; @@ -8,7 +8,7 @@ import java.time.Duration; import static org.junit.jupiter.api.Assertions.assertEquals; -public class ElementInteraction { +public class InteractionTest { @Test public void interactWithElements() { diff --git a/examples/java/src/test/java/dev/selenium/elements/LocatorsTest.java b/examples/java/src/test/java/dev/selenium/elements/LocatorsTest.java new file mode 100644 index 000000000000..08f73a7384d6 --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/elements/LocatorsTest.java @@ -0,0 +1,7 @@ +package dev.selenium.elements; + +import dev.selenium.BaseTest; + +public class LocatorsTest extends BaseTest { + +} diff --git a/examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java b/examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java new file mode 100644 index 000000000000..34835005d867 --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/interactions/AlertsTest.java @@ -0,0 +1,7 @@ +package dev.selenium.interactions; + +import dev.selenium.BaseTest; + +public class AlertsTest extends BaseTest { + +} diff --git a/examples/java/src/test/java/dev/selenium/interactions/CookiesTest.java b/examples/java/src/test/java/dev/selenium/interactions/CookiesTest.java new file mode 100644 index 000000000000..a7fab56ac673 --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/interactions/CookiesTest.java @@ -0,0 +1,7 @@ +package dev.selenium.interactions; + +import dev.selenium.BaseTest; + +public class CookiesTest extends BaseTest { + +} diff --git a/examples/java/src/test/java/dev/selenium/interactions/FramesTest.java b/examples/java/src/test/java/dev/selenium/interactions/FramesTest.java new file mode 100644 index 000000000000..bf92911e3642 --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/interactions/FramesTest.java @@ -0,0 +1,7 @@ +package dev.selenium.interactions; + +import dev.selenium.BaseTest; + +public class FramesTest extends BaseTest { + +} diff --git a/examples/java/src/test/java/dev/selenium/interactions/NavigationTest.java b/examples/java/src/test/java/dev/selenium/interactions/NavigationTest.java new file mode 100644 index 000000000000..bb8a40ff263f --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/interactions/NavigationTest.java @@ -0,0 +1,7 @@ +package dev.selenium.interactions; + +import dev.selenium.BaseTest; + +public class NavigationTest extends BaseTest { + +} diff --git a/examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java b/examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java similarity index 99% rename from examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java rename to examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java index 18251c09f777..dde7477ebcc4 100644 --- a/examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java +++ b/examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java @@ -1,4 +1,4 @@ -package dev.selenium.virtual_authenticator; +package dev.selenium.interactions; import dev.selenium.BaseChromeTest; import java.security.spec.PKCS8EncodedKeySpec; diff --git a/examples/java/src/test/java/dev/selenium/interactions/WindowsTest.java b/examples/java/src/test/java/dev/selenium/interactions/WindowsTest.java new file mode 100644 index 000000000000..2e686aa0fb6a --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/interactions/WindowsTest.java @@ -0,0 +1,7 @@ +package dev.selenium.interactions; + +import dev.selenium.BaseTest; + +public class WindowsTest extends BaseTest { + +} diff --git a/examples/java/src/test/java/dev/selenium/support/ColorsTest.java b/examples/java/src/test/java/dev/selenium/support/ColorsTest.java new file mode 100644 index 000000000000..97008504eed1 --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/support/ColorsTest.java @@ -0,0 +1,7 @@ +package dev.selenium.support; + +import dev.selenium.BaseTest; + +public class ColorsTest extends BaseTest { + +} diff --git a/examples/java/src/test/java/dev/selenium/support/ExpectedConditionsTest.java b/examples/java/src/test/java/dev/selenium/support/ExpectedConditionsTest.java new file mode 100644 index 000000000000..791c9be46d9d --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/support/ExpectedConditionsTest.java @@ -0,0 +1,7 @@ +package dev.selenium.support; + +import dev.selenium.BaseTest; + +public class ExpectedConditionsTest extends BaseTest { + +} diff --git a/examples/java/src/test/java/dev/selenium/support/ListenersTest.java b/examples/java/src/test/java/dev/selenium/support/ListenersTest.java new file mode 100644 index 000000000000..2be7d6d148a8 --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/support/ListenersTest.java @@ -0,0 +1,7 @@ +package dev.selenium.support; + +import dev.selenium.BaseTest; + +public class ListenersTest extends BaseTest { + +} diff --git a/examples/java/src/test/java/dev/selenium/support/ThreadGuardTest.java b/examples/java/src/test/java/dev/selenium/support/ThreadGuardTest.java new file mode 100644 index 000000000000..cc173636cfca --- /dev/null +++ b/examples/java/src/test/java/dev/selenium/support/ThreadGuardTest.java @@ -0,0 +1,7 @@ +package dev.selenium.support; + +import dev.selenium.BaseTest; + +public class ThreadGuardTest extends BaseTest { + +} diff --git a/examples/python/tests/bidirectional/bidirectional_w3c/test_browsing_context.py b/examples/python/tests/bidirectional/bidirectional_w3c/test_browsing_context.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/bidirectional/bidirectional_w3c/test_browsing_context.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/python/tests/bidirectional/bidirectional_w3c/test_log.py b/examples/python/tests/bidirectional/bidirectional_w3c/test_log.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/bidirectional/bidirectional_w3c/test_log.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/python/tests/bidirectional/test_bidi_api.py b/examples/python/tests/bidirectional/test_bidi_api.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/bidirectional/test_bidi_api.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/python/tests/bidirectional/test_chrome_devtools.py b/examples/python/tests/bidirectional/test_chrome_devtools.py new file mode 100644 index 000000000000..48efad98a7d9 --- /dev/null +++ b/examples/python/tests/bidirectional/test_chrome_devtools.py @@ -0,0 +1 @@ +from selenium import webdriver diff --git a/examples/python/tests/drivers/test_http_client.py b/examples/python/tests/drivers/test_http_client.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/drivers/test_http_client.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/python/tests/drivers/test_options.py b/examples/python/tests/drivers/test_options.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/drivers/test_options.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/python/tests/drivers/test_remote_webdriver.py b/examples/python/tests/drivers/test_remote_webdriver.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/drivers/test_remote_webdriver.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/python/tests/elements/test_file_upload.py b/examples/python/tests/elements/test_file_upload.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/elements/test_file_upload.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/python/tests/elements/test_finders.py b/examples/python/tests/elements/test_finders.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/elements/test_finders.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/python/tests/elements/test_information.py b/examples/python/tests/elements/test_information.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/elements/test_information.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/python/tests/elements/test_interaction.py b/examples/python/tests/elements/test_interaction.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/elements/test_interaction.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/python/tests/elements/test_locators.py b/examples/python/tests/elements/test_locators.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/elements/test_locators.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/python/tests/interactions/test_alerts.py b/examples/python/tests/interactions/test_alerts.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/interactions/test_alerts.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/python/tests/interactions/test_cookies.py b/examples/python/tests/interactions/test_cookies.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/interactions/test_cookies.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/python/tests/interactions/test_frames.py b/examples/python/tests/interactions/test_frames.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/interactions/test_frames.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/python/tests/interactions/test_navigation.py b/examples/python/tests/interactions/test_navigation.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/interactions/test_navigation.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/python/tests/virtual_authenticator/virtual_authenticator_test.py b/examples/python/tests/interactions/test_virtual_authenticator.py similarity index 100% rename from examples/python/tests/virtual_authenticator/virtual_authenticator_test.py rename to examples/python/tests/interactions/test_virtual_authenticator.py diff --git a/examples/python/tests/interactions/test_windows.py b/examples/python/tests/interactions/test_windows.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/interactions/test_windows.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/python/tests/support/test_expected_conditions.py b/examples/python/tests/support/test_expected_conditions.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/support/test_expected_conditions.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/python/tests/support/test_listener.py b/examples/python/tests/support/test_listener.py new file mode 100644 index 000000000000..53b695b6fc83 --- /dev/null +++ b/examples/python/tests/support/test_listener.py @@ -0,0 +1,2 @@ +from selenium import webdriver + diff --git a/examples/ruby/spec/bidirectional/bidi_api_spec.rb b/examples/ruby/spec/bidirectional/bidi_api_spec.rb new file mode 100644 index 000000000000..9b13557e22f3 --- /dev/null +++ b/examples/ruby/spec/bidirectional/bidi_api_spec.rb @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'BiDi API' do +end diff --git a/examples/ruby/spec/bidirectional/bidirectional_w3c/browsing_context_spec.rb b/examples/ruby/spec/bidirectional/bidirectional_w3c/browsing_context_spec.rb new file mode 100644 index 000000000000..38d4ca5508d5 --- /dev/null +++ b/examples/ruby/spec/bidirectional/bidirectional_w3c/browsing_context_spec.rb @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'Browsing Context' do +end diff --git a/examples/ruby/spec/bidirectional/bidirectional_w3c/log_spec.rb b/examples/ruby/spec/bidirectional/bidirectional_w3c/log_spec.rb new file mode 100644 index 000000000000..6bcddcf8a88d --- /dev/null +++ b/examples/ruby/spec/bidirectional/bidirectional_w3c/log_spec.rb @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'Log Inspector' do +end diff --git a/examples/ruby/spec/bidirectional/chrome_devtools_spec.rb b/examples/ruby/spec/bidirectional/chrome_devtools_spec.rb new file mode 100644 index 000000000000..53a22e52e1af --- /dev/null +++ b/examples/ruby/spec/bidirectional/chrome_devtools_spec.rb @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'CDP' do +end diff --git a/examples/ruby/spec/drivers/http_client_spec.rb b/examples/ruby/spec/drivers/http_client_spec.rb new file mode 100644 index 000000000000..fd0c169763d3 --- /dev/null +++ b/examples/ruby/spec/drivers/http_client_spec.rb @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'HTTP Client' do +end diff --git a/examples/ruby/spec/drivers/options_spec.rb b/examples/ruby/spec/drivers/options_spec.rb new file mode 100644 index 000000000000..dcf6194c9cd6 --- /dev/null +++ b/examples/ruby/spec/drivers/options_spec.rb @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'Options' do +end diff --git a/examples/ruby/spec/drivers/remote_webdriver_spec.rb b/examples/ruby/spec/drivers/remote_webdriver_spec.rb new file mode 100644 index 000000000000..ac3400558ae1 --- /dev/null +++ b/examples/ruby/spec/drivers/remote_webdriver_spec.rb @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'Remote WebDriver' do +end diff --git a/examples/ruby/spec/elements/file_upload_spec.rb b/examples/ruby/spec/elements/file_upload_spec.rb new file mode 100644 index 000000000000..7bdf9fda6fc4 --- /dev/null +++ b/examples/ruby/spec/elements/file_upload_spec.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'File Upload' do + let(:driver) { start_session } +end diff --git a/examples/ruby/spec/elements/finders_spec.rb b/examples/ruby/spec/elements/finders_spec.rb new file mode 100644 index 000000000000..9918bb1d4b1b --- /dev/null +++ b/examples/ruby/spec/elements/finders_spec.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'Element Finders' do + let(:driver) { start_session } +end diff --git a/examples/ruby/spec/elements/information_spec.rb b/examples/ruby/spec/elements/information_spec.rb new file mode 100644 index 000000000000..69b06716a2b0 --- /dev/null +++ b/examples/ruby/spec/elements/information_spec.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'Element Information' do + let(:driver) { start_session } +end diff --git a/examples/ruby/spec/elements/interaction_spec.rb b/examples/ruby/spec/elements/interaction_spec.rb new file mode 100644 index 000000000000..31711d6cee9a --- /dev/null +++ b/examples/ruby/spec/elements/interaction_spec.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'Element Interaction' do + let(:driver) { start_session } +end diff --git a/examples/ruby/spec/elements/locators_spec.rb b/examples/ruby/spec/elements/locators_spec.rb new file mode 100644 index 000000000000..2882d196f988 --- /dev/null +++ b/examples/ruby/spec/elements/locators_spec.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'Element Locators' do + let(:driver) { start_session } +end diff --git a/examples/ruby/spec/interactions/alerts_spec.rb b/examples/ruby/spec/interactions/alerts_spec.rb new file mode 100644 index 000000000000..b2dd8ca218e0 --- /dev/null +++ b/examples/ruby/spec/interactions/alerts_spec.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'Alerts' do + let(:driver) { start_session } +end diff --git a/examples/ruby/spec/interactions/cookies_spec.rb b/examples/ruby/spec/interactions/cookies_spec.rb new file mode 100644 index 000000000000..fe5b3dfc4235 --- /dev/null +++ b/examples/ruby/spec/interactions/cookies_spec.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'Cookies' do + let(:driver) { start_session } +end diff --git a/examples/ruby/spec/interactions/frames_spec.rb b/examples/ruby/spec/interactions/frames_spec.rb new file mode 100644 index 000000000000..d7b27b174044 --- /dev/null +++ b/examples/ruby/spec/interactions/frames_spec.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'Frames' do + let(:driver) { start_session } +end diff --git a/examples/ruby/spec/interactions/navigation_spec.rb b/examples/ruby/spec/interactions/navigation_spec.rb new file mode 100644 index 000000000000..d4a16a415b52 --- /dev/null +++ b/examples/ruby/spec/interactions/navigation_spec.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'Navigation' do + let(:driver) { start_session } +end diff --git a/examples/ruby/spec/virtual_authenticator/virtual_authenticator_spec.rb b/examples/ruby/spec/interactions/virtual_authenticator_spec.rb similarity index 100% rename from examples/ruby/spec/virtual_authenticator/virtual_authenticator_spec.rb rename to examples/ruby/spec/interactions/virtual_authenticator_spec.rb diff --git a/examples/ruby/spec/interactions/windows_spec.rb b/examples/ruby/spec/interactions/windows_spec.rb new file mode 100644 index 000000000000..e7dec85fe82a --- /dev/null +++ b/examples/ruby/spec/interactions/windows_spec.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'Windows' do + let(:driver) { start_session } +end diff --git a/examples/ruby/spec/support/color_spec.rb b/examples/ruby/spec/support/color_spec.rb new file mode 100644 index 000000000000..5dd7971ceda1 --- /dev/null +++ b/examples/ruby/spec/support/color_spec.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'Color' do + let(:driver) { start_session } +end diff --git a/examples/ruby/spec/support/listeners_spec.rb b/examples/ruby/spec/support/listeners_spec.rb new file mode 100644 index 000000000000..2b17e442e62c --- /dev/null +++ b/examples/ruby/spec/support/listeners_spec.rb @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'Listeners' do +end diff --git a/examples/ruby/spec/support/select_list_spec.rb b/examples/ruby/spec/support/select_list_spec.rb index 9b28cc1a9c73..8110c64f86af 100644 --- a/examples/ruby/spec/support/select_list_spec.rb +++ b/examples/ruby/spec/support/select_list_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' -RSpec.describe 'Chrome' do +RSpec.describe 'Select List' do let(:driver) { start_session } before do diff --git a/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/browsing_context.en.md b/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/browsing_context.en.md index 2f6ce96802de..17fbbc965af3 100644 --- a/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/browsing_context.en.md +++ b/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/browsing_context.en.md @@ -13,7 +13,7 @@ Creates a new browsing context in a new window. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L35" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L35" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -33,7 +33,7 @@ Creates a new browsing context in a new tab. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L49" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L49" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -53,7 +53,7 @@ Creates a browsing context for the existing tab/window to run commands. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L28-L29" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L28-L29" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -74,7 +74,7 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L41-L43" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L41-L43" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -94,7 +94,7 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L55-L57" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L55-L57" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -112,7 +112,7 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L63-L65" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L63-L65" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -130,7 +130,7 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L74-L77" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L74-L77" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -150,7 +150,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L86-L91" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L86-L91" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -170,7 +170,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L102-L105" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L102-L105" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -188,7 +188,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L117-L120" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L117-L120" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -206,7 +206,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L127-L130" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L127-L130" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/browsing_context.ja.md b/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/browsing_context.ja.md index 75a7bc1906e5..b548b77a30dc 100644 --- a/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/browsing_context.ja.md +++ b/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/browsing_context.ja.md @@ -22,7 +22,7 @@ Creates a new browsing context in a new window. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L35" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L35" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -42,7 +42,7 @@ Creates a new browsing context in a new tab. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L49" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L49" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -62,7 +62,7 @@ Creates a browsing context for the existing tab/window to run commands. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L28-L29" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L28-L29" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -83,7 +83,7 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L41-L43" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L41-L43" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -103,7 +103,7 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L55-L57" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L55-L57" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -121,7 +121,7 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L63-L65" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L63-L65" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -139,7 +139,7 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L74-L77" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L74-L77" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -159,7 +159,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L86-L91" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L86-L91" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -179,7 +179,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L102-L105" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L102-L105" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -197,7 +197,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L117-L120" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L117-L120" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -215,7 +215,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L127-L130" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L127-L130" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/browsing_context.pt-br.md b/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/browsing_context.pt-br.md index 5e3c3158a4f3..522d94bc4fb5 100644 --- a/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/browsing_context.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/browsing_context.pt-br.md @@ -22,7 +22,7 @@ Creates a new browsing context in a new window. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L35" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L35" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -42,7 +42,7 @@ Creates a new browsing context in a new tab. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L49" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L49" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -62,7 +62,7 @@ Creates a browsing context for the existing tab/window to run commands. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L28-L29" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L28-L29" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -83,7 +83,7 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L41-L43" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L41-L43" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -103,7 +103,7 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L55-L57" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L55-L57" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -121,7 +121,7 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L63-L65" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L63-L65" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -139,7 +139,7 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L74-L77" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L74-L77" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -159,7 +159,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L86-L91" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L86-L91" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -179,7 +179,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L102-L105" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L102-L105" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -197,7 +197,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L117-L120" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L117-L120" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -215,7 +215,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L127-L130" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L127-L130" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/browsing_context.zh-cn.md b/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/browsing_context.zh-cn.md index edba31c348fb..cdf92257152c 100644 --- a/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/browsing_context.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/browsing_context.zh-cn.md @@ -22,7 +22,7 @@ Creates a new browsing context in a new window. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L35" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L35" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -42,7 +42,7 @@ Creates a new browsing context in a new tab. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L49" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L49" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -62,7 +62,7 @@ Creates a browsing context for the existing tab/window to run commands. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L28-L29" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L28-L29" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -83,7 +83,7 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L41-L43" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L41-L43" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -103,7 +103,7 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L55-L57" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L55-L57" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -121,7 +121,7 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L63-L65" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L63-L65" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -139,7 +139,7 @@ The API allows to pass the reference browsing context, which is used to create a {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L74-L77" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L74-L77" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -159,7 +159,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L86-L91" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L86-L91" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -179,7 +179,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L102-L105" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L102-L105" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -197,7 +197,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L117-L120" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L117-L120" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -215,7 +215,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L127-L130" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/BrowsingContextTest.java#L127-L130" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/log.en.md b/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/log.en.md index 2dc459393332..b07963b17eb8 100644 --- a/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/log.en.md +++ b/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/log.en.md @@ -13,7 +13,7 @@ Listen to the `console.log` events and register callbacks to process the event. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L31-L38" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/LogTest.java#L31-L38" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -33,7 +33,7 @@ and register callbacks to process the exception details. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L70-L77" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/LogTest.java#L70-L77" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -53,7 +53,7 @@ Listen to all JS logs at all levels and register callbacks to process the log. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L52-L59" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/LogTest.java#L52-L59" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/log.ja.md b/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/log.ja.md index c2f739e99481..fe9e95007b8f 100644 --- a/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/log.ja.md +++ b/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/log.ja.md @@ -22,7 +22,7 @@ Listen to the `console.log` events and register callbacks to process the event. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L31-L38" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/LogTest.java#L31-L38" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -42,7 +42,7 @@ and register callbacks to process the exception details. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L70-L77" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/LogTest.java#L70-L77" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -62,7 +62,7 @@ Listen to all JS logs at all levels and register callbacks to process the log. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L52-L59" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/LogTest.java#L52-L59" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/log.pt-br.md b/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/log.pt-br.md index 362e31779909..1e3c0b026062 100644 --- a/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/log.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/log.pt-br.md @@ -22,7 +22,7 @@ Listen to the `console.log` events and register callbacks to process the event. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L31-L38" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/LogTest.java#L31-L38" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -42,7 +42,7 @@ and register callbacks to process the exception details. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L70-L77" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/LogTest.java#L70-L77" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -62,7 +62,7 @@ Listen to all JS logs at all levels and register callbacks to process the log. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} {{< badge-version version="4.8" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L52-L59" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/LogTest.java#L52-L59" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/log.zh-cn.md b/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/log.zh-cn.md index c8ae5be3d45f..6edb28a1ff08 100644 --- a/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/log.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/bidirectional/bidirectional_w3c/log.zh-cn.md @@ -22,7 +22,7 @@ Listen to the `console.log` events and register callbacks to process the event. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L31-L38" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/LogTest.java#L31-L38" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -43,7 +43,7 @@ and register callbacks to process the exception details. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L70-L77" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/LogTest.java#L70-L77" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -63,7 +63,7 @@ Listen to all JS logs at all levels and register callbacks to process the log. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L52-L59" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/bidirectional_w3c/LogTest.java#L52-L59" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.en.md b/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.en.md index 2d64a449cb3d..5a9325d61e48 100644 --- a/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.en.md +++ b/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.en.md @@ -22,10 +22,10 @@ These properties are mapped as VirtualAuthenticatorOptions in the Selenium bindi {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L55-L61" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L55-L61" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L48-55" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L48-55" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -49,10 +49,10 @@ It creates a new virtual authenticator with the provided properties. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L68-L73" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L68-L73" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L63-71" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L63-71" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -74,10 +74,10 @@ Removes the previously added virtual authenticator. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L86" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L86" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#80-86" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#80-86" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -99,10 +99,10 @@ Creates a resident (stateful) credential with the given required credential [par {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L100-L103" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L100-L103" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#103-107" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#103-107" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -124,10 +124,10 @@ Creates a resident (stateless) credential with the given required credential [pa {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L143-L145" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L143-L145" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L145-148" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L145-148" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -149,10 +149,10 @@ Registers the credential with the authenticator. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L137-L146" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L137-L146" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L139-150" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L139-150" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -174,10 +174,10 @@ Returns the list of credentials owned by the authenticator. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L157-L171" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L157-L171" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L162-178" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L162-178" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -199,10 +199,10 @@ Removes a credential from the authenticator based on the passed credential id. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L181-L190" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L181-L190" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L189-198" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L189-198" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -225,10 +225,10 @@ Removes all the credentials from the authenticator. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L196-L205" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L196-L205" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L207-216" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L207-216" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -250,10 +250,10 @@ Sets whether the authenticator will simulate success or fail on user verificatio {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L211-L212" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L211-L212" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L224-225" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L224-225" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.ja.md b/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.ja.md index bc003f5a6632..4567e233132a 100644 --- a/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.ja.md +++ b/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.ja.md @@ -31,10 +31,10 @@ These properties are mapped as VirtualAuthenticatorOptions in the Selenium bindi {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L55-L61" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L55-L61" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L48-55" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L48-55" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -56,10 +56,10 @@ It creates a new virtual authenticator with the provided properties. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L68-L73" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L68-L73" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L63-71" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L63-71" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -80,10 +80,10 @@ Removes the previously added virtual authenticator. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L86" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L86" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#80-86" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#80-86" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -104,10 +104,10 @@ Creates a resident (stateful) credential with the given required credential [par {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L100-L103" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L100-L103" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#103-107" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#103-107" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -127,10 +127,10 @@ Creates a resident (stateless) credential with the given required credential [pa {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L143-L145" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L143-L145" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L145-148" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L145-148" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -150,10 +150,10 @@ Registers the credential with the authenticator. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L137-L146" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L137-L146" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L139-150" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L139-150" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -173,10 +173,10 @@ Returns the list of credentials owned by the authenticator. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L157-L171" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L157-L171" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L162-178" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L162-178" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -197,9 +197,9 @@ Removes a credential from the authenticator based on the passed credential id. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L181-L190" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L181-L190" >}} {{< /tab >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L189-198" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L189-198" >}} {{< tab header="CSharp" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -221,10 +221,10 @@ Removes all the credentials from the authenticator. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L196-L205" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L196-L205" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L207-216" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L207-216" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -244,10 +244,10 @@ Sets whether the authenticator will simulate success or fail on user verificatio {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L211-L212" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L211-L212" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L224-225" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L224-225" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.pt-br.md b/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.pt-br.md index 1028c4e024af..ffba17404386 100644 --- a/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.pt-br.md @@ -22,10 +22,10 @@ Essas propriedades são mapeadas como VirtualAuthenticatorOptions nos bindings d {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L55-L61" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L55-L61" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L48-55" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L48-55" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -46,10 +46,10 @@ Cria um novo autenticador virtual com as propriedades fornecidas. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L68-L73" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L68-L73" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L63-71" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L63-71" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -69,10 +69,10 @@ Remove o autenticador virtual adicionado anteriormente. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L86" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L86" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#80-86" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#80-86" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -92,10 +92,10 @@ Cria uma resident (stateful) credential com os requeridos [parâmetros](https:// {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L100-L103" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L100-L103" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#103-107" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#103-107" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -115,10 +115,10 @@ Cria uma resident (stateless) credential com os requeridos [parâmetros](https:/ {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L143-L145" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L143-L145" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L145-148" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L145-148" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -138,10 +138,10 @@ Registra a credencial com o autenticador. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L137-L146" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L137-L146" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L139-150" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L139-150" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -161,10 +161,10 @@ Retorna a lista de credenciais que o autenticador possui. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L157-L171" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L157-L171" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L162-178" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L162-178" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -185,9 +185,9 @@ Remove a credencial do autenticador baseado na id da credencial passado. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L181-L190" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L181-L190" >}} {{< /tab >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L189-198" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L189-198" >}} {{< tab header="CSharp" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -209,10 +209,10 @@ Remove todas as credenciais do autenticador. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L196-L205" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L196-L205" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L207-216" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L207-216" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -232,10 +232,10 @@ Diz se o autenticador simulará sucesso ou falha na verificação de usuário. {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L211-L212" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L211-L212" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L224-225" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L224-225" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} diff --git a/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.zh-cn.md b/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.zh-cn.md index d328626251f7..3022eb09f8fa 100644 --- a/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/interactions/virtual_authenticator.zh-cn.md @@ -22,10 +22,10 @@ Web 应用程序可以启用基于公钥的身份验证机制(称为 Web 身 {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L55-L61" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L55-L61" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L48-55" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L48-55" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -47,10 +47,10 @@ Web 应用程序可以启用基于公钥的身份验证机制(称为 Web 身 {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L68-L73" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L68-L73" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L63-71" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L63-71" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -71,10 +71,10 @@ Web 应用程序可以启用基于公钥的身份验证机制(称为 Web 身 {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L86" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L86" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#80-86" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#80-86" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -95,10 +95,10 @@ Web 应用程序可以启用基于公钥的身份验证机制(称为 Web 身 {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L100-L103" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L100-L103" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#103-107" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#103-107" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -118,10 +118,10 @@ Web 应用程序可以启用基于公钥的身份验证机制(称为 Web 身 {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L143-L145" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L143-L145" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L145-148" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L145-148" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -141,10 +141,10 @@ Web 应用程序可以启用基于公钥的身份验证机制(称为 Web 身 {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L137-L146" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L137-L146" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L139-150" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L139-150" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -164,10 +164,10 @@ Web 应用程序可以启用基于公钥的身份验证机制(称为 Web 身 {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L157-L171" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L157-L171" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L162-178" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L162-178" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -188,9 +188,9 @@ Web 应用程序可以启用基于公钥的身份验证机制(称为 Web 身 {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L181-L190" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L181-L190" >}} {{< /tab >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L189-198" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L189-198" >}} {{< tab header="CSharp" >}} {{< /tab >}} {{< tab header="Ruby" >}} @@ -212,10 +212,10 @@ Web 应用程序可以启用基于公钥的身份验证机制(称为 Web 身 {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L196-L205" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L196-L205" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L207-216" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L207-216" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}} @@ -235,10 +235,10 @@ Web 应用程序可以启用基于公钥的身份验证机制(称为 Web 身 {{< tabpane text=true langEqualsHeader=true >}} {{< tab header="Java" >}} -{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/virtual_authenticator/VirtualAuthenticatorTest.java#L211-L212" >}} +{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/VirtualAuthenticatorTest.java#L211-L212" >}} {{< /tab >}} {{< tab header="CSharp" >}} -{{< gh-codeblock path="examples/dotnet/SeleniumDocs/VirtualAuthentication/VirtualAuthenticatorTest.cs#L224-225" >}} +{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/VirtualAuthenticatorTest.cs#L224-225" >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< badge-code >}}