Class: Selenium::WebDriver::BiDi::BrowsingContextInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/gems/selenium/bidi/browsing_context_info.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeBrowsingContextInfo

Returns a new instance of BrowsingContextInfo.

Parameters:

  • id: (Object)
  • url: (Object)
  • children: (Object)
  • parent_context: (Object)


21
# File 'sig/gems/selenium/bidi/browsing_context_info.rbs', line 21

def initialize: (id: untyped, url: untyped, children: untyped, parent_context: untyped) -> void

Instance Attribute Details

#childrenObject

Returns the value of attribute children.

Returns:

  • (Object)


17
18
19
# File 'sig/gems/selenium/bidi/browsing_context_info.rbs', line 17

def children
  @children
end

#idObject

Returns the value of attribute id.

Returns:

  • (Object)


13
14
15
# File 'sig/gems/selenium/bidi/browsing_context_info.rbs', line 13

def id
  @id
end

#parent_browsing_contextObject

Returns the value of attribute parent_browsing_context.

Returns:

  • (Object)


19
20
21
# File 'sig/gems/selenium/bidi/browsing_context_info.rbs', line 19

def parent_browsing_context
  @parent_browsing_context
end

#urlObject

Returns the value of attribute url.

Returns:

  • (Object)


15
16
17
# File 'sig/gems/selenium/bidi/browsing_context_info.rbs', line 15

def url
  @url
end