Discoverd that input changes on page load
Input needs to be dynamically checked
This commit is contained in:
@ -22,7 +22,7 @@ public class Program {
|
|||||||
drop.SendKeys(Keys.Enter);
|
drop.SendKeys(Keys.Enter);
|
||||||
Thread.Sleep(1000);
|
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);
|
check.SendKeys(Keys.Space);
|
||||||
Thread.Sleep(1000);
|
Thread.Sleep(1000);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user