LET url = @dynamic LET doc = DOCUMENT(url, true) WAIT_ELEMENT(doc, "#layout") LET expected = [ '
It has several pages for testing different possibilities of the library
' ] LET actual = INNER_HTML_ALL(doc, '#root > div > main > div > *') RETURN EXPECT(expected, actual)