mirror of
https://github.com/MontFerret/ferret.git
synced 2025-03-05 15:16:07 +02:00
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
|
LET url = @dynamic + "/#/events"
|
||
|
LET page = DOCUMENT(url, true)
|
||
|
|
||
|
FOCUS(page, "#focus-input")
|
||
|
|
||
|
WAIT_CLASS(page, "#focus-content", "alert-success")
|
||
|
|
||
|
RETURN ""
|