diff --git a/Program.cs b/Program.cs index 3962526..01a9f20 100644 --- a/Program.cs +++ b/Program.cs @@ -22,7 +22,7 @@ public class Program { drop.SendKeys(Keys.Enter); Thread.Sleep(1000); - IWebElement check = driver.FindElement(By.Id("input-885")); // Click button to disable tag stripping [WORKS] + IWebElement check = driver.FindElement(By.Id("input-885")); // Click button to disable tag stripping [BROKEN] - see Element check.SendKeys(Keys.Space); Thread.Sleep(1000);