From f0e0b83a8ad76108b91d860bc47ed8fb4edff227 Mon Sep 17 00:00:00 2001 From: ProfessionalUwU Date: Sun, 19 Mar 2023 20:58:32 +0100 Subject: [PATCH] Discoverd that input changes on page load Input needs to be dynamically checked --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);