Skip to content

Personal script to automatically open Microsoft Teams on Google Chrome in windows 10 using Selenium

License

Notifications You must be signed in to change notification settings

EAMehdi/easyDauTeams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easyDauTeams

Personnal script to automatically access my University (Paris Dauphine) Teams account on Google Chrome in windows 10 using Selenium

Guide

  1. Authorize script
set-executionpolicy unrestricted
  1. Install Powershell Selenium
Install-Module Selenium

The script is using Webdriver, check this .exe

chromewebdriver.exe

C:\Program Files\WindowsPowerShell\Modules\Selenium\3.0.1\assemblies

If it doesn't work:

Check your Chrome Version here with: chrome://version/

  1. Add your info and the link inside the script And get the chromewebdriver for your Chrome version and replace it https://sites.google.com/a/chromium.org/chromedriver/downloads

  2. Add your info and the link inside the script

Exemple:

$mail="madmax@dauphine.eu"
$username="madmax20"

About

Personal script to automatically open Microsoft Teams on Google Chrome in windows 10 using Selenium

Resources

License

Stars

Watchers

Forks