Class BiDiProvider

  • All Implemented Interfaces:
    org.openqa.selenium.remote.AugmenterProvider<HasBiDi>

    @AutoService(org.openqa.selenium.remote.AugmenterProvider.class)
    public class BiDiProvider
    extends java.lang.Object
    implements org.openqa.selenium.remote.AugmenterProvider<HasBiDi>
    • Constructor Summary

      Constructors 
      Constructor Description
      BiDiProvider()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<HasBiDi> getDescribedInterface()  
      HasBiDi getImplementation​(org.openqa.selenium.Capabilities caps, org.openqa.selenium.remote.ExecuteMethod executeMethod)  
      java.util.function.Predicate<org.openqa.selenium.Capabilities> isApplicable()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BiDiProvider

        public BiDiProvider()
    • Method Detail

      • isApplicable

        public java.util.function.Predicate<org.openqa.selenium.Capabilities> isApplicable()
        Specified by:
        isApplicable in interface org.openqa.selenium.remote.AugmenterProvider<HasBiDi>
      • getDescribedInterface

        public java.lang.Class<HasBiDi> getDescribedInterface()
        Specified by:
        getDescribedInterface in interface org.openqa.selenium.remote.AugmenterProvider<HasBiDi>
      • getImplementation

        public HasBiDi getImplementation​(org.openqa.selenium.Capabilities caps,
                                         org.openqa.selenium.remote.ExecuteMethod executeMethod)
        Specified by:
        getImplementation in interface org.openqa.selenium.remote.AugmenterProvider<HasBiDi>