This repository was archived by the owner on Dec 11, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Properties
CarelessInternet edited this page Nov 1, 2021
·
3 revisions
Public properties which anyone can access.
The consistent part of the URL in combination with the <SchoolSoft>.school property. Looks something like this: https://sms14.schoolsoft.se/school/jsp.
string-
static:false -
readonly:true
The name of the school. This can be found as the first part of the path, right after the first / when in SchoolSoft.
string-
static:false -
readonly:true
Private properties which only the class can access.
Stores whether or not the current user has logged in via <SchoolSoft>.login().
boolean-
static:false -
readonly:false
The puppeteer launch options when creating the browser instance.
-
puppeteer#LaunchOptions,puppeteer#BrowserLaunchArgumentOptions -
static:false -
readonly:false
The browser instance.
puppeteer#Browser-
static:false -
readonly:false
The page instance.
puppeteer#Page-
static:false -
readonly:false