1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-12 11:15:14 +02:00

Update click_by_selector.fql

This commit is contained in:
Tim Voronov 2019-08-28 20:53:58 -04:00 committed by GitHub
parent f39face8bf
commit 171f63bcc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
LET url = "http://192.168.1.170:8080/#/events"
LET url = @dynamic + "/#/events"
LET page = DOCUMENT(url, true)
LET div = ELEMENT(page, "#wait-class-random")
@ -7,4 +7,4 @@ CLICK(div, "button")
WAIT_CLASS(page, "#wait-class-random-content", "alert-success", 10000)
RETURN ""
RETURN ""