Types of commands
- application commands
- conditional commands
- browser commands
- navigational commands
- wait commands
Application commands
- get() → opening the application URL
- title → to capture the title of current webpage
- current_url → to capture the current url of webpage
- page_source → to capture source code of the page
Conditional commands
- is_displayed()
- is_enabled()
- is_selected()
Browser commands
- close() → close single browser window (where driver focused)
- quit() → close multiple browser windows (this will kill the process)