From 2923644233f3fdb3fa662e680f2694bb553811b9 Mon Sep 17 00:00:00 2001 From: valerpan Date: Tue, 11 Aug 2026 01:08:06 +0300 Subject: [PATCH] remove driver path --- src/main/resources/config.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/config.properties b/src/main/resources/config.properties index b5a9ef4..b61eaa3 100644 --- a/src/main/resources/config.properties +++ b/src/main/resources/config.properties @@ -1 +1,2 @@ -site.url=https://at-sandbox.workbench.lanit.ru/ \ No newline at end of file +site.url=https://at-sandbox.workbench.lanit.ru/ +webdriver.chrome.driver=/usr/local/bin/chromedriver \ No newline at end of file