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:
parent
f39face8bf
commit
171f63bcc6
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user