Files
ferret/examples/wait_class.fql
T

8 lines
197 B
Plaintext
Raw Normal View History

2018-10-06 22:33:39 -04:00
LET doc = DOCUMENT("http://getbootstrap.com/docs/4.1/components/collapse/", true)
LET el = ELEMENT(doc, "#collapseTwo")
CLICK(doc, "#headingTwo > h5 > button")
WAIT_CLASS(el, "show")
RETURN TRUE