Class: Selenium::WebDriver::BiDi::Protocol::Network::UrlPattern Private

Inherits:
Serialization::Union show all
Defined in:
lib/selenium/webdriver/bidi/protocol/network.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Class Method Summary collapse

Methods inherited from Serialization::Union

build, discriminator, fallback, from_json, object_only, presence, scalar_values, valid_outbound?, variants

Class Method Details

.patternObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



271
# File 'lib/selenium/webdriver/bidi/protocol/network.rb', line 271

def self.pattern(**) = Network::UrlPatternPattern.new(**)

.stringObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



272
# File 'lib/selenium/webdriver/bidi/protocol/network.rb', line 272

def self.string(**) = Network::UrlPatternString.new(**)