class Webdriver::Capabilities::Chrome
- Webdriver::Capabilities::Chrome
- Webdriver::Capabilities::Base
- Reference
- Object
Defined in:
webdriver/capabilities.crConstructors
Instance Method Summary
Instance methods inherited from class Webdriver::Capabilities::Base
  
  
    
      to_json(json : JSON::Builder)
    to_json
    
  
    
  Constructor methods inherited from class Webdriver::Capabilities::Base
  
  
    
      new(browser_name : String, options_key : String, *, browser_version : String | Nil = nil, platform_name : String | Nil = nil, platform_version : String | Nil = nil, insecure_certs : Bool = true, page_load_strategy : String | Nil = nil, proxy : Proxy | Nil = nil, windowing : Bool | Nil = nil, timeouts : Timeouts | Nil = nil, strict : Bool | Nil = nil, unhandled_prompt_behavior : String | Nil = nil, args : Array(String) | Nil = nil)
    new
    
  
    
  Class methods inherited from class Webdriver::Capabilities::Base
  
  
    
      default(browser_name, **opts)
    default
    
  
  
    
    
    
  
    
    
    
  
Constructor Detail
        
        def self.new(browser_name : String = "chrome", options_key : String = "goog:chromeOptions", **args)
        #