Discoverd that input changes on page load
Input needs to be dynamically checked
This commit is contained in:
parent
299d253579
commit
f0e0b83a8a
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user