Instead of just waiting 7 seconds for the website to load, scroll down and then up in hopes of triggering more scripts
This commit is contained in:
parent
f380aa78bd
commit
5034516abf
|
@ -47,8 +47,18 @@ done <<< "$DOMAINS"
|
||||||
click 1270 217 # the "trash" icon, so requests from plamienie don't appear in the screenshots
|
click 1270 217 # the "trash" icon, so requests from plamienie don't appear in the screenshots
|
||||||
|
|
||||||
load_website "$URL" "$URL"
|
load_website "$URL" "$URL"
|
||||||
sleep 7 # sometimes the consent popup needs a little time
|
|
||||||
|
for i in 1 2 3 4 5 6 7
|
||||||
|
do
|
||||||
|
xdotool mousemove 28 812 # left side, middle
|
||||||
|
xdotool click 5 click 5 click 5 click 5 click 5 click 5 # scroll down
|
||||||
|
sleep 1
|
||||||
|
done;
|
||||||
|
|
||||||
|
keycombo Control_L Home
|
||||||
|
|
||||||
echo "{\"current_action\": \"Strona $ORIGIN_DOMAIN wczytana. Przygotowywanie do analizy...\"}"
|
echo "{\"current_action\": \"Strona $ORIGIN_DOMAIN wczytana. Przygotowywanie do analizy...\"}"
|
||||||
|
|
||||||
grab load_website
|
grab load_website
|
||||||
open_network_inspector
|
open_network_inspector
|
||||||
grab open_network_inspector
|
grab open_network_inspector
|
||||||
|
|
Loading…
Reference in New Issue
Block a user