Log session start time Tue Oct 28 14:12:54 UTC 2025

Time Thread Level Category File:Line Message
0 TestNG-test=Ground_Control_QA_Chrome-1 INFO TestNG-test=Ground_Control_QA_Chrome-1 Log.java:197
0 TestNG-test=Ground_Control_QA_Chrome-1 INFO TestNG-test=Ground_Control_QA_Chrome-1 testCalyx.java:58 **** Calyx Test Automation *****
0 TestNG-test=Ground_Control_QA_Chrome-1 INFO TestNG-test=Ground_Control_QA_Chrome-1 Log.java:199
190 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: calyxTestAutomation
2129 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.online.Downloader Downloader.java:129 Downloading https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.122/win64/chromedriver-win64.zip
2283 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.online.Downloader Downloader.java:190 Extracting driver from compressed file chromedriver-win64.zip
2415 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
3085 TestNG-test=Ground_Control_QA_Chrome-1 FATAL TestNG-test=Ground_Control_QA_Chrome-1 testCalyx.java:111 Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
    Host info: host: 'EC2AMAZ-252N0E6', ip: '10.0.31.76'
    Build info: version: '4.28.0', revision: 'ac342546e9'
    System info: os.name: 'Windows Server 2022', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.6'
    Driver info: org.openqa.selenium.remote.RemoteWebDriver
    Command: [null, newSession {capabilities=[Capabilities {browserName: chrome, goog:chromeOptions: {args: [], extensions: [], prefs: {credentials_enable_service: false, download.default_directory: C:\Windows\Temp\codebuild\t..., profile.password_manager_enabled: false}}, goog:loggingPrefs: org.openqa.selenium.logging...}]}]
    Capabilities {browserName: chrome, goog:chromeOptions: {args: [], extensions: [], prefs: {credentials_enable_service: false, download.default_directory: C:\Windows\Temp\codebuild\t..., profile.password_manager_enabled: false}}, goog:loggingPrefs: org.openqa.selenium.logging...}
     at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:563)
     at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:245)
     at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:174)
     at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:152)
     at com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:370)
     at com.kinective.omniconnect.support.WebDriverFactory.get(WebDriverFactory.java:218)
     at com.kinective.omniconnect.groundControl.testscripts.testCalyx.testCalyx.calyxTestAutomation(testCalyx.java:72)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
     at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
     at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
     at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
     at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
     at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
     at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
     at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
     at java.base/java.lang.Thread.run(Thread.java:1583)
    Caused by: java.io.UncheckedIOException: java.net.ConnectException
     at org.openqa.selenium.remote.http.jdk.JdkHttpClient.execute0(JdkHttpClient.java:497)
     at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42)
     at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:55)
     at org.openqa.selenium.remote.http.jdk.JdkHttpClient.lambda$executeAsync$1(JdkHttpClient.java:384)
     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
     at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
     ... 3 more
    Caused by: java.net.ConnectException
     at java.net.http/jdk.internal.net.http.HttpClientImpl.send(HttpClientImpl.java:951)
     at java.net.http/jdk.internal.net.http.HttpClientFacade.send(HttpClientFacade.java:133)
     at org.openqa.selenium.remote.http.jdk.JdkHttpClient.execute0(JdkHttpClient.java:456)
     ... 8 more
    Caused by: java.net.ConnectException
     at java.net.http/jdk.internal.net.http.common.Utils.toConnectException(Utils.java:1041)
     at java.net.http/jdk.internal.net.http.PlainHttpConnection.connectAsync(PlainHttpConnection.java:227)
     at java.net.http/jdk.internal.net.http.PlainHttpConnection.checkRetryConnect(PlainHttpConnection.java:280)
     at java.net.http/jdk.internal.net.http.PlainHttpConnection.lambda$connectAsync$2(PlainHttpConnection.java:238)
     at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
     at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
     at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
     at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773)
     ... 3 more
    Caused by: java.nio.channels.ClosedChannelException
     at java.base/sun.nio.ch.SocketChannelImpl.ensureOpen(SocketChannelImpl.java:202)
     at java.base/sun.nio.ch.SocketChannelImpl.beginConnect(SocketChannelImpl.java:786)
     at java.base/sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:874)
     at java.net.http/jdk.internal.net.http.PlainHttpConnection.lambda$connectAsync$1(PlainHttpConnection.java:210)
     at java.base/java.security.AccessController.doPrivileged(AccessController.java:571)
     at java.net.http/jdk.internal.net.http.PlainHttpConnection.connectAsync(PlainHttpConnection.java:212)
     ... 9 more
3085 TestNG-test=Ground_Control_QA_Chrome-1 INFO TestNG-test=Ground_Control_QA_Chrome-1 Log.java:269 **** -E---N---D- *****
3100 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: loginSearchAndOpenAsset
4747 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
4753 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: loginWithInvalidCredentials
6387 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
6392 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: searchInvalidAsset
8005 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
8016 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: verifyPinUnpinAsset
9643 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
9654 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: verifyPinnedAsset
11292 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
11294 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: verifyPinLastAsset
12921 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
12937 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: verifyLoanSearch
14591 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
14606 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: searchTaxIdAndChangeRequestLogPg
16217 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
16233 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: verifyAndResolveIssueList
17886 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
17886 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: searchBorrrower
19559 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
19559 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: assignLoanToNewBorrower
21229 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
21229 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: searchCancelBorrower
22865 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
22882 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: verifyTransactionSortFilter
24659 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
24679 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: verifySubmitLoan
26553 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
26576 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: verifySubmitLoan
28350 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
28364 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: verifySubmitLoan
30231 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
30239 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: verifySubmitLoan
32004 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
32016 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: filterTransactionByField
33880 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
33880 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: globalSearchByField
35702 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
35710 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: verifyRequestChange
37341 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
37341 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: editChangeRequest
39042 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
39042 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: exportChangeRequests
40708 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
40724 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: unhideTransactionRequestChange
42422 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
42432 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: verifyErrorsOnLoanLookup
44140 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
44153 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: searchAssetAndVerifyError
45888 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
45888 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: verifyLoansOnLoanLookupPg
47605 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
47605 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: exportGeneralLedgerCSV
49578 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
49581 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: selectBorrowerAndVerifyTransactions
51485 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
51496 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: submitDocConnectorLoan
53260 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
53282 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: exportAndVerifyHistoryReports
55035 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
55050 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: verifyProfileLinks
56875 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe
56884 TestNG-test=Ground_Control_QA_Chrome-1 DEBUG TestNG-test=Ground_Control_QA_Chrome-1 WebDriverFactory.java:244 TestCaseID:: createUpdateDeleteChangeRequest
58740 TestNG-test=Ground_Control_QA_Chrome-1 INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1331 Exporting webdriver.chrome.driver as C:\Windows\system32\config\systemprofile\.cache\selenium\chromedriver\win64\141.0.7390.122\chromedriver.exe