isOpened method

bool isOpened()

Returns true if the ChromeSafariBrowser instance is opened, otherwise false.

Implementation

bool isOpened() {
  return this._isOpened;
}