Discoverd that input changes on page load

Input needs to be dynamically checked
This commit is contained in:
ProfessionalUwU 2023-03-19 20:58:32 +01:00
parent 299d253579
commit f0e0b83a8a

View File

@ -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);