From 54ed7308a81fae771e63934bfcb7e2285841ea5d Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 24 Apr 2022 21:54:10 +0200 Subject: [PATCH] Remove unnecessary sidebar toggle --- Docker/utils.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Docker/utils.sh b/Docker/utils.sh index 30add45..bc1d09a 100644 --- a/Docker/utils.sh +++ b/Docker/utils.sh @@ -78,12 +78,13 @@ prepare_firefox(){ grab "after maximize" sleep 1 grab "after sleep 1" - keycombo Control_L Shift_L e - grab "after ctrl+shift+e" - keycombo Shift_L F5 #profiler - grab "after shift-c F5" - keycombo Control_L Shift_L e - sleep 5 # it needs some time + # no need to reopen the network tab, as it's almost certainly already open + # keycombo Control_L Shift_L e + # grab "after ctrl+shift+e" + # keycombo Shift_L F5 #profiler + # grab "after shift-c F5" + # keycombo Control_L Shift_L e + # sleep 5 # it needs some time } load_website(){