Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Properties

CarelessInternet edited this page Nov 1, 2021 · 3 revisions

Public Properties

Public properties which anyone can access.

<SchoolSoft>.baseURL

The consistent part of the URL in combination with the <SchoolSoft>.school property. Looks something like this: https://sms14.schoolsoft.se/school/jsp.

Type

  • string
  • static: false
  • readonly: true

<SchoolSoft>.school

The name of the school. This can be found as the first part of the path, right after the first / when in SchoolSoft.

Type

  • string
  • static: false
  • readonly: true

Private Properties

Private properties which only the class can access.

<SchoolSoft>.loggedIn

Stores whether or not the current user has logged in via <SchoolSoft>.login().

Type

  • boolean
  • static: false
  • readonly: false

<SchoolSoft>.puppeteerOptions

The puppeteer launch options when creating the browser instance.

Type

  • puppeteer#LaunchOptions, puppeteer#BrowserLaunchArgumentOptions
  • static: false
  • readonly: false

<SchoolSoft>.browser

The browser instance.

Type

  • puppeteer#Browser
  • static: false
  • readonly: false

<SchoolSoft>.page

The page instance.

Type

  • puppeteer#Page
  • static: false
  • readonly: false

Clone this wiki locally