summaryrefslogtreecommitdiff
path: root/src/browser/web_browser.rs
AgeCommit message (Collapse)Author
2021-10-25fix(style): run cargo clippymainSanto Cariotti
2021-09-29feat: login is now a private function0.1.0Santo Cariotti
It's called by the selection method. In this way it could make a re-login when a session expires.
2021-09-29chore: save crendetials into the browser structSanto Cariotti
2021-09-29fix: `LOGIN_URL` for using `.starts_with()`Santo Cariotti
2021-09-09feat: add headless modeSanto Cariotti
2021-08-24fix: typo for options hashmapSanto Cariotti
2021-08-23feat: reserve a study hourSanto Cariotti
2021-08-18feat: get timetable of a spaceSanto Cariotti
2021-08-05refactor: merge getters for faculties and spaces optionsSanto Cariotti
2021-08-05feat: get spaces of a facultySanto Cariotti
2021-08-05feat: handle the callback of the facultySanto Cariotti
2021-08-04docs: init addsSanto Cariotti
2021-08-04feat: get faculties for the /room commandSanto Cariotti
2021-08-04feat: instance new browser with a real typo user-agentSanto Cariotti
2021-07-30fix: login url and sleep between input send keysSanto Cariotti
2021-07-30refactor: browser as modular funcsSanto Cariotti