Class: Selenium::WebDriver::BiDi::Browser::Window

Inherits:
Struct
  • Object
show all
Defined in:
rb/lib/selenium/webdriver/bidi/browser.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#activeObject

Returns the value of attribute active

Returns:

  • (Object)

    the current value of active



24
25
26
# File 'rb/lib/selenium/webdriver/bidi/browser.rb', line 24

def active
  @active
end

#handleObject

Returns the value of attribute handle

Returns:

  • (Object)

    the current value of handle



24
25
26
# File 'rb/lib/selenium/webdriver/bidi/browser.rb', line 24

def handle
  @handle
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



24
25
26
# File 'rb/lib/selenium/webdriver/bidi/browser.rb', line 24

def height
  @height
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



24
25
26
# File 'rb/lib/selenium/webdriver/bidi/browser.rb', line 24

def state
  @state
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



24
25
26
# File 'rb/lib/selenium/webdriver/bidi/browser.rb', line 24

def width
  @width
end

#xObject

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



24
25
26
# File 'rb/lib/selenium/webdriver/bidi/browser.rb', line 24

def x
  @x
end

#yObject

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



24
25
26
# File 'rb/lib/selenium/webdriver/bidi/browser.rb', line 24

def y
  @y
end

Instance Method Details

#active?Boolean

Returns:

  • (Boolean)


25
26
27
# File 'rb/lib/selenium/webdriver/bidi/browser.rb', line 25

def active?
  active
end