Class RegExpValue

java.lang.Object
org.openqa.selenium.bidi.script.LocalValue
org.openqa.selenium.bidi.script.RegExpValue

public class RegExpValue extends LocalValue
  • Constructor Details

    • RegExpValue

      public RegExpValue(String pattern)
    • RegExpValue

      public RegExpValue(String pattern, String flags)
  • Method Details