From f625e782ebe7a837c4ab77b8f6b6569ca1c5edb1 Mon Sep 17 00:00:00 2001 From: Yuriy Date: Wed, 17 Apr 2024 17:28:54 -0400 Subject: [PATCH] removed reusetabs variable. Set to always be enabled --- Selenium-Functions.ahk | 1 - 1 file changed, 1 deletion(-) diff --git a/Selenium-Functions.ahk b/Selenium-Functions.ahk index 5fab79f..b62ffb7 100644 --- a/Selenium-Functions.ahk +++ b/Selenium-Functions.ahk @@ -73,7 +73,6 @@ CheckSeleniumDriver(){ } DriverStatus := 1 - if(ReuseTabs) CreateArrayOfChromeTabs()