Class: Selenium::WebDriver::BiDi::Session::Status Private

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



28
29
30
# File 'rb/lib/selenium/webdriver/bidi/session.rb', line 28

def message
  @message
end

#readyObject

Returns the value of attribute ready

Returns:

  • (Object)

    the current value of ready



28
29
30
# File 'rb/lib/selenium/webdriver/bidi/session.rb', line 28

def ready
  @ready
end