Added headers

This commit is contained in:
2023-05-08 17:02:49 +02:00
parent 55d45adc1d
commit aac44fcfb9
15 changed files with 113 additions and 36 deletions
+7 -1
View File
@@ -1,4 +1,10 @@
using OpenQA.Selenium;
/// Author : Maxime Rohmer
/// Date : 08/05/2023
/// File : F1TVEmulator.cs
/// Brief : Class that contains methods to emulate a browser and navigate the F1TV website
/// Version : 0.1
using OpenQA.Selenium;
using OpenQA.Selenium.Firefox;
using OpenQA.Selenium.Interactions;
using OpenQA.Selenium.Support.UI;