mirror of
https://github.com/MontFerret/ferret.git
synced 2025-02-05 13:15:20 +02:00
Update click.fql
This commit is contained in:
parent
f87fe1e669
commit
602dc0d93d
@ -1,7 +1,8 @@
|
|||||||
LET doc = DOCUMENT("https://github.com/", { driver: "cdp" })
|
LET doc = DOCUMENT("https://github.com/", { driver: "cdp" })
|
||||||
LET btn = ELEMENT(doc, ".HeaderMenu a")
|
|
||||||
|
|
||||||
CLICK(btn)
|
HOVER(doc, ".HeaderMenu-details")
|
||||||
|
CLICK(doc, ".HeaderMenu a")
|
||||||
|
|
||||||
WAIT_NAVIGATION(doc)
|
WAIT_NAVIGATION(doc)
|
||||||
WAIT_ELEMENT(doc, '.IconNav')
|
WAIT_ELEMENT(doc, '.IconNav')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user