Updated ReadMe to ease the installation process

This commit is contained in:
2023-03-14 11:00:02 +01:00
parent 0bdf6b2c19
commit 1b0b0ccae1
2 changed files with 12 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ namespace TestSelenium
Thread.Sleep(5000);
//IWebElement dataChannelButton = driver.FindElement(By.ClassName("btn btn-link d-flex align-items-center data-button"));
//If an error shows up here, you might have forgotten to connect with your credentials in chrome to the f1tv
IWebElement dataChannelButton = driver.FindElement(By.ClassName("data-button"));
dataChannelButton.Click();
@@ -122,6 +123,7 @@ namespace TestSelenium
RunCookieRetrieval();
string value = "";
List<Cookie> cookies = new List<Cookie>();
//If this crashes it might mean that the python script did not execute well. This could use some error handling
using (var reader = new StreamReader("cookies.csv"))
{
// Read the header row and validate column order