10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
use "Chrome"
|
|
|
|
# Part 1 - Load Google and accept cookies
|
|
open "https://google.de"
|
|
wait element=button childText="Alle akzeptieren"
|
|
click element=button childText="Alle akzeptieren"
|
|
sleep 1000 "after cookie accept"
|
|
dump "after_cookie_accept"
|
|
|