Elements in the DOM, but not visible immediately Sometimes elements are within the DOM, but they are invisible for a period of time after an action of some sort. You can wait for elements to become visible, before fluently progressing: fwd.input(id("textArea")).sendKeys("Mary Had A Litt...