Class LocateNodeParameters.Builder

java.lang.Object
org.openqa.selenium.bidi.browsingcontext.LocateNodeParameters.Builder
Enclosing class:
LocateNodeParameters

@Deprecated(since="4.20", forRemoval=true) public static class LocateNodeParameters.Builder extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Use the chaining of LocateNodeParameters methods to add optional parameters. This is in favor of keeping the usage pattern consistent for BiDi parameters. Use the LocateNodeParameters(Locator locator) constructor and chain methods.
  • Constructor Details

    • Builder

      public Builder(Locator locator)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details