Updated ReadMe to ease the installation process
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user