8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
use "Chrome"
|
|
|
|
# Part 1 - Load Google and wait for cookie consent
|
|
open "https://google.de"
|
|
sleep 2000 "load"
|
|
dump "load"
|
|
|