From 8d76bc6115773fa179be87bd9e95692925006747 Mon Sep 17 00:00:00 2001 From: Mavlushechka Date: Thu, 20 Oct 2022 01:01:03 +0500 Subject: User system property instead for browser name instead of config file --- src/main/resources/config.json | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/config.json b/src/main/resources/config.json index a55d26a..e4aa511 100644 --- a/src/main/resources/config.json +++ b/src/main/resources/config.json @@ -1,6 +1,5 @@ { "browser": { - "name": "Firefox", "isIncognito": "true", "isKiosk": "true", "url": "https://jsonplaceholder.typicode.com" -- cgit v1.2.3