Log session start time Wed Sep 10 08:16:34 EDT 2025

Time Thread Level Category File:Line Message
0 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
14 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
3079 main INFO main FiManagement.java:346 ***** check MemberManager Role *****
7207 main INFO main FiManagement.java:351 Successfully navigated to 'eReceipts FI Admin' Page
7331 main INFO main FiManagement.java:354 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
14602 main INFO main SignInPage.java:260 Password text field is shown
21307 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
21307 main INFO main FiManagement.java:358 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
38561 main INFO main FiManagement.java:361 Successfully navigated to the 'Control Panel' page
43106 main INFO main FiManagement.java:365 Successfully navigated to the 'Roles' page
51662 main INFO main FiManagement.java:396 <b>Expected: </b>Check Member Manager Role in Filter Panel<br><b>Actual(Passed): </b>Successfully checked Member Manager Role is there in Filter Panel
51910 main INFO main FiManagement.java:406 clicked on Add New group
71026 main INFO main FiManagement.java:408 <b>Expected: </b>Check Member Manager Role in Add Role Window<br><b>Actual(Passed): </b>Successfully checked Member Manager Role is there in Add Role Window
71027 main INFO main FiManagement.java:414 Test Passed.
71027 main INFO main Log.java:264 **** -E---N---D- *****
71064 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
71072 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
72586 main INFO main FiManagement.java:508 ***** create Add Group In Agent Page *****
72587 main INFO main FiManagement.java:509 ***** create Add Group In Agent Page *****
76568 main INFO main FiManagement.java:514 Successfully navigated to 'eReceipts FI Admin' Page
76674 main INFO main FiManagement.java:517 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
83751 main INFO main SignInPage.java:260 Password text field is shown
90380 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
90380 main INFO main FiManagement.java:521 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
110059 main INFO main FiManagement.java:524 Successfully navigated to the 'Control Panel' page
114626 main INFO main FiManagement.java:528 Successfully navigated to the 'Agent' page
125467 main INFO main FiManagement.java:531 clicked on Add New group
127888 main FATAL main FiManagement.java:562 Index 1 out of bounds for length 1
java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 1
     at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
     at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
     at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
     at java.base/java.util.Objects.checkIndex(Objects.java:385)
     at java.base/java.util.ArrayList.get(ArrayList.java:427)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy19.get(Unknown Source)
     at com.imm.ereceipt.pages.AgentsPage.setName(AgentsPage.java:165)
     at com.imm.ereceipt.pages.AgentsPage.checkErrorMessageForInvalid(AgentsPage.java:691)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.createAddGroupInAgentPage(FiManagement.java:533)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
127903 main INFO main Log.java:264 **** -E---N---D- *****
127928 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
127935 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
129401 main INFO main FiManagement.java:82 ***** verify Add Group Functionality In Roles Page *****
129403 main INFO main FiManagement.java:83 ***** verify Add Group Functionality In Roles Page *****
133280 main INFO main FiManagement.java:88 Successfully navigated to 'eReceipts FI Admin' Page
133387 main INFO main FiManagement.java:91 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
140500 main INFO main SignInPage.java:260 Password text field is shown
147176 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
147176 main INFO main FiManagement.java:95 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
164490 main INFO main FiManagement.java:98 Successfully navigated to the 'Control Panel' page
169102 main INFO main FiManagement.java:102 Successfully navigated to the 'Roles' page
169331 main INFO main FiManagement.java:112 clicked on Add New group
182307 main FATAL main FiManagement.java:209 Index 1 out of bounds for length 0
java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 0
     at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
     at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
     at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
     at java.base/java.util.Objects.checkIndex(Objects.java:385)
     at java.base/java.util.ArrayList.get(ArrayList.java:427)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy19.get(Unknown Source)
     at com.imm.ereceipt.pages.RolesPage.checkErrorMessage(RolesPage.java:703)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.createAddGroupInRolesPage(FiManagement.java:113)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
182324 main INFO main Log.java:264 **** -E---N---D- *****
182339 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
182339 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
184150 main INFO main Log.java:192
184150 main INFO main FiManagement.java:2201 **** Create Multiple Branches In Branches Page *****
184151 main INFO main Log.java:194
188027 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993391-3a19-702e-8887-83e55711a26b&response_mode=fragment&client_info=1&nonce=01993391-3a1b-72b4-9f22-ab5e8233fee0&state=eyjpzci6ijaxotkzmzkxltnhmwetn2i5yi05mtq2ltzmmgqxztgxyjlmziisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=6ohppsogfo5fklwvjal1wgmey5k62khelly9tgwehva&code_challenge_method=s256&sso_reload=true
188027 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
188098 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> xpath: //input[@id='i0116']]
188098 main INFO main FiManagement.java:2205 Successfully navigated to 'eReceipts FI Admin' Page
188143 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> xpath: //input[@id='i0116']]
188207 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: idSIButton9]
188207 main INFO main FiManagement.java:2208 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
188258 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> xpath: //input[@id='i0116']]
188326 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> xpath: //input[@id='i0116']]
191717 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993391-3a19-702e-8887-83e55711a26b&response_mode=fragment&client_info=1&nonce=01993391-3a1b-72b4-9f22-ab5e8233fee0&state=eyjpzci6ijaxotkzmzkxltnhmwetn2i5yi05mtq2ltzmmgqxztgxyjlmziisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=6ohppsogfo5fklwvjal1wgmey5k62khelly9tgwehva&code_challenge_method=s256&sso_reload=true
191717 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
195017 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993391-3a19-702e-8887-83e55711a26b&response_mode=fragment&client_info=1&nonce=01993391-3a1b-72b4-9f22-ab5e8233fee0&state=eyjpzci6ijaxotkzmzkxltnhmwetn2i5yi05mtq2ltzmmgqxztgxyjlmziisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=6ohppsogfo5fklwvjal1wgmey5k62khelly9tgwehva&code_challenge_method=s256&sso_reload=true
195017 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
195387 main INFO main SignInPage.java:260 Password text field is shown
198467 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> xpath: //input[@id='i0118']]
198531 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> xpath: //input[@id='i0118']]
201790 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993391-3a19-702e-8887-83e55711a26b&response_mode=fragment&client_info=1&nonce=01993391-3a1b-72b4-9f22-ab5e8233fee0&state=eyjpzci6ijaxotkzmzkxltnhmwetn2i5yi05mtq2ltzmmgqxztgxyjlmziisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=6ohppsogfo5fklwvjal1wgmey5k62khelly9tgwehva&code_challenge_method=s256&sso_reload=true
201790 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
202043 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
202043 main INFO main FiManagement.java:2212 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
206064 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
206064 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
212983 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
212983 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
216087 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
216087 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
216142 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
219299 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
219299 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
219350 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> xpath: //b[contains(text(),'Dashboard')]]
219464 main INFO main FiManagement.java:2215 Successfully navigated to the 'Control Panel' page
219515 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: immAdministration]
221610 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: immAdministration]
221780 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: immMenuBandW]
223993 main INFO main FiManagement.java:2219 Successfully navigated to the 'Branches' page
233045 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: immGlobalControl_NewBranch_button]
233300 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> css selector: button[id*='immBranch_ButtonClose_']]
233300 main INFO main FiManagement.java:2224 Clicked on Add New Branch icon
235367 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> css selector: input[id*='immBranch_BranchName_']]
235414 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> css selector: input[id*='immBranch_BranchName_']]
235868 main INFO main FiManagement.java:2227 set the Branch name
235928 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> css selector: button[id*='immBranch_ButtonSave_']]
235987 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> css selector: button[id*='immBranch_ButtonSave_']]
236200 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: immGlobalControl_NewBranch_button]
247263 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: immGlobalControl_NewBranch_button]
248520 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> css selector: button[id*='immBranch_ButtonClose_']]
248520 main INFO main FiManagement.java:2224 Clicked on Add New Branch icon
250587 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> css selector: input[id*='immBranch_BranchName_']]
250643 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> css selector: input[id*='immBranch_BranchName_']]
251073 main INFO main FiManagement.java:2227 set the Branch name
251120 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> css selector: button[id*='immBranch_ButtonSave_']]
251188 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> css selector: button[id*='immBranch_ButtonSave_']]
251337 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: immGlobalControl_NewBranch_button]
262417 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: immGlobalControl_NewBranch_button]
262669 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> css selector: button[id*='immBranch_ButtonClose_']]
262669 main INFO main FiManagement.java:2224 Clicked on Add New Branch icon
264741 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> css selector: input[id*='immBranch_BranchName_']]
264787 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> css selector: input[id*='immBranch_BranchName_']]
265254 main INFO main FiManagement.java:2227 set the Branch name
265302 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> css selector: button[id*='immBranch_ButtonSave_']]
265387 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> css selector: button[id*='immBranch_ButtonSave_']]
265562 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: immGlobalControl_NewBranch_button]
279345 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
279345 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
279410 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: imm_searchBr_GlobalControl]
279462 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: imm_searchBr_GlobalControl]
279828 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
279902 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
280194 main INFO main FiManagement.java:2257 <b>Expected: </b>slelect the list matching pattern in 'Branches' page<br><b>Actual(Passed): </b>Successfully selected list in 'Branches' page
283393 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
283393 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
285481 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: immAllBranchesControl_TabDeleteSelectedBranches_iCon]
285560 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: immAllBranchesControl_TabDeleteSelectedBranches_iCon]
287826 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> xpath: //mat-radio-button[contains(@id,'immAllBranchesControl_RadioButtonGroupDeleteOption_3_')]]
290008 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: immAllBranchesControl_DeleteSelectedBranches_Button]
290087 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: immAllBranchesControl_DeleteSelectedBranches_Button]
290367 main INFO main FiManagement.java:2262 <b>Expected: </b>verify the delete Multiple Branch name in 'Branches' page<br><b>Actual(Passed): </b>Successfully verified the deleted Multiple Branch name in 'Branches' page
303353 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
303353 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
303434 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: imm_searchBr_GlobalControl]
303485 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: imm_searchBr_GlobalControl]
303978 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
304063 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6f6f1899f9f85518a947548f6508a573)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
304397 main INFO main FiManagement.java:2270 <b>Expected: </b>slelect the list matching pattern in 'Branches' page<br><b>Actual(Passed): </b>Successfully selected list in 'Branches' page
304574 main INFO main FiManagement.java:2276 <b>Expected: </b>Check the branches are zero<br><b>Actual(Passed): </b>Successfully checked branches are zero
304574 main INFO main FiManagement.java:2281 Test Passed.
304575 main INFO main Log.java:264 **** -E---N---D- *****
304581 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyAddMulitpleBrancesUsingJFairy
304602 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
304610 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
306848 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
306931 main INFO main Log.java:192
306931 main INFO main FiManagement.java:2424 **** Create Multiple Branches In Branches Page *****
306931 main INFO main Log.java:194
310871 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993393-1a39-7e70-bf0c-d2838a5bb25b&response_mode=fragment&client_info=1&nonce=01993393-1a3c-7250-b41e-40edaaf663e1&state=eyjpzci6ijaxotkzmzkzltfhm2itn2qzms04zgi2ltjkntiwndlkzwiynsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=b1g3d17evuxx5iaefnynjsryq_mz5mlejmdwy_lvgdo&code_challenge_method=s256&sso_reload=true
310871 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
310944 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> xpath: //input[@id='i0116']]
310944 main INFO main FiManagement.java:2428 Successfully navigated to 'eReceipts FI Admin' Page
311006 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> xpath: //input[@id='i0116']]
311076 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: idSIButton9]
311076 main INFO main FiManagement.java:2431 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
311142 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> xpath: //input[@id='i0116']]
311226 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> xpath: //input[@id='i0116']]
314754 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993393-1a39-7e70-bf0c-d2838a5bb25b&response_mode=fragment&client_info=1&nonce=01993393-1a3c-7250-b41e-40edaaf663e1&state=eyjpzci6ijaxotkzmzkzltfhm2itn2qzms04zgi2ltjkntiwndlkzwiynsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=b1g3d17evuxx5iaefnynjsryq_mz5mlejmdwy_lvgdo&code_challenge_method=s256&sso_reload=true
314754 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
318070 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993393-1a39-7e70-bf0c-d2838a5bb25b&response_mode=fragment&client_info=1&nonce=01993393-1a3c-7250-b41e-40edaaf663e1&state=eyjpzci6ijaxotkzmzkzltfhm2itn2qzms04zgi2ltjkntiwndlkzwiynsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=b1g3d17evuxx5iaefnynjsryq_mz5mlejmdwy_lvgdo&code_challenge_method=s256&sso_reload=true
318070 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
318519 main INFO main SignInPage.java:260 Password text field is shown
321597 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> xpath: //input[@id='i0118']]
321643 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> xpath: //input[@id='i0118']]
324910 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993393-1a39-7e70-bf0c-d2838a5bb25b&response_mode=fragment&client_info=1&nonce=01993393-1a3c-7250-b41e-40edaaf663e1&state=eyjpzci6ijaxotkzmzkzltfhm2itn2qzms04zgi2ltjkntiwndlkzwiynsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=b1g3d17evuxx5iaefnynjsryq_mz5mlejmdwy_lvgdo&code_challenge_method=s256&sso_reload=true
324910 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
325290 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
325290 main INFO main FiManagement.java:2435 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
329126 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
329126 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
336072 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
336072 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
339147 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
339147 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
339211 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
342288 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
342289 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
342333 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> xpath: //b[contains(text(),'Dashboard')]]
342458 main INFO main FiManagement.java:2438 Successfully navigated to the 'Control Panel' page
342511 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immAdministration]
344611 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immAdministration]
344797 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immMenuBandW]
347006 main INFO main FiManagement.java:2442 Successfully navigated to the 'Branches' page
351541 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
351795 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
351795 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
351888 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
351962 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
352563 main INFO main FiManagement.java:2459 set the Branch name:Mika#
352635 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
352766 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
353013 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
353013 main INFO main FiManagement.java:2461 Clicked on Save Button
355167 main INFO main FiManagement.java:2464 total Branches:0
359239 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
359477 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
359477 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
359550 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
359630 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
360129 main INFO main FiManagement.java:2459 set the Branch name:Sarah#
360176 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
360297 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
360500 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
360508 main INFO main FiManagement.java:2461 Clicked on Save Button
362635 main INFO main FiManagement.java:2464 total Branches:1
366703 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
366962 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
366962 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
367043 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
367128 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
367671 main INFO main FiManagement.java:2459 set the Branch name:Precious#
367738 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
367824 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
368044 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
368045 main INFO main FiManagement.java:2461 Clicked on Save Button
370167 main INFO main FiManagement.java:2464 total Branches:2
374238 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
374472 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
374472 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
374543 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
374603 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
375037 main INFO main FiManagement.java:2459 set the Branch name:Etta#
375086 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
375165 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
375338 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
375338 main INFO main FiManagement.java:2461 Clicked on Save Button
377551 main INFO main FiManagement.java:2464 total Branches:3
381619 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
381896 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
381897 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
381986 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
382066 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
382642 main INFO main FiManagement.java:2459 set the Branch name:Sherman#
382703 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
382813 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
383036 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
383036 main INFO main FiManagement.java:2461 Clicked on Save Button
385200 main INFO main FiManagement.java:2464 total Branches:4
389272 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
389506 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
389506 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
389599 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
389670 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
390224 main INFO main FiManagement.java:2459 set the Branch name:Earle#
390300 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
390395 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
390673 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
390673 main INFO main FiManagement.java:2461 Clicked on Save Button
392811 main INFO main FiManagement.java:2464 total Branches:5
396889 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
397116 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
397116 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
397217 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
397287 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
397814 main INFO main FiManagement.java:2459 set the Branch name:Clifford#
397864 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
397950 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
398200 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
398200 main INFO main FiManagement.java:2461 Clicked on Save Button
400376 main INFO main FiManagement.java:2464 total Branches:6
404437 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
404704 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
404706 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
404788 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
404863 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
405378 main INFO main FiManagement.java:2459 set the Branch name:Lennie#
405438 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
405517 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
405739 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
405740 main INFO main FiManagement.java:2461 Clicked on Save Button
407870 main INFO main FiManagement.java:2464 total Branches:7
411941 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
412141 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
412141 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
412201 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
412258 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
412660 main INFO main FiManagement.java:2459 set the Branch name:Denae#
412718 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
412792 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
412926 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
412926 main INFO main FiManagement.java:2461 Clicked on Save Button
415090 main INFO main FiManagement.java:2464 total Branches:8
419182 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
420468 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
420468 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
420515 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
420574 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
420953 main INFO main FiManagement.java:2459 set the Branch name:Damien#
421003 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
421068 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
421240 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
421240 main INFO main FiManagement.java:2461 Clicked on Save Button
423381 main INFO main FiManagement.java:2464 total Branches:9
427464 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
427681 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
427681 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
427734 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
427812 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
428202 main INFO main FiManagement.java:2459 set the Branch name:Richard#
428264 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
428319 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
428516 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
428516 main INFO main FiManagement.java:2461 Clicked on Save Button
430650 main INFO main FiManagement.java:2464 total Branches:10
434733 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
434971 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
434973 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
435016 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
435087 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
435527 main INFO main FiManagement.java:2459 set the Branch name:Jordon#
435577 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
435629 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
435782 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
435782 main INFO main FiManagement.java:2461 Clicked on Save Button
437920 main INFO main FiManagement.java:2464 total Branches:11
441992 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
443231 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
443231 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
443280 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
443328 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
443702 main INFO main FiManagement.java:2459 set the Branch name:Johana#
443747 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
443814 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
443963 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
443963 main INFO main FiManagement.java:2461 Clicked on Save Button
446101 main INFO main FiManagement.java:2464 total Branches:12
450186 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
450410 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
450410 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
450470 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
450519 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
450920 main INFO main FiManagement.java:2459 set the Branch name:Dovie#
450981 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
451049 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
451222 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
451222 main INFO main FiManagement.java:2461 Clicked on Save Button
453344 main INFO main FiManagement.java:2464 total Branches:13
457410 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
457666 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
457667 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
457733 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
457790 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
458164 main INFO main FiManagement.java:2459 set the Branch name:Keva#
458231 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
458311 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
458446 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
458446 main INFO main FiManagement.java:2461 Clicked on Save Button
460562 main INFO main FiManagement.java:2464 total Branches:14
464664 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
464879 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
464879 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
464950 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
465013 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
465396 main INFO main FiManagement.java:2459 set the Branch name:Devon#
465455 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
465524 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
465711 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
465711 main INFO main FiManagement.java:2461 Clicked on Save Button
467875 main INFO main FiManagement.java:2464 total Branches:15
471959 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
472192 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
472192 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
472239 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
472320 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
472745 main INFO main FiManagement.java:2459 set the Branch name:Latrisha#
472794 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
472859 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
472989 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
472989 main INFO main FiManagement.java:2461 Clicked on Save Button
475109 main INFO main FiManagement.java:2464 total Branches:16
479215 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
479426 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
479426 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
479476 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
479556 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
479990 main INFO main FiManagement.java:2459 set the Branch name:Yolande#
480029 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
480075 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
480210 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
480210 main INFO main FiManagement.java:2461 Clicked on Save Button
483223 main INFO main FiManagement.java:2464 total Branches:17
487288 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
488540 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
488540 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
488575 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
488622 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
489006 main INFO main FiManagement.java:2459 set the Branch name:Denae#
489041 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
489108 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
489292 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
489292 main INFO main FiManagement.java:2461 Clicked on Save Button
491430 main INFO main FiManagement.java:2464 total Branches:18
495514 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
495736 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonClose_']]
495736 main INFO main FiManagement.java:2449 Clicked on Add New Branch icon
495788 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
495853 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: input[id*='immBranch_BranchName_']]
496279 main INFO main FiManagement.java:2459 set the Branch name:Tabetha#
496319 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
496387 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> css selector: button[id*='immBranch_ButtonSave_']]
496569 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immGlobalControl_NewBranch_button]
496569 main INFO main FiManagement.java:2461 Clicked on Save Button
498690 main INFO main FiManagement.java:2464 total Branches:19
510665 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
510665 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
510741 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: imm_searchBr_GlobalControl]
510782 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: imm_searchBr_GlobalControl]
511118 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
511204 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
511490 main INFO main FiManagement.java:2475 <b>Expected: </b>slelect the list matching pattern in 'Branches' page<br><b>Actual(Passed): </b>Successfully selected list in 'Branches' page
514808 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
514808 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
516922 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immAllBranchesControl_TabDeleteSelectedBranches_iCon]
516985 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immAllBranchesControl_TabDeleteSelectedBranches_iCon]
519325 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> xpath: //mat-radio-button[contains(@id,'immAllBranchesControl_RadioButtonGroupDeleteOption_3_')]]
521509 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immAllBranchesControl_DeleteSelectedBranches_Button]
521565 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immAllBranchesControl_DeleteSelectedBranches_Button]
521894 main INFO main FiManagement.java:2480 <b>Expected: </b>verify the delete Multiple Branch name in 'Branches' page<br><b>Actual(Passed): </b>Successfully verified the deleted Multiple Branch name in 'Branches' page
534221 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
534221 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
534291 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: imm_searchBr_GlobalControl]
534325 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: imm_searchBr_GlobalControl]
534605 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
534657 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0f9b8c05be21cedc0d3fd4274ed72f74)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
534896 main INFO main FiManagement.java:2488 <b>Expected: </b>slelect the list matching pattern in 'Branches' page<br><b>Actual(Passed): </b>Successfully selected list in 'Branches' page
535051 main INFO main FiManagement.java:2494 <b>Expected: </b>Check the branches are zero<br><b>Actual(Passed): </b>Successfully checked branches are zero
535052 main INFO main FiManagement.java:2500 Test Passed.
535052 main INFO main Log.java:264 **** -E---N---D- *****
535056 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyAddMulitpleWorkstationUsingJFairy
535067 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
535071 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
536560 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
536560 main INFO main Log.java:192
536560 main INFO main FiManagement.java:2710 **** Create Multiple workstation In Branches ans workstation Page *****
536560 main INFO main Log.java:194
540315 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993396-9a54-7c45-ae07-5c6d21fa388f&response_mode=fragment&client_info=1&nonce=01993396-9a57-7551-9820-5c22bb0755b4&state=eyjpzci6ijaxotkzmzk2ltlhntytn2m5os04ytaxltfknwuxmmziodqzmiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=8utcgqssohg2774phuibyuztl1ng8znsmj84v-_pnlm&code_challenge_method=s256&sso_reload=true
540316 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
540356 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> xpath: //input[@id='i0116']]
540356 main INFO main FiManagement.java:2714 Successfully navigated to 'eReceipts FI Admin' Page
540419 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> xpath: //input[@id='i0116']]
540475 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: idSIButton9]
540475 main INFO main FiManagement.java:2717 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
540527 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> xpath: //input[@id='i0116']]
540577 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> xpath: //input[@id='i0116']]
543885 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993396-9a54-7c45-ae07-5c6d21fa388f&response_mode=fragment&client_info=1&nonce=01993396-9a57-7551-9820-5c22bb0755b4&state=eyjpzci6ijaxotkzmzk2ltlhntytn2m5os04ytaxltfknwuxmmziodqzmiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=8utcgqssohg2774phuibyuztl1ng8znsmj84v-_pnlm&code_challenge_method=s256&sso_reload=true
543886 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
547108 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993396-9a54-7c45-ae07-5c6d21fa388f&response_mode=fragment&client_info=1&nonce=01993396-9a57-7551-9820-5c22bb0755b4&state=eyjpzci6ijaxotkzmzk2ltlhntytn2m5os04ytaxltfknwuxmmziodqzmiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=8utcgqssohg2774phuibyuztl1ng8znsmj84v-_pnlm&code_challenge_method=s256&sso_reload=true
547108 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
547430 main INFO main SignInPage.java:260 Password text field is shown
550501 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> xpath: //input[@id='i0118']]
550548 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> xpath: //input[@id='i0118']]
553804 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993396-9a54-7c45-ae07-5c6d21fa388f&response_mode=fragment&client_info=1&nonce=01993396-9a57-7551-9820-5c22bb0755b4&state=eyjpzci6ijaxotkzmzk2ltlhntytn2m5os04ytaxltfknwuxmmziodqzmiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=8utcgqssohg2774phuibyuztl1ng8znsmj84v-_pnlm&code_challenge_method=s256&sso_reload=true
553804 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
554073 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
554073 main INFO main FiManagement.java:2721 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
557934 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
557934 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
564804 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
564804 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
567892 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
567892 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
567937 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
571042 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
571042 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
571074 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> xpath: //b[contains(text(),'Dashboard')]]
571193 main INFO main FiManagement.java:2724 Successfully navigated to the 'Control Panel' page
571240 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immAdministration]
573346 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immAdministration]
573514 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immMenuBandW]
575734 main INFO main FiManagement.java:2728 Successfully navigated to the 'Branches' page
575797 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
575863 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
576069 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immGlobalControl_NewWorkstation_button]
579356 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
579356 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
579424 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: imm_searchWs_GlobalControl]
579473 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: imm_searchWs_GlobalControl]
579724 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
579805 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
580069 main INFO main FiManagement.java:2731 <b>Expected: </b>select the list matching pattern in 'Wks' page<br><b>Actual(Passed): </b>Successfully selected list in 'Wks' page
580123 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immGlobalControl_NewWorkstation_button]
580373 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
580373 main INFO main FiManagement.java:2739 Clicked on Add New workstation icon
580425 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
580501 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
580909 main INFO main FiManagement.java:2747 set the workstation name:Karmen
580957 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
581020 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
581157 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immGlobalControl_NewWorkstation_button]
583280 main INFO main FiManagement.java:2751 total workstation:0
583330 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immGlobalControl_NewWorkstation_button]
583544 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
583544 main INFO main FiManagement.java:2739 Clicked on Add New workstation icon
583592 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
583663 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
584074 main INFO main FiManagement.java:2747 set the workstation name:Lynelle
584122 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
584181 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
584307 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immGlobalControl_NewWorkstation_button]
586439 main INFO main FiManagement.java:2751 total workstation:1
586500 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immGlobalControl_NewWorkstation_button]
586690 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
586690 main INFO main FiManagement.java:2739 Clicked on Add New workstation icon
586760 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
586822 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
587227 main INFO main FiManagement.java:2747 set the workstation name:Zachary
587273 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
587340 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
587490 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immGlobalControl_NewWorkstation_button]
589623 main INFO main FiManagement.java:2751 total workstation:2
598061 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
598110 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
598377 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immGlobalControl_NewWorkstation_button]
601682 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
601682 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
601729 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: imm_searchWs_GlobalControl]
601790 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: imm_searchWs_GlobalControl]
602093 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
602148 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
602423 main INFO main FiManagement.java:2766 <b>Expected: </b>slelect the list matching pattern in 'Wks' page<br><b>Actual(Passed): </b>Successfully selected list in 'Wks' page
605549 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
605550 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
607649 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immAllBranchesControl_TabDeleteSelectedWorkstations_iCon]
607718 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immAllBranchesControl_TabDeleteSelectedWorkstations_iCon]
609888 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immAllWorkstationsControl_DeleteSelectedWorkstationsProcesRun_Button]
609955 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immAllWorkstationsControl_DeleteSelectedWorkstationsProcesRun_Button]
610235 main INFO main FiManagement.java:2770 <b>Expected: </b>verify the delete Multiple Workstation name in 'Workstationes' page<br><b>Actual(Passed): </b>Successfully verified the deleted Multiple Workstation name in 'Workstationes' page
618614 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
618661 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
618897 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immGlobalControl_NewWorkstation_button]
622187 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
622187 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
622235 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: imm_searchWs_GlobalControl]
622286 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: imm_searchWs_GlobalControl]
622559 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
622628 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a23efadf17463f66d51d27009c39535)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
622859 main INFO main FiManagement.java:2780 <b>Expected: </b>slelect the list matching pattern in 'Wks' page<br><b>Actual(Passed): </b>Successfully selected list in 'Wks' page
623012 main INFO main FiManagement.java:2785 <b>Expected: </b>Check the Wks are zero<br><b>Actual(Passed): </b>Successfully checked Wks are zero
623013 main INFO main FiManagement.java:2790 Test Passed.
623013 main INFO main Log.java:264 **** -E---N---D- *****
623016 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyAddWorkstationsUnderBranch
623027 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
623031 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
624550 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
624550 main INFO main Log.java:192
624550 main INFO main FiManagement.java:2905 **** verify add workstations to branch *****
624550 main INFO main Log.java:194
628338 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993397-f1ec-78ba-8905-10ccbef90be9&response_mode=fragment&client_info=1&nonce=01993397-f1ee-7e25-8915-3b3caf4b8fbf&state=eyjpzci6ijaxotkzmzk3lwyxzwqtnznjyi05y2rlltq3owy3yju3m2zjyyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=bysd0qltmgltjpk-1cwpnovirlds52g9ue_qzrr89va&code_challenge_method=s256&sso_reload=true
628338 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
628389 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> xpath: //input[@id='i0116']]
628389 main INFO main FiManagement.java:2909 Successfully navigated to 'eReceipts FI Admin' Page
628451 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> xpath: //input[@id='i0116']]
628503 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> xpath: //input[@id='i0116']]
631833 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993397-f1ec-78ba-8905-10ccbef90be9&response_mode=fragment&client_info=1&nonce=01993397-f1ee-7e25-8915-3b3caf4b8fbf&state=eyjpzci6ijaxotkzmzk3lwyxzwqtnznjyi05y2rlltq3owy3yju3m2zjyyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=bysd0qltmgltjpk-1cwpnovirlds52g9ue_qzrr89va&code_challenge_method=s256&sso_reload=true
631833 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
635061 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993397-f1ec-78ba-8905-10ccbef90be9&response_mode=fragment&client_info=1&nonce=01993397-f1ee-7e25-8915-3b3caf4b8fbf&state=eyjpzci6ijaxotkzmzk3lwyxzwqtnznjyi05y2rlltq3owy3yju3m2zjyyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=bysd0qltmgltjpk-1cwpnovirlds52g9ue_qzrr89va&code_challenge_method=s256&sso_reload=true
635061 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
635369 main INFO main SignInPage.java:260 Password text field is shown
638427 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> xpath: //input[@id='i0118']]
638474 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> xpath: //input[@id='i0118']]
641727 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993397-f1ec-78ba-8905-10ccbef90be9&response_mode=fragment&client_info=1&nonce=01993397-f1ee-7e25-8915-3b3caf4b8fbf&state=eyjpzci6ijaxotkzmzk3lwyxzwqtnznjyi05y2rlltq3owy3yju3m2zjyyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=bysd0qltmgltjpk-1cwpnovirlds52g9ue_qzrr89va&code_challenge_method=s256&sso_reload=true
641727 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
641999 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
641999 main INFO main FiManagement.java:2912 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
645709 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
645709 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
652637 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
652637 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
655732 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
655732 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
655796 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
658904 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
658904 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
658943 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> xpath: //b[contains(text(),'Dashboard')]]
659059 main INFO main FiManagement.java:2915 Successfully navigated to the 'Control Panel' page
659125 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> id: immAdministration]
661208 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> id: immAdministration]
661375 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> id: immMenuBandW]
663597 main INFO main FiManagement.java:2919 Successfully navigated to the 'Workstations' page
666906 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
666906 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
666960 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> id: imm_searchBr_GlobalControl]
667007 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> id: imm_searchBr_GlobalControl]
667324 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
667390 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
667655 main INFO main FiManagement.java:2922 <b>Expected: </b>select the list matching pattern in 'Branches' page<br><b>Actual(Passed): </b>Successfully selected list in 'Branches' page
670800 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
670801 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
670903 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
670957 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
671120 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> id: immGlobalControl_NewWorkstation_button]
671307 main INFO main FiManagement.java:2935 clicked on Workstation tab
671380 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> id: immGlobalControl_NewWorkstation_button]
671640 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
671640 main INFO main FiManagement.java:2939 Clicked on Add New workstation icon
671719 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
671772 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
672180 main INFO main FiManagement.java:2950 set the workstation name:Irish
672223 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
672298 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
672437 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (004f134fd4a5a8bbdb3fffd21ed927fd)] -> id: immGlobalControl_NewWorkstation_button]
677939 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
677939 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
690818 main FATAL main FiManagement.java:2979 Index 0 out of bounds for length 0
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
     at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
     at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
     at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
     at java.base/java.util.Objects.checkIndex(Objects.java:385)
     at java.base/java.util.ArrayList.get(ArrayList.java:427)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy19.get(Unknown Source)
     at com.imm.ereceipt.pages.FiManagementPage.SelectWorkstationForMove(FiManagementPage.java:1204)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifyAddWorkstationsUnderBranch(FiManagement.java:2953)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
690818 main INFO main Log.java:264 **** -E---N---D- *****
690820 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyAddWorkstationsUnderMultipleBranches
690834 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
690834 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
692395 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
692395 main INFO main Log.java:192
692395 main INFO main FiManagement.java:3005 **** verify add workstations to multiple branches *****
692395 main INFO main Log.java:194
696158 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993398-faf8-7d33-8957-066fa17a3b2c&response_mode=fragment&client_info=1&nonce=01993398-faf9-79f4-87aa-f79c5c21f32b&state=eyjpzci6ijaxotkzmzk4lwzhzjgtn2jmmy04ogi3ltfmmtbhmtqwywjhocisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=sdfm18i_dscjggp3-q4tqu-rw6yxiylhfsclhylbzcs&code_challenge_method=s256&sso_reload=true
696158 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
696227 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> xpath: //input[@id='i0116']]
696227 main INFO main FiManagement.java:3009 Successfully navigated to 'eReceipts FI Admin' Page
696276 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> xpath: //input[@id='i0116']]
696323 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> xpath: //input[@id='i0116']]
699672 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993398-faf8-7d33-8957-066fa17a3b2c&response_mode=fragment&client_info=1&nonce=01993398-faf9-79f4-87aa-f79c5c21f32b&state=eyjpzci6ijaxotkzmzk4lwzhzjgtn2jmmy04ogi3ltfmmtbhmtqwywjhocisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=sdfm18i_dscjggp3-q4tqu-rw6yxiylhfsclhylbzcs&code_challenge_method=s256&sso_reload=true
699672 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
702946 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993398-faf8-7d33-8957-066fa17a3b2c&response_mode=fragment&client_info=1&nonce=01993398-faf9-79f4-87aa-f79c5c21f32b&state=eyjpzci6ijaxotkzmzk4lwzhzjgtn2jmmy04ogi3ltfmmtbhmtqwywjhocisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=sdfm18i_dscjggp3-q4tqu-rw6yxiylhfsclhylbzcs&code_challenge_method=s256&sso_reload=true
702946 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
703271 main INFO main SignInPage.java:260 Password text field is shown
706359 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> xpath: //input[@id='i0118']]
706395 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> xpath: //input[@id='i0118']]
709647 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993398-faf8-7d33-8957-066fa17a3b2c&response_mode=fragment&client_info=1&nonce=01993398-faf9-79f4-87aa-f79c5c21f32b&state=eyjpzci6ijaxotkzmzk4lwzhzjgtn2jmmy04ogi3ltfmmtbhmtqwywjhocisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=sdfm18i_dscjggp3-q4tqu-rw6yxiylhfsclhylbzcs&code_challenge_method=s256&sso_reload=true
709647 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
709892 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
709892 main INFO main FiManagement.java:3012 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
713634 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
713634 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
720550 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
720550 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
723617 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
723617 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
723683 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
726850 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
726850 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
726906 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> xpath: //b[contains(text(),'Dashboard')]]
727021 main INFO main FiManagement.java:3015 Successfully navigated to the 'Control Panel' page
727071 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immAdministration]
729207 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immAdministration]
729388 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immMenuBandW]
731586 main INFO main FiManagement.java:3019 Successfully navigated to the 'Workstations' page
731649 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[1]]
731710 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[1]]
742138 main DEBUG main Utils.java:1027 Unable to find an element after 10 sec
745419 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
745419 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
745481 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: imm_searchBr_GlobalControl]
745519 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: imm_searchBr_GlobalControl]
745831 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
745906 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
746186 main INFO main FiManagement.java:3031 <b>Expected: </b>select the list matching pattern in 'Branches' page<br><b>Actual(Passed): </b>Successfully selected list in 'Branches' page
749337 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
749337 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
766087 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewBranch_button]
766304 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immBranch_ButtonClose_']]
766304 main INFO main FiManagement.java:3038 Clicked on Add New Branch icon
766371 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immBranch_BranchName_']]
766437 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immBranch_BranchName_']]
766852 main INFO main FiManagement.java:3040 set the Branch name
766904 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immBranch_ButtonSave_']]
766971 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immBranch_ButtonSave_']]
767104 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewBranch_button]
767187 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
767260 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
767415 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
767598 main INFO main FiManagement.java:3044 clicked on Workstation tab
767663 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
767957 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
767957 main INFO main FiManagement.java:3048 Clicked on Add New workstation icon
768037 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
768087 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
768482 main INFO main FiManagement.java:3059 set the workstation name:Ross-WK0
768537 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
768604 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
768738 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
770871 main INFO main FiManagement.java:3062 total workstation:0
770918 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
771148 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
771148 main INFO main FiManagement.java:3048 Clicked on Add New workstation icon
771208 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
771270 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
771699 main INFO main FiManagement.java:3059 set the workstation name:Ross-WK1
771737 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
771802 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
771937 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
774068 main INFO main FiManagement.java:3062 total workstation:1
774193 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
774444 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
774445 main INFO main FiManagement.java:3048 Clicked on Add New workstation icon
774515 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
774573 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
774954 main INFO main FiManagement.java:3059 set the workstation name:Ross-WK2
775012 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
775073 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
775199 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
777319 main INFO main FiManagement.java:3062 total workstation:2
777367 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
777579 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
777580 main INFO main FiManagement.java:3048 Clicked on Add New workstation icon
777637 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
777701 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
778087 main INFO main FiManagement.java:3059 set the workstation name:Ross-WK3
778136 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
778203 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
778370 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
780488 main INFO main FiManagement.java:3062 total workstation:3
780535 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
780753 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
780753 main INFO main FiManagement.java:3048 Clicked on Add New workstation icon
780823 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
780893 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
781303 main INFO main FiManagement.java:3059 set the workstation name:Ross-WK4
781361 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
781424 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
781604 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
783740 main INFO main FiManagement.java:3062 total workstation:4
783791 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
784038 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
784040 main INFO main FiManagement.java:3048 Clicked on Add New workstation icon
784092 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
784158 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
784559 main INFO main FiManagement.java:3059 set the workstation name:Ross-WK5
784616 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
784675 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
784826 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
786972 main INFO main FiManagement.java:3062 total workstation:5
787024 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
787242 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
787242 main INFO main FiManagement.java:3048 Clicked on Add New workstation icon
787310 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
787372 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
787776 main INFO main FiManagement.java:3059 set the workstation name:Ross-WK6
787835 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
787888 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
788024 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
790191 main INFO main FiManagement.java:3062 total workstation:6
790246 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
790482 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
790482 main INFO main FiManagement.java:3048 Clicked on Add New workstation icon
790541 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
790595 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
790992 main INFO main FiManagement.java:3059 set the workstation name:Ross-WK7
791047 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
791108 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
791274 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
793405 main INFO main FiManagement.java:3062 total workstation:7
793452 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
793689 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
793690 main INFO main FiManagement.java:3048 Clicked on Add New workstation icon
793741 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
793816 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
794224 main INFO main FiManagement.java:3059 set the workstation name:Ross-WK8
794278 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
794336 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
794473 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
796614 main INFO main FiManagement.java:3062 total workstation:8
796660 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
796895 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
796895 main INFO main FiManagement.java:3048 Clicked on Add New workstation icon
796954 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
797012 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
797413 main INFO main FiManagement.java:3059 set the workstation name:Ross-WK9
797469 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
797533 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
797667 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
799827 main INFO main FiManagement.java:3062 total workstation:9
799875 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
800088 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
800088 main INFO main FiManagement.java:3048 Clicked on Add New workstation icon
800146 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
800212 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
800598 main INFO main FiManagement.java:3059 set the workstation name:Ross-WK10
800652 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
800719 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
800857 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
802977 main INFO main FiManagement.java:3062 total workstation:10
803023 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
803244 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
803260 main INFO main FiManagement.java:3048 Clicked on Add New workstation icon
803312 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
803383 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
803801 main INFO main FiManagement.java:3059 set the workstation name:Ross-WK11
803851 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
803909 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
804066 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
806192 main INFO main FiManagement.java:3062 total workstation:11
806248 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
806444 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
806444 main INFO main FiManagement.java:3048 Clicked on Add New workstation icon
806494 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
806571 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
806950 main INFO main FiManagement.java:3059 set the workstation name:Ross-WK12
807003 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
807059 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
807194 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
809325 main INFO main FiManagement.java:3062 total workstation:12
809379 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
809602 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
809602 main INFO main FiManagement.java:3048 Clicked on Add New workstation icon
809661 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
809727 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
810140 main INFO main FiManagement.java:3059 set the workstation name:Ross-WK13
810189 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
810257 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
810377 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
812511 main INFO main FiManagement.java:3062 total workstation:13
812561 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
812780 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
812780 main INFO main FiManagement.java:3048 Clicked on Add New workstation icon
812844 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
812894 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
813311 main INFO main FiManagement.java:3059 set the workstation name:Ross-WK14
813373 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
813439 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
813610 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
815758 main INFO main FiManagement.java:3062 total workstation:14
815810 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
816042 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
816043 main INFO main FiManagement.java:3048 Clicked on Add New workstation icon
816096 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
816156 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
816570 main INFO main FiManagement.java:3059 set the workstation name:Ross-WK15
816611 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
816685 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
816810 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immGlobalControl_NewWorkstation_button]
818941 main INFO main FiManagement.java:3062 total workstation:15
822196 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
822196 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
822242 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: imm_searchWs_GlobalControl]
822298 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: imm_searchWs_GlobalControl]
822549 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
822626 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5f1e4c3d5fe410561e850804de03c22f)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
822915 main INFO main FiManagementPage.java:1411 <b>Expected: </b>slelect the list matching pattern in 'Wks' page<br><b>Actual(Passed): </b>Successfully selected list in 'Wks' page
826370 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
826370 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
839172 main FATAL main FiManagement.java:3091 Index 0 out of bounds for length 0
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
     at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
     at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
     at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
     at java.base/java.util.Objects.checkIndex(Objects.java:385)
     at java.base/java.util.ArrayList.get(ArrayList.java:427)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy19.get(Unknown Source)
     at com.imm.ereceipt.pages.FiManagementPage.MoveMatchingWksToBranch(FiManagementPage.java:1415)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifyAddWorkstationsUnderMultipleBranches(FiManagement.java:3066)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
839172 main INFO main Log.java:264 **** -E---N---D- *****
839188 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyBranchInBranchesPage
839188 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
839204 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
840723 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
840723 main INFO main Log.java:192
840723 main INFO main FiManagement.java:1538 **** verify Branch In Branches Page *****
840723 main INFO main Log.java:194
844623 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199339b-3ebb-74fb-a8ac-bacbeba96ee8&response_mode=fragment&client_info=1&nonce=0199339b-3ebc-7ac3-9bcd-6b074f497914&state=eyjpzci6ijaxotkzmzliltnlymmtnzvjyy04zti4lta1yty5otm5yjrjyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=yymeedgo9o5tovmiqsz2ysby-hna5_x-pjxs-66hwhq&code_challenge_method=s256&sso_reload=true
844623 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
844688 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> xpath: //input[@id='i0116']]
844688 main INFO main FiManagement.java:1542 Successfully navigated to 'eReceipts FI Admin' Page
844738 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> xpath: //input[@id='i0116']]
844792 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: idSIButton9]
844792 main INFO main FiManagement.java:1545 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
844838 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> xpath: //input[@id='i0116']]
844888 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> xpath: //input[@id='i0116']]
848248 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199339b-3ebb-74fb-a8ac-bacbeba96ee8&response_mode=fragment&client_info=1&nonce=0199339b-3ebc-7ac3-9bcd-6b074f497914&state=eyjpzci6ijaxotkzmzliltnlymmtnzvjyy04zti4lta1yty5otm5yjrjyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=yymeedgo9o5tovmiqsz2ysby-hna5_x-pjxs-66hwhq&code_challenge_method=s256&sso_reload=true
848248 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
851479 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199339b-3ebb-74fb-a8ac-bacbeba96ee8&response_mode=fragment&client_info=1&nonce=0199339b-3ebc-7ac3-9bcd-6b074f497914&state=eyjpzci6ijaxotkzmzliltnlymmtnzvjyy04zti4lta1yty5otm5yjrjyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=yymeedgo9o5tovmiqsz2ysby-hna5_x-pjxs-66hwhq&code_challenge_method=s256&sso_reload=true
851479 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
851793 main INFO main SignInPage.java:260 Password text field is shown
854870 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> xpath: //input[@id='i0118']]
854903 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> xpath: //input[@id='i0118']]
858159 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199339b-3ebb-74fb-a8ac-bacbeba96ee8&response_mode=fragment&client_info=1&nonce=0199339b-3ebc-7ac3-9bcd-6b074f497914&state=eyjpzci6ijaxotkzmzliltnlymmtnzvjyy04zti4lta1yty5otm5yjrjyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=yymeedgo9o5tovmiqsz2ysby-hna5_x-pjxs-66hwhq&code_challenge_method=s256&sso_reload=true
858159 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
858448 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
858448 main INFO main FiManagement.java:1549 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
862223 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
862223 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
869108 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
869110 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
872180 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
872181 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
872240 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
875337 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
875337 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
875391 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> xpath: //b[contains(text(),'Dashboard')]]
875490 main INFO main FiManagement.java:1552 Successfully navigated to the 'Control Panel' page
875554 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: immAdministration]
877663 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: immAdministration]
877829 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: immMenuBandW]
880050 main INFO main FiManagement.java:1556 Successfully navigated to the 'Branches' page
884123 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: immGlobalControl_NewBranch_button]
884339 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: button[id*='immBranch_ButtonClose_']]
884339 main INFO main FiManagement.java:1559 Clicked on Add New Branch icon
884417 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: input[id*='immBranch_BranchName_']]
884474 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: input[id*='immBranch_BranchName_']]
884921 main INFO main FiManagement.java:1561 set the Invalid Branch name
897625 main DEBUG main BrowserActions.java:143 Moved to element..
913496 main ERROR main FiManagement.java:1562 <b>Expected: </b>verify the Invalid name in Newly created Branch Page<br><b>Actual(Failed): </b>Failed to verify the Invalid name in Newly created Branch Page
913530 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: input[id*='immBranch_BranchName_']]
913578 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: input[id*='immBranch_BranchName_']]
913961 main INFO main FiManagement.java:1567 set the Min Branch name
926666 main DEBUG main BrowserActions.java:143 Moved to element..
942509 main ERROR main FiManagement.java:1568 <b>Expected: </b>verify the Min name in Newly created Branch Page<br><b>Actual(Failed): </b>Failed to verify the Min name in Newly created Branch Page
942568 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: input[id*='immBranch_BranchName_']]
942611 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: input[id*='immBranch_BranchName_']]
943145 main INFO main FiManagement.java:1572 set the Max Branch name
943202 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: button[id*='immBranch_ButtonCancel_']]
943257 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: button[id*='immBranch_ButtonCancel_']]
945466 main INFO main FiManagement.java:1581 <b>Expected: </b>verify the Cancel functionality in Newly created Branch Page<br><b>Actual(Passed): </b>Successfully verified the Cancel functionality in Newly created Branch Page
945466 main INFO main FiManagement.java:1586 Clicked on Add New Branch icon
945520 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: button[id*='immBranch_ButtonClose_']]
945583 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: button[id*='immBranch_ButtonClose_']]
947796 main INFO main FiManagement.java:1587 <b>Expected: </b>verify the close functionality in Newly created Branch Page<br><b>Actual(Passed): </b>Successfully verified the close functionality in Newly created Branch Page
951093 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
951093 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
951157 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: imm_searchBr_GlobalControl]
951203 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: imm_searchBr_GlobalControl]
951484 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
951546 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
951814 main INFO main FiManagement.java:1592 <b>Expected: </b>slelect the list matching pattern in 'Branches' page<br><b>Actual(Passed): </b>Successfully selected list in 'Branches' page
955020 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
955035 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
966748 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
966749 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
966803 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: imm_searchBr_GlobalControl]
966866 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: imm_searchBr_GlobalControl]
967128 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
967199 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
967408 main INFO main FiManagement.java:1607 <b>Expected: </b>slelect the list matching pattern in 'Branches' page<br><b>Actual(Passed): </b>Successfully selected list in 'Branches' page
970554 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
970554 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
986409 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
986409 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
986457 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: imm_searchBr_GlobalControl]
986489 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: imm_searchBr_GlobalControl]
986792 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
986860 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
987101 main INFO main FiManagement.java:1613 <b>Expected: </b>slelect the list matching pattern in 'Branches' page<br><b>Actual(Passed): </b>Successfully selected list in 'Branches' page
992292 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
992292 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
994411 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> xpath: //mat-expansion-panel-header[contains(@id,'mat-expansion-panel-header-')]//imm-branch-header-br-mode/div[2]]
994667 main INFO main FiManagement.java:1619 Expand the header
999837 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
999837 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
999939 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: input[id*='immBranch_BranchName_']]
999988 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: input[id*='immBranch_BranchName_']]
1000426 main INFO main FiManagement.java:1621 <b>Expected: </b>verify the Edit Branch name in 'Branches' page<br><b>Actual(Passed): </b>Successfully verified the Edit Branch name in 'Branches' page
1000473 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: button[id*='immBranch_ButtonSave_']]
1000539 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: button[id*='immBranch_ButtonSave_']]
1000690 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: immGlobalControl_NewBranch_button]
1003824 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1003824 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1003987 main INFO main FiManagement.java:1626 <b>Expected: </b>verify the Edit Branch name Saved in 'Branches' page<br><b>Actual(Passed): </b>Successfully verified the Edited Branch name Saved in 'Branches' page
1009189 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1009189 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1009285 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: button[id*='immBranch_ButtonClear_']]
1009355 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: button[id*='immBranch_ButtonClear_']]
1009695 main INFO main FiManagement.java:1630 <b>Expected: </b>verify the Clear Branch name of Edit in 'Branches' page<br><b>Actual(Passed): </b>Successfully verified the Clear Branch name of Edit in 'Branches' page
1014850 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1014850 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1014952 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: input[id*='immBranch_BranchName_']]
1015003 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: input[id*='immBranch_BranchName_']]
1015417 main INFO main FiManagement.java:1634 <b>Expected: </b>verify the Edit Branch name in 'Branches' page<br><b>Actual(Passed): </b>Successfully verified the Edit Branch name in 'Branches' page
1020620 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1020620 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1020733 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: button[id*='immBranch_ButtonCancel_']]
1020818 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: button[id*='immBranch_ButtonCancel_']]
1028245 main DEBUG main ImmUtils.java:321 Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> css selector: button[id*='immBranch_ButtonCancel_']]
1028359 main INFO main FiManagement.java:1638 <b>Expected: </b>verify the Cancel Branch name of Edit in 'Branches' page<br><b>Actual(Passed): </b>Successfully verified the Cancel Branch name of Edit in 'Branches' page
1042466 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1042466 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1042549 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: imm_searchBr_GlobalControl]
1042597 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: imm_searchBr_GlobalControl]
1046074 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1046074 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1046229 main INFO main FiManagement.java:1645 <b>Expected: </b>verify the global search Branch name in 'Branches' page<br><b>Actual(Passed): </b>Successfully verified the Global search Branch name in 'Branches' page
1049404 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1049404 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1049451 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: imm_searchBr_GlobalControl]
1049514 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9a4e9d843ac5258bd272dc30e6186cf5)] -> id: imm_searchBr_GlobalControl]
1053473 main INFO main FiManagement.java:1650 <b>Expected: </b>verify the 'Branch total' && 'Branch select' For select in 'Branches' page<br><b>Actual(Passed): </b>Successfully verified the 'Branch total' && 'Branch select' For select in 'Branches' page
1053889 main INFO main FiManagement.java:1654 <b>Expected: </b>verify the 'Branch total' && 'Branch select' For un select in 'Branches' page<br><b>Actual(Passed): </b>Successfully verified the 'Branch total' && 'Branch select' For un select in 'Branches' page
1057487 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1057487 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1070271 main FATAL main FiManagement.java:1680 Index 0 out of bounds for length 0
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
     at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
     at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
     at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
     at java.base/java.util.Objects.checkIndex(Objects.java:385)
     at java.base/java.util.ArrayList.get(ArrayList.java:427)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy19.get(Unknown Source)
     at com.imm.ereceipt.pages.FiManagementPage.SelectBranchForCopy(FiManagementPage.java:823)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifyBranchInBranchesPage(FiManagement.java:1658)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
1070271 main INFO main Log.java:264 **** -E---N---D- *****
1070276 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyCopyBranchInfo
1070286 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
1070292 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
1071829 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
1071829 main INFO main Log.java:192
1071829 main INFO main FiManagement.java:2108 **** Copy Branch In Branches Page *****
1071830 main INFO main Log.java:194
1075585 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199339e-c543-74e0-8aae-fcf6f07e20c7&response_mode=fragment&client_info=1&nonce=0199339e-c545-761b-babd-54dd4a5270c0&state=eyjpzci6ijaxotkzmzlllwm1ndqtnzgzms05mtiyltc2odkzmjq1yzm0miisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=u0rimuyeoppmwpc_ns4ybhsib--kocolp8cko23jxvi&code_challenge_method=s256&sso_reload=true
1075585 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1075640 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> xpath: //input[@id='i0116']]
1075640 main INFO main FiManagement.java:2112 Successfully navigated to 'eReceipts FI Admin' Page
1075690 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> xpath: //input[@id='i0116']]
1075736 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> id: idSIButton9]
1075736 main INFO main FiManagement.java:2115 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
1075791 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> xpath: //input[@id='i0116']]
1075823 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> xpath: //input[@id='i0116']]
1079195 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199339e-c543-74e0-8aae-fcf6f07e20c7&response_mode=fragment&client_info=1&nonce=0199339e-c545-761b-babd-54dd4a5270c0&state=eyjpzci6ijaxotkzmzlllwm1ndqtnzgzms05mtiyltc2odkzmjq1yzm0miisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=u0rimuyeoppmwpc_ns4ybhsib--kocolp8cko23jxvi&code_challenge_method=s256&sso_reload=true
1079195 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1082456 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199339e-c543-74e0-8aae-fcf6f07e20c7&response_mode=fragment&client_info=1&nonce=0199339e-c545-761b-babd-54dd4a5270c0&state=eyjpzci6ijaxotkzmzlllwm1ndqtnzgzms05mtiyltc2odkzmjq1yzm0miisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=u0rimuyeoppmwpc_ns4ybhsib--kocolp8cko23jxvi&code_challenge_method=s256&sso_reload=true
1082456 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1082787 main INFO main SignInPage.java:260 Password text field is shown
1085896 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> xpath: //input[@id='i0118']]
1085943 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> xpath: //input[@id='i0118']]
1089218 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199339e-c543-74e0-8aae-fcf6f07e20c7&response_mode=fragment&client_info=1&nonce=0199339e-c545-761b-babd-54dd4a5270c0&state=eyjpzci6ijaxotkzmzlllwm1ndqtnzgzms05mtiyltc2odkzmjq1yzm0miisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=u0rimuyeoppmwpc_ns4ybhsib--kocolp8cko23jxvi&code_challenge_method=s256&sso_reload=true
1089218 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1089471 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
1089471 main INFO main FiManagement.java:2119 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
1092703 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
1092703 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1099675 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1099675 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1102768 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1102768 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1102834 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
1105946 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1105947 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1105989 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> xpath: //b[contains(text(),'Dashboard')]]
1106100 main INFO main FiManagement.java:2122 Successfully navigated to the 'Control Panel' page
1106140 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> id: immAdministration]
1108270 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> id: immAdministration]
1108439 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> id: immMenuBandW]
1110671 main INFO main FiManagement.java:2126 Successfully navigated to the 'Branches' page
1114025 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1114025 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1114076 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> id: imm_searchBr_GlobalControl]
1114123 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> id: imm_searchBr_GlobalControl]
1114431 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
1114496 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
1114713 main INFO main FiManagement.java:2129 <b>Expected: </b>slelect the list matching pattern in 'Branches' page<br><b>Actual(Passed): </b>Successfully selected list in 'Branches' page
1117858 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1117858 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1134522 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> id: immGlobalControl_NewBranch_button]
1134754 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> css selector: button[id*='immBranch_ButtonClose_']]
1134755 main INFO main FiManagement.java:2137 Clicked on Add New Branch icon
1134808 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> css selector: input[id*='immBranch_BranchName_']]
1134872 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> css selector: input[id*='immBranch_BranchName_']]
1135242 main INFO main FiManagement.java:2139 set the Branch name
1135290 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> css selector: button[id*='immBranch_ButtonSave_']]
1135362 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> css selector: button[id*='immBranch_ButtonSave_']]
1135511 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> id: immGlobalControl_NewBranch_button]
1135659 main INFO main FiManagement.java:2141 AddedChunty Branch
1135659 main INFO main FiManagement.java:2142 From Branch was not present, so Added:Chunty
1147311 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1147311 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1147377 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> id: imm_searchBr_GlobalControl]
1147424 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> id: imm_searchBr_GlobalControl]
1147738 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
1147801 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> id: immAllBranchesControl_SetSelectAllBrOption_CheckBox]
1148038 main INFO main FiManagement.java:2151 <b>Expected: </b>slelect the list matching pattern in 'Branches' page<br><b>Actual(Passed): </b>Successfully selected list in 'Branches' page
1151203 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1151203 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1168040 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> id: immGlobalControl_NewBranch_button]
1169269 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> css selector: button[id*='immBranch_ButtonClose_']]
1169269 main INFO main FiManagement.java:2159 Clicked on Add New Branch icon
1169316 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> css selector: input[id*='immBranch_BranchName_']]
1169369 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> css selector: input[id*='immBranch_BranchName_']]
1169703 main INFO main FiManagement.java:2161 set the Branch name
1169750 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> css selector: button[id*='immBranch_ButtonSave_']]
1169819 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> css selector: button[id*='immBranch_ButtonSave_']]
1169954 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (385e36d2a1844bed1c2719b474542785)] -> id: immGlobalControl_NewBranch_button]
1170123 main INFO main FiManagement.java:2163 AddedBunty Branch
1170123 main INFO main FiManagement.java:2164 To Branch was not present, so Added:Bunty
1181953 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1181953 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1194754 main FATAL main FiManagement.java:2176 Index 0 out of bounds for length 0
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
     at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
     at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
     at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
     at java.base/java.util.Objects.checkIndex(Objects.java:385)
     at java.base/java.util.ArrayList.get(ArrayList.java:427)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy19.get(Unknown Source)
     at com.imm.ereceipt.pages.FiManagementPage.CopyBranchFromTo(FiManagementPage.java:1267)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifyCopyBranchInfo(FiManagement.java:2170)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
1194754 main INFO main Log.java:264 **** -E---N---D- *****
1194758 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyCopyWorkstationInfo
1194770 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
1194775 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
1196296 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
1196296 main INFO main Log.java:192
1196296 main INFO main FiManagement.java:2814 **** Copy Workstation In Page *****
1196312 main INFO main Log.java:194
1200223 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a0-abf2-791a-8300-988020ac5069&response_mode=fragment&client_info=1&nonce=019933a0-abf5-7b4f-93bc-32640574dee9&state=eyjpzci6ijaxotkzm2ewlwfizjqtnzm0yi05nznmlwfjnmfiodjhnmfincisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=zal1cjm5bamfczmj_ytmdyng0wwsnvicz4jif19byew&code_challenge_method=s256&sso_reload=true
1200223 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1200276 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> xpath: //input[@id='i0116']]
1200276 main INFO main FiManagement.java:2818 Successfully navigated to 'eReceipts FI Admin' Page
1200310 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> xpath: //input[@id='i0116']]
1200357 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> id: idSIButton9]
1200357 main INFO main FiManagement.java:2821 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
1200406 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> xpath: //input[@id='i0116']]
1200924 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> xpath: //input[@id='i0116']]
1204503 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a0-abf2-791a-8300-988020ac5069&response_mode=fragment&client_info=1&nonce=019933a0-abf5-7b4f-93bc-32640574dee9&state=eyjpzci6ijaxotkzm2ewlwfizjqtnzm0yi05nznmlwfjnmfiodjhnmfincisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=zal1cjm5bamfczmj_ytmdyng0wwsnvicz4jif19byew&code_challenge_method=s256&sso_reload=true
1204503 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1207770 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a0-abf2-791a-8300-988020ac5069&response_mode=fragment&client_info=1&nonce=019933a0-abf5-7b4f-93bc-32640574dee9&state=eyjpzci6ijaxotkzm2ewlwfizjqtnzm0yi05nznmlwfjnmfiodjhnmfincisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=zal1cjm5bamfczmj_ytmdyng0wwsnvicz4jif19byew&code_challenge_method=s256&sso_reload=true
1207771 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1208058 main INFO main SignInPage.java:260 Password text field is shown
1211107 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> xpath: //input[@id='i0118']]
1211154 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> xpath: //input[@id='i0118']]
1214374 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a0-abf2-791a-8300-988020ac5069&response_mode=fragment&client_info=1&nonce=019933a0-abf5-7b4f-93bc-32640574dee9&state=eyjpzci6ijaxotkzm2ewlwfizjqtnzm0yi05nznmlwfjnmfiodjhnmfincisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=zal1cjm5bamfczmj_ytmdyng0wwsnvicz4jif19byew&code_challenge_method=s256&sso_reload=true
1214374 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1214623 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
1214623 main INFO main FiManagement.java:2825 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
1217839 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
1217839 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1224772 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1224772 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1227853 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1227853 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1227923 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
1231059 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1231059 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1231104 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> xpath: //b[contains(text(),'Dashboard')]]
1231214 main INFO main FiManagement.java:2828 Successfully navigated to the 'Control Panel' page
1231255 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> id: immAdministration]
1233416 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> id: immAdministration]
1233591 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> id: immMenuBandW]
1235797 main INFO main FiManagement.java:2832 Successfully navigated to the 'Branches' page
1235850 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
1235897 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
1236128 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> id: immGlobalControl_NewWorkstation_button]
1239437 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1239438 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1239487 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> id: imm_searchWs_GlobalControl]
1239534 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> id: imm_searchWs_GlobalControl]
1240038 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
1240104 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
1240354 main INFO main FiManagement.java:2836 <b>Expected: </b>slelect the list matching pattern in 'Wks' page<br><b>Actual(Passed): </b>Successfully selected list in 'Wks' page
1245480 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1245480 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1245527 main INFO main FiManagement.java:2850 From Workstation is already present:Arya
1245587 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
1245629 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
1245714 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> id: immGlobalControl_NewWorkstation_button]
1248880 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1248880 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1248918 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> id: imm_searchWs_GlobalControl]
1248968 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> id: imm_searchWs_GlobalControl]
1249434 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
1249502 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
1249757 main INFO main FiManagement.java:2855 <b>Expected: </b>slelect the list matching pattern in 'Wks' page<br><b>Actual(Passed): </b>Successfully selected list in 'Wks' page
1254913 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1254913 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1254950 main INFO main FiManagement.java:2869 To Workstation is already present:Syra
1254998 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
1255061 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
1255135 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe721cfd6b80997da56224c0b28270d0)] -> id: immGlobalControl_NewWorkstation_button]
1258469 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
1258469 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1271203 main FATAL main FiManagement.java:2880 Index 0 out of bounds for length 0
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
     at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
     at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
     at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
     at java.base/java.util.Objects.checkIndex(Objects.java:385)
     at java.base/java.util.ArrayList.get(ArrayList.java:427)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy19.get(Unknown Source)
     at com.imm.ereceipt.pages.FiManagementPage.CopyWorkstationFromTo(FiManagementPage.java:1366)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifyCopyWorkstationInfo(FiManagement.java:2874)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
1271203 main INFO main Log.java:264 **** -E---N---D- *****
1271203 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyImagingSystem
1271237 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
1271246 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
1272828 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
1272828 main INFO main Log.java:192
1272828 main INFO main FiManagement.java:2013 **** Verify Imaging system UI elements *****
1272828 main INFO main Log.java:194
1276731 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a1-d6cd-7477-96d0-9f030114f7de&response_mode=fragment&client_info=1&nonce=019933a1-d6ce-7695-89ec-e82f3376379e&state=eyjpzci6ijaxotkzm2exlwq2y2qtnzk3oc05owvjlwnlmzrinje1ndizmyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=zm9g68odg8ydysxkkwlk6nabgnu7wloetf-vvba0bsc&code_challenge_method=s256&sso_reload=true
1276732 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1276790 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> xpath: //input[@id='i0116']]
1276790 main INFO main FiManagement.java:2017 Successfully navigated to 'eReceipts FI Admin' Page
1276831 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> xpath: //input[@id='i0116']]
1276887 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: idSIButton9]
1276887 main INFO main FiManagement.java:2020 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
1276933 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> xpath: //input[@id='i0116']]
1276981 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> xpath: //input[@id='i0116']]
1280359 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a1-d6cd-7477-96d0-9f030114f7de&response_mode=fragment&client_info=1&nonce=019933a1-d6ce-7695-89ec-e82f3376379e&state=eyjpzci6ijaxotkzm2exlwq2y2qtnzk3oc05owvjlwnlmzrinje1ndizmyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=zm9g68odg8ydysxkkwlk6nabgnu7wloetf-vvba0bsc&code_challenge_method=s256&sso_reload=true
1280359 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1283606 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a1-d6cd-7477-96d0-9f030114f7de&response_mode=fragment&client_info=1&nonce=019933a1-d6ce-7695-89ec-e82f3376379e&state=eyjpzci6ijaxotkzm2exlwq2y2qtnzk3oc05owvjlwnlmzrinje1ndizmyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=zm9g68odg8ydysxkkwlk6nabgnu7wloetf-vvba0bsc&code_challenge_method=s256&sso_reload=true
1283606 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1283907 main INFO main SignInPage.java:260 Password text field is shown
1287007 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> xpath: //input[@id='i0118']]
1287052 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> xpath: //input[@id='i0118']]
1290297 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a1-d6cd-7477-96d0-9f030114f7de&response_mode=fragment&client_info=1&nonce=019933a1-d6ce-7695-89ec-e82f3376379e&state=eyjpzci6ijaxotkzm2exlwq2y2qtnzk3oc05owvjlwnlmzrinje1ndizmyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=zm9g68odg8ydysxkkwlk6nabgnu7wloetf-vvba0bsc&code_challenge_method=s256&sso_reload=true
1290297 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1290559 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
1290559 main INFO main FiManagement.java:2024 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
1294426 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
1294426 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1300773 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1300773 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1303863 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1303876 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1303923 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
1307041 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1307041 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1307096 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> xpath: //b[contains(text(),'Dashboard')]]
1307211 main INFO main FiManagement.java:2027 Successfully navigated to the 'Control Panel' page
1307259 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: immAdministration]
1309355 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: immAdministration]
1309512 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: immMenuImagingIndexes]
1311728 main INFO main FiManagement.java:2031 Successfully navigated to the 'Imaging Systems' page
1311897 main INFO main FiManagement.java:2034 <b>Expected: </b> Verify for Available Indexes panel clicking down arrow expands the row <br><b>Actual(Passed): </b>Successfuly verified for Available Indexes panel clicking down arrow expands the row
1312279 main INFO main FiManagement.java:2038 <b>Expected: </b> Verify for Available Indexes panel clicking arrow to collapse the row <br><b>Actual(Passed): </b>Successfuly verified for Available Indexes panel clicking arrow to collapse the row
1312642 main INFO main FiManagement.java:2042 <b>Expected: </b> Verify for Available Functions panel clicking down arrow expands the row <br><b>Actual(Passed): </b>Successfuly verified for Available Functions panel clicking down arrow expands the row
1312996 main INFO main FiManagement.java:2046 <b>Expected: </b> Verify for Available Functions panel clicking arrow to collapse the row <br><b>Actual(Passed): </b>Successfuly verified for Available Functions panel clicking arrow to collapse the row
1319555 main INFO main FiManagement.java:2050 <b>Expected: </b>Verify that when X button is clicked the field values are cleared<br><b>Actual(Passed): </b>Successfuly verified that when X button is clicked the field values are cleared
1319607 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> xpath: //mat-select[@id='mat-select-0']]
1319658 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> xpath: //mat-select[@id='mat-select-0']]
1351510 main INFO main FiManagement.java:2056 Selected Imaging system : Synergy
1351557 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> css selector: input[id*='ParsedArchivedFileName']]
1352063 main INFO main ImagingIndexesPage.java:292 Entered 'Archived File Name Template' : {MemberNumber}_{Teller}_%FormatDate({Date},'MMddyy')_{Time}%GetCurrentDateTime('ffff').pdfEdit
1353128 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> css selector: input[id*='ArchivePath']]
1353462 main INFO main ImagingIndexesPage.java:300 Entered 'Archived Path' : C:\PDFEdit
1354817 main INFO main ImagingIndexesPage.java:338 Entered 'Include Blank Indexes' : trueEdit
1356166 main INFO main ImagingIndexesPage.java:350 Entered 'Delete Files' : trueEdit
1357261 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: immFileRoom]
1357585 main INFO main ImagingIndexesPage.java:236 Entered 'File Room' : RoomEdit with all the validations
1358649 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: immCabinet]
1358953 main INFO main ImagingIndexesPage.java:240 Entered 'Cabinet' : 44Edit with all the validations
1360064 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: immType]
1360403 main INFO main ImagingIndexesPage.java:244 Entered 'Type' : 122212Edit with all the validations
1363509 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: immInstitution]
1363823 main INFO main ImagingIndexesPage.java:248 Entered 'Institution' : 9997Edit with all the validations
1366931 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: immAuthority]
1367205 main INFO main ImagingIndexesPage.java:252 Entered 'Authority' : IMMEdit with all the validations
1368276 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: immVocabulary]
1368598 main INFO main ImagingIndexesPage.java:256 Entered 'Vocabulary' : IMMEdit with all the validations
1371676 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: immDocName]
1372025 main INFO main ImagingIndexesPage.java:260 Entered 'Document Name' : { MemberNumber }Edit with all the validations
1373104 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> css selector: input[id*='ArchiveReplacePath']]
1373425 main INFO main ImagingIndexesPage.java:304 Entered 'Archived Replace Path' : C:\PDFEdit
1386842 main INFO main FiManagement.java:2065 <b>Expected: </b>Verify that when Reset button is clicked the field values are cleared<br><b>Actual(Passed): </b>Successfuly verified that when Reset button is clicked the field values are cleared
1386904 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> xpath: //mat-select[@id='mat-select-0']]
1386943 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> xpath: //mat-select[@id='mat-select-0']]
1418819 main INFO main FiManagement.java:2069 Selected Imaging system : Synergy
1427091 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/imagingindexes
1427091 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1427137 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> css selector: input[id*='ParsedArchivedFileName']]
1427715 main INFO main ImagingIndexesPage.java:292 Entered 'Archived File Name Template' : {MemberNumber}_{Teller}_%FormatDate({Date},'MMddyy')_{Time}%GetCurrentDateTime('ffff').pdf
1428768 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> css selector: input[id*='ArchivePath']]
1429105 main INFO main ImagingIndexesPage.java:300 Entered 'Archived Path' : C:\PDF
1430471 main INFO main ImagingIndexesPage.java:338 Entered 'Include Blank Indexes' : true
1431807 main INFO main ImagingIndexesPage.java:350 Entered 'Delete Files' : true
1432868 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: immFileRoom]
1433172 main INFO main ImagingIndexesPage.java:236 Entered 'File Room' : Room with all the validations
1434275 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: immCabinet]
1434614 main INFO main ImagingIndexesPage.java:240 Entered 'Cabinet' : 44 with all the validations
1435675 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: immType]
1436042 main INFO main ImagingIndexesPage.java:244 Entered 'Type' : 122212 with all the validations
1439140 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: immInstitution]
1439490 main INFO main ImagingIndexesPage.java:248 Entered 'Institution' : 9997 with all the validations
1442637 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: immAuthority]
1442958 main INFO main ImagingIndexesPage.java:252 Entered 'Authority' : IMM with all the validations
1444036 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: immVocabulary]
1444354 main INFO main ImagingIndexesPage.java:256 Entered 'Vocabulary' : IMM with all the validations
1447432 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> id: immDocName]
1447763 main INFO main ImagingIndexesPage.java:260 Entered 'Document Name' : { MemberNumber } with all the validations
1448830 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (6a982ec9dc57ac15c818fc87c5557286)] -> css selector: input[id*='ArchiveReplacePath']]
1449203 main INFO main ImagingIndexesPage.java:304 Entered 'Archived Replace Path' : C:\PDF
1452468 main INFO main FiManagement.java:2080 clicked on Save
1454696 main INFO main FiManagement.java:2082 clicked on Reset Archive Agent
1454696 main INFO main FiManagement.java:2084 Test Passed.
1454696 main INFO main Log.java:264 **** -E---N---D- *****
1454699 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyMemberImportFileLocationPath_ER2267
1454713 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
1454713 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
1456180 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
1456180 main INFO main Log.java:192
1456181 main INFO main FiManagement.java:965 **** verify the Member import file location path *****
1456181 main INFO main Log.java:194
1460680 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a4-a83b-7761-89eb-eb9bc77f810e&response_mode=fragment&client_info=1&nonce=019933a4-a83d-7d2b-bf9d-098aba3b1844&state=eyjpzci6ijaxotkzm2e0lwe4m2mtn2fjoc05ntrkltqyn2mwogmxnwrimcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=nagy7wirq6d0mgshpmkf223anq7iw3bnuvezyaporeu&code_challenge_method=s256&sso_reload=true
1460681 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1460731 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> xpath: //input[@id='i0116']]
1460731 main INFO main FiManagement.java:969 Successfully navigated to 'eReceipts FI Admin' Page
1460778 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> xpath: //input[@id='i0116']]
1460835 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> id: idSIButton9]
1460835 main INFO main FiManagement.java:972 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
1460882 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> xpath: //input[@id='i0116']]
1460914 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> xpath: //input[@id='i0116']]
1464287 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a4-a83b-7761-89eb-eb9bc77f810e&response_mode=fragment&client_info=1&nonce=019933a4-a83d-7d2b-bf9d-098aba3b1844&state=eyjpzci6ijaxotkzm2e0lwe4m2mtn2fjoc05ntrkltqyn2mwogmxnwrimcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=nagy7wirq6d0mgshpmkf223anq7iw3bnuvezyaporeu&code_challenge_method=s256&sso_reload=true
1464288 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1467534 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a4-a83b-7761-89eb-eb9bc77f810e&response_mode=fragment&client_info=1&nonce=019933a4-a83d-7d2b-bf9d-098aba3b1844&state=eyjpzci6ijaxotkzm2e0lwe4m2mtn2fjoc05ntrkltqyn2mwogmxnwrimcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=nagy7wirq6d0mgshpmkf223anq7iw3bnuvezyaporeu&code_challenge_method=s256&sso_reload=true
1467534 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1467827 main INFO main SignInPage.java:260 Password text field is shown
1470885 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> xpath: //input[@id='i0118']]
1470918 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> xpath: //input[@id='i0118']]
1474193 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a4-a83b-7761-89eb-eb9bc77f810e&response_mode=fragment&client_info=1&nonce=019933a4-a83d-7d2b-bf9d-098aba3b1844&state=eyjpzci6ijaxotkzm2e0lwe4m2mtn2fjoc05ntrkltqyn2mwogmxnwrimcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=nagy7wirq6d0mgshpmkf223anq7iw3bnuvezyaporeu&code_challenge_method=s256&sso_reload=true
1474193 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1474435 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
1474435 main INFO main FiManagement.java:976 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
1478237 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
1478237 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1485147 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1485148 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1488286 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1488287 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1488339 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
1491451 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1491451 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1491514 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> xpath: //b[contains(text(),'Dashboard')]]
1491617 main INFO main FiManagement.java:979 Successfully navigated to the 'Control Panel' page
1491665 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> id: immAdministration]
1493786 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> id: immAdministration]
1496261 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> id: immMenuMemberImportOnDemand]
1498454 main INFO main FiManagement.java:983 Successfully navigated to the 'Member Import' page
1498518 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> id: immFilePathOnDemand]
1498554 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> id: immFilePathOnDemand]
1498899 main INFO main FiManagement.java:987 Fill the file Path for 'On Demand'
1501944 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> id: immOnDemandImport]
1502094 main INFO main FiManagement.java:988 <b>Expected: </b>verify the import button is enable after correct filePath is given<br><b>Actual(Passed): </b>Successfully verified the import button is enabled after correct filepath is given
1502273 main INFO main FiManagement.java:993 Click on clear button
1505453 main INFO main FiManagement.java:994 <b>Expected: </b>verify the import file path is empty after clicking clear button<br><b>Actual(Passed): </b>Successfully verified the import file path is empty after clicking clear button
1505501 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> id: immFilePathOnDemand]
1505555 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> id: immFilePathOnDemand]
1505861 main INFO main FiManagement.java:999 Fill the file Path for 'On Demand' with Invalid Path
1514214 main DEBUG main ImmUtils.java:321 Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 10 (bc3de080b3329e529b7b73369004a764)] -> id: immOnDemandImport]
1514343 main INFO main FiManagement.java:1000 <b>Expected: </b>verify the import button is disable after Invalid filePath is given<br><b>Actual(Passed): </b>Successfully verified the import button is disable after Invalid filepath is given
1530004 main DEBUG main BrowserActions.java:143 Moved to element..
1545837 main FATAL main FiManagement.java:1022 Timed out after 5 seconds. Unable to locate the element
org.openqa.selenium.NoSuchElementException: Timed out after 5 seconds. Unable to locate the element
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:90)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
     at jdk.proxy2/jdk.proxy2.$Proxy17.getText(Unknown Source)
     at com.imm.ereceipt.pages.MemberImportPage.isErrorMesagePresent(MemberImportPage.java:233)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifyMemberImportFileLocationPath_ER2267(FiManagement.java:1004)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
    Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"mat-error[id*='mat-error-']"}
     (Session info: chrome=140.0.7339.81)
    For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    Build info: version: '4.28.0', revision: 'ac342546e9'
    System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.8'
    Driver info: org.openqa.selenium.remote.RemoteWebDriver
    Command: [bc3de080b3329e529b7b73369004a764, findElement {using=css selector, value=mat-error[id*='mat-error-']}]
    Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 140.0.7339.81, chrome: {chromedriverVersion: 140.0.7339.82 (bc93617e21c3..., userDataDir: C:\Users\ratnak\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:59848}, goog:loggingPrefs: {performance: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.80.1:4444/sess..., se:cdpVersion: 140.0.7339.81, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
    Session ID: bc3de080b3329e529b7b73369004a764
     at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
     at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
     at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
     at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
     at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138)
     at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50)
     at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:215)
     at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:53)
     at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
     at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
     at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
     at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:368)
     at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:362)
     at com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:74)
     at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy13.findElement(Unknown Source)
     at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:68)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:38)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:156)
     at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:79)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:86)
     ... 30 more
1545837 main INFO main Log.java:264 **** -E---N---D- *****
1545837 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyMemberImportFilePathToolTip_ER2274
1545852 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
1545869 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
1547400 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
1547400 main INFO main Log.java:192
1547400 main INFO main FiManagement.java:1046 **** verify the Member import file location path Tool Tip *****
1547400 main INFO main Log.java:194
1551303 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a6-087f-7c5d-bb20-01eb227dea72&response_mode=fragment&client_info=1&nonce=019933a6-0880-7701-b977-43d1659c3df8&state=eyjpzci6ijaxotkzm2e2lta4n2ytnzrlos1in2y2lwvky2njytfkymi3ziisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=jjs1uqvavwwmb56dgfiklwvpaukwftefdyf31php_j4&code_challenge_method=s256&sso_reload=true
1551304 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1551353 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e948201bd8dace130bf42a50a3d972ca)] -> xpath: //input[@id='i0116']]
1551353 main INFO main FiManagement.java:1050 Successfully navigated to 'eReceipts FI Admin' Page
1551400 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e948201bd8dace130bf42a50a3d972ca)] -> xpath: //input[@id='i0116']]
1551458 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e948201bd8dace130bf42a50a3d972ca)] -> id: idSIButton9]
1551458 main INFO main FiManagement.java:1053 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
1551502 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e948201bd8dace130bf42a50a3d972ca)] -> xpath: //input[@id='i0116']]
1551559 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e948201bd8dace130bf42a50a3d972ca)] -> xpath: //input[@id='i0116']]
1554889 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a6-087f-7c5d-bb20-01eb227dea72&response_mode=fragment&client_info=1&nonce=019933a6-0880-7701-b977-43d1659c3df8&state=eyjpzci6ijaxotkzm2e2lta4n2ytnzrlos1in2y2lwvky2njytfkymi3ziisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=jjs1uqvavwwmb56dgfiklwvpaukwftefdyf31php_j4&code_challenge_method=s256&sso_reload=true
1554890 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1558145 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a6-087f-7c5d-bb20-01eb227dea72&response_mode=fragment&client_info=1&nonce=019933a6-0880-7701-b977-43d1659c3df8&state=eyjpzci6ijaxotkzm2e2lta4n2ytnzrlos1in2y2lwvky2njytfkymi3ziisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=jjs1uqvavwwmb56dgfiklwvpaukwftefdyf31php_j4&code_challenge_method=s256&sso_reload=true
1558145 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1558471 main INFO main SignInPage.java:260 Password text field is shown
1561509 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e948201bd8dace130bf42a50a3d972ca)] -> xpath: //input[@id='i0118']]
1561556 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e948201bd8dace130bf42a50a3d972ca)] -> xpath: //input[@id='i0118']]
1564796 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a6-087f-7c5d-bb20-01eb227dea72&response_mode=fragment&client_info=1&nonce=019933a6-0880-7701-b977-43d1659c3df8&state=eyjpzci6ijaxotkzm2e2lta4n2ytnzrlos1in2y2lwvky2njytfkymi3ziisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=jjs1uqvavwwmb56dgfiklwvpaukwftefdyf31php_j4&code_challenge_method=s256&sso_reload=true
1564797 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1565045 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
1565045 main INFO main FiManagement.java:1057 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
1568818 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
1568818 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1576603 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1576603 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1579714 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1579714 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1579783 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e948201bd8dace130bf42a50a3d972ca)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
1582875 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1582875 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1582935 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e948201bd8dace130bf42a50a3d972ca)] -> xpath: //b[contains(text(),'Dashboard')]]
1583034 main INFO main FiManagement.java:1060 Successfully navigated to the 'Control Panel' page
1583078 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e948201bd8dace130bf42a50a3d972ca)] -> id: immAdministration]
1585176 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e948201bd8dace130bf42a50a3d972ca)] -> id: immAdministration]
1587665 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (e948201bd8dace130bf42a50a3d972ca)] -> id: immMenuMemberImportOnDemand]
1589882 main INFO main FiManagement.java:1064 Successfully navigated to the 'Member Import' page
1592175 main INFO main FiManagement.java:1070 <b>Expected: </b>verify Mouse hover on 'FilePath' tooltip is showing correct message <br><b>Actual(Passed): </b>verified Mouse hover on 'FilePath' tooltip is showing correct message
1592175 main INFO main FiManagement.java:1077 Test Passed.
1592175 main INFO main Log.java:264 **** -E---N---D- *****
1592175 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyMemberImportInAgentPage
1592191 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
1592191 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
1593753 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
1593753 main INFO main Log.java:192
1593753 main INFO main FiManagement.java:698 **** verify MemberImport In AgentPage *****
1593754 main INFO main Log.java:194
1597503 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a6-bd50-72d3-9d6e-d83259e969b1&response_mode=fragment&client_info=1&nonce=019933a6-bd52-7ee6-a87f-872af173fd31&state=eyjpzci6ijaxotkzm2e2lwjkntetnzyync1imjkzlwe4zwu1ytk0mmezmiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=mqvpn8ynjsinoe_qjrluyl5wnvu0g5k8d0kso0ajqyu&code_challenge_method=s256&sso_reload=true
1597503 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1597568 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (f74dcb565d36430f2a9f0798011475fc)] -> xpath: //input[@id='i0116']]
1597568 main INFO main FiManagement.java:702 Successfully navigated to 'eReceipts FI Admin' Page
1597619 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (f74dcb565d36430f2a9f0798011475fc)] -> xpath: //input[@id='i0116']]
1597670 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (f74dcb565d36430f2a9f0798011475fc)] -> id: idSIButton9]
1597670 main INFO main FiManagement.java:705 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
1597717 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (f74dcb565d36430f2a9f0798011475fc)] -> xpath: //input[@id='i0116']]
1597774 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (f74dcb565d36430f2a9f0798011475fc)] -> xpath: //input[@id='i0116']]
1601088 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a6-bd50-72d3-9d6e-d83259e969b1&response_mode=fragment&client_info=1&nonce=019933a6-bd52-7ee6-a87f-872af173fd31&state=eyjpzci6ijaxotkzm2e2lwjkntetnzyync1imjkzlwe4zwu1ytk0mmezmiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=mqvpn8ynjsinoe_qjrluyl5wnvu0g5k8d0kso0ajqyu&code_challenge_method=s256&sso_reload=true
1601088 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1604360 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a6-bd50-72d3-9d6e-d83259e969b1&response_mode=fragment&client_info=1&nonce=019933a6-bd52-7ee6-a87f-872af173fd31&state=eyjpzci6ijaxotkzm2e2lwjkntetnzyync1imjkzlwe4zwu1ytk0mmezmiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=mqvpn8ynjsinoe_qjrluyl5wnvu0g5k8d0kso0ajqyu&code_challenge_method=s256&sso_reload=true
1604361 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1604677 main INFO main SignInPage.java:260 Password text field is shown
1607751 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (f74dcb565d36430f2a9f0798011475fc)] -> xpath: //input[@id='i0118']]
1607787 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (f74dcb565d36430f2a9f0798011475fc)] -> xpath: //input[@id='i0118']]
1611004 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a6-bd50-72d3-9d6e-d83259e969b1&response_mode=fragment&client_info=1&nonce=019933a6-bd52-7ee6-a87f-872af173fd31&state=eyjpzci6ijaxotkzm2e2lwjkntetnzyync1imjkzlwe4zwu1ytk0mmezmiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=mqvpn8ynjsinoe_qjrluyl5wnvu0g5k8d0kso0ajqyu&code_challenge_method=s256&sso_reload=true
1611005 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1611252 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
1611252 main INFO main FiManagement.java:709 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
1614462 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
1614462 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1621623 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1621623 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1624801 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1624801 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1624853 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (f74dcb565d36430f2a9f0798011475fc)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
1627965 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1627965 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1628011 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (f74dcb565d36430f2a9f0798011475fc)] -> xpath: //b[contains(text(),'Dashboard')]]
1628121 main INFO main FiManagement.java:712 Successfully navigated to the 'Control Panel' page
1628169 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (f74dcb565d36430f2a9f0798011475fc)] -> id: immAdministration]
1630327 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (f74dcb565d36430f2a9f0798011475fc)] -> id: immAdministration]
1630510 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (f74dcb565d36430f2a9f0798011475fc)] -> id: immMenuAgents]
1632730 main INFO main FiManagement.java:716 Successfully navigated to the 'Agents' page
1647550 main FATAL main FiManagement.java:781 Index 0 out of bounds for length 0
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
     at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
     at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
     at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
     at java.base/java.util.Objects.checkIndex(Objects.java:385)
     at java.base/java.util.ArrayList.get(ArrayList.java:427)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy19.get(Unknown Source)
     at com.imm.ereceipt.pages.AgentsPage.chkSearchAgent(AgentsPage.java:599)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifyMemberImportInAgentPage(FiManagement.java:760)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
1647550 main INFO main Log.java:264 **** -E---N---D- *****
1647550 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyMemberImportOnDemandPage
1647550 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
1647568 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
1649081 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
1649081 main INFO main Log.java:192
1649081 main INFO main FiManagement.java:876 **** verify Member Import 'On Demand' Page *****
1649081 main INFO main Log.java:194
1652828 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a7-93f2-70e9-a118-f1dfe2f1d650&response_mode=fragment&client_info=1&nonce=019933a7-93f3-7865-ae52-50194c8328ce&state=eyjpzci6ijaxotkzm2e3ltkzzjmtn2vhys04otfkltuxodm2ota1yzlkyyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=27sqnytlffkb4h8wara4rylnmhdhzhsng_mudx4oe24&code_challenge_method=s256&sso_reload=true
1652828 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1652884 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> xpath: //input[@id='i0116']]
1652884 main INFO main FiManagement.java:880 Successfully navigated to 'eReceipts FI Admin' Page
1652931 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> xpath: //input[@id='i0116']]
1652986 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> id: idSIButton9]
1652987 main INFO main FiManagement.java:883 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
1653032 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> xpath: //input[@id='i0116']]
1653080 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> xpath: //input[@id='i0116']]
1656457 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a7-93f2-70e9-a118-f1dfe2f1d650&response_mode=fragment&client_info=1&nonce=019933a7-93f3-7865-ae52-50194c8328ce&state=eyjpzci6ijaxotkzm2e3ltkzzjmtn2vhys04otfkltuxodm2ota1yzlkyyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=27sqnytlffkb4h8wara4rylnmhdhzhsng_mudx4oe24&code_challenge_method=s256&sso_reload=true
1656457 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1659669 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a7-93f2-70e9-a118-f1dfe2f1d650&response_mode=fragment&client_info=1&nonce=019933a7-93f3-7865-ae52-50194c8328ce&state=eyjpzci6ijaxotkzm2e3ltkzzjmtn2vhys04otfkltuxodm2ota1yzlkyyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=27sqnytlffkb4h8wara4rylnmhdhzhsng_mudx4oe24&code_challenge_method=s256&sso_reload=true
1659669 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1660025 main INFO main SignInPage.java:260 Password text field is shown
1663092 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> xpath: //input[@id='i0118']]
1663140 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> xpath: //input[@id='i0118']]
1666361 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a7-93f2-70e9-a118-f1dfe2f1d650&response_mode=fragment&client_info=1&nonce=019933a7-93f3-7865-ae52-50194c8328ce&state=eyjpzci6ijaxotkzm2e3ltkzzjmtn2vhys04otfkltuxodm2ota1yzlkyyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=27sqnytlffkb4h8wara4rylnmhdhzhsng_mudx4oe24&code_challenge_method=s256&sso_reload=true
1666361 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1666644 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
1666644 main INFO main FiManagement.java:887 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
1670909 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
1670909 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1677746 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1677746 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1680870 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1680870 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1680921 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
1684085 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1684085 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1684122 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> xpath: //b[contains(text(),'Dashboard')]]
1684225 main INFO main FiManagement.java:890 Successfully navigated to the 'Control Panel' page
1684272 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> id: immAdministration]
1686414 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> id: immAdministration]
1688880 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> id: immMenuMemberImportOnDemand]
1691064 main INFO main FiManagement.java:894 Successfully navigated to the 'Member Import' page
1691113 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> id: immFilePathOnDemand]
1691161 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> id: immFilePathOnDemand]
1691515 main INFO main FiManagement.java:898 Fill the file Path for 'On Demand'
1694589 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> id: immOnDemandImport]
1694721 main INFO main FiManagement.java:899 <b>Expected: </b>verify the import button is enable after correct filePath is given<br><b>Actual(Passed): </b>Successfully verified the import button is enabled after correct filepath is given
1694885 main INFO main FiManagement.java:904 Click on clear button
1698028 main INFO main FiManagement.java:905 <b>Expected: </b>verify the import file path is empty after clicking clear button<br><b>Actual(Passed): </b>Successfully verified the import file path is empty after clicking clear button
1698075 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> id: immFilePathOnDemand]
1698112 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> id: immFilePathOnDemand]
1698457 main INFO main FiManagement.java:910 Fill the file Path for 'On Demand' with Invalid Path
1706817 main DEBUG main ImmUtils.java:321 Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 10 (fdde24c2f1ecbec09bc7df28b04d4a2e)] -> id: immOnDemandImport]
1706984 main INFO main FiManagement.java:911 <b>Expected: </b>verify the import button is disable after Invalid filePath is given<br><b>Actual(Passed): </b>Successfully verified the import button is disable after Invalid filepath is given
1722692 main DEBUG main BrowserActions.java:143 Moved to element..
1738459 main FATAL main FiManagement.java:941 Timed out after 5 seconds. Unable to locate the element
org.openqa.selenium.NoSuchElementException: Timed out after 5 seconds. Unable to locate the element
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:90)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
     at jdk.proxy2/jdk.proxy2.$Proxy17.getText(Unknown Source)
     at com.imm.ereceipt.pages.MemberImportPage.isErrorMesagePresent(MemberImportPage.java:233)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifyMemberImportOnDemandPage(FiManagement.java:915)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
    Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"mat-error[id*='mat-error-']"}
     (Session info: chrome=140.0.7339.81)
    For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    Build info: version: '4.28.0', revision: 'ac342546e9'
    System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.8'
    Driver info: org.openqa.selenium.remote.RemoteWebDriver
    Command: [fdde24c2f1ecbec09bc7df28b04d4a2e, findElement {using=css selector, value=mat-error[id*='mat-error-']}]
    Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 140.0.7339.81, chrome: {chromedriverVersion: 140.0.7339.82 (bc93617e21c3..., userDataDir: C:\Users\ratnak\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:63928}, goog:loggingPrefs: {performance: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.80.1:4444/sess..., se:cdpVersion: 140.0.7339.81, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
    Session ID: fdde24c2f1ecbec09bc7df28b04d4a2e
     at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
     at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
     at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
     at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
     at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138)
     at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50)
     at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:215)
     at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:53)
     at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
     at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
     at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
     at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:368)
     at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:362)
     at com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:74)
     at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy13.findElement(Unknown Source)
     at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:68)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:38)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:156)
     at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:79)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:86)
     ... 30 more
1738460 main INFO main Log.java:264 **** -E---N---D- *****
1738460 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyMemberImportOnDemandPageClearAndX_ER2269
1738460 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
1738480 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
1740114 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
1740114 main INFO main Log.java:192
1740114 main INFO main FiManagement.java:3284 **** verify Member Import 'On Demand' Page X and clear *****
1740115 main INFO main Log.java:194
1743840 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a8-f7d0-7a4d-978f-e9ec1d8b83b0&response_mode=fragment&client_info=1&nonce=019933a8-f7d1-7c7e-8287-e93a32f663b6&state=eyjpzci6ijaxotkzm2e4lwy3zdetn2e5zs1hntlilwexnjm2m2y4otk2zsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=_j67krlqklu_t_imfdqs36mfhrjoa4plk_5etp8gusk&code_challenge_method=s256&sso_reload=true
1743840 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1743896 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> xpath: //input[@id='i0116']]
1743896 main INFO main FiManagement.java:3288 Successfully navigated to 'eReceipts FI Admin' Page
1743943 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> xpath: //input[@id='i0116']]
1743990 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> id: idSIButton9]
1743990 main INFO main FiManagement.java:3291 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
1744039 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> xpath: //input[@id='i0116']]
1744087 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> xpath: //input[@id='i0116']]
1747462 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a8-f7d0-7a4d-978f-e9ec1d8b83b0&response_mode=fragment&client_info=1&nonce=019933a8-f7d1-7c7e-8287-e93a32f663b6&state=eyjpzci6ijaxotkzm2e4lwy3zdetn2e5zs1hntlilwexnjm2m2y4otk2zsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=_j67krlqklu_t_imfdqs36mfhrjoa4plk_5etp8gusk&code_challenge_method=s256&sso_reload=true
1747462 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1750665 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a8-f7d0-7a4d-978f-e9ec1d8b83b0&response_mode=fragment&client_info=1&nonce=019933a8-f7d1-7c7e-8287-e93a32f663b6&state=eyjpzci6ijaxotkzm2e4lwy3zdetn2e5zs1hntlilwexnjm2m2y4otk2zsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=_j67krlqklu_t_imfdqs36mfhrjoa4plk_5etp8gusk&code_challenge_method=s256&sso_reload=true
1750665 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1750967 main INFO main SignInPage.java:260 Password text field is shown
1754025 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> xpath: //input[@id='i0118']]
1754066 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> xpath: //input[@id='i0118']]
1757310 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a8-f7d0-7a4d-978f-e9ec1d8b83b0&response_mode=fragment&client_info=1&nonce=019933a8-f7d1-7c7e-8287-e93a32f663b6&state=eyjpzci6ijaxotkzm2e4lwy3zdetn2e5zs1hntlilwexnjm2m2y4otk2zsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=_j67krlqklu_t_imfdqs36mfhrjoa4plk_5etp8gusk&code_challenge_method=s256&sso_reload=true
1757310 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1757587 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
1757587 main INFO main FiManagement.java:3295 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
1760783 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
1760783 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1767727 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1767727 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1770821 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1770821 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1770874 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
1774003 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1774003 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1774067 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> xpath: //b[contains(text(),'Dashboard')]]
1774197 main INFO main FiManagement.java:3298 Successfully navigated to the 'Control Panel' page
1774256 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> id: immAdministration]
1776350 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> id: immAdministration]
1778858 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> id: immMenuMemberImportOnDemand]
1781061 main INFO main FiManagement.java:3302 Successfully navigated to the 'Member Import' page
1781120 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> id: immFilePathOnDemand]
1781162 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> id: immFilePathOnDemand]
1781500 main INFO main FiManagement.java:3306 Fill the file Path for 'On Demand'
1784565 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> id: immOnDemandImport]
1784717 main INFO main FiManagement.java:3307 <b>Expected: </b>verify the import button is enable after correct filePath is given<br><b>Actual(Passed): </b>Successfully verified the import button is enabled after correct filepath is given
1784857 main INFO main FiManagement.java:3312 Click on clear button
1788011 main INFO main FiManagement.java:3313 <b>Expected: </b>verify the import file path is empty after clicking clear button<br><b>Actual(Passed): </b>Successfully verified the import file path is empty after clicking clear button
1788058 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> id: immFilePathOnDemand]
1788110 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> id: immFilePathOnDemand]
1788412 main INFO main FiManagement.java:3318 Fill the file Path for 'On Demand'
1788601 main INFO main FiManagement.java:3321 Click on X clear button
1791750 main INFO main FiManagement.java:3323 <b>Expected: </b>verify the import file path is empty after clicking X clear tool tip<br><b>Actual(Passed): </b>Successfully verified the import file path is empty after clicking X clear tool tip
1791798 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> id: immFilePathOnDemand]
1791841 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> id: immFilePathOnDemand]
1792128 main INFO main FiManagement.java:3328 Fill the file Path for 'On Demand'
1792170 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7f79b2dc9b077c6a2a320b79eaf9a43c)] -> id: immOnDemandImport]
1792494 main INFO main FiManagement.java:3330 Ckicked in Import
1792494 main INFO main FiManagement.java:3331 Test Passed.
1792494 main INFO main Log.java:264 **** -E---N---D- *****
1792494 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyMemberImportOnDemandPageDiffSizes_ER2270
1792510 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
1792510 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
1794024 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
1794024 main INFO main Log.java:192
1794024 main INFO main FiManagement.java:3359 **** verify Member Import 'On Demand' Page with different file size *****
1794024 main INFO main Log.java:194
1797791 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a9-ca81-7f38-8772-3fe507daee75&response_mode=fragment&client_info=1&nonce=019933a9-ca83-709e-8175-81cea3cea3d7&state=eyjpzci6ijaxotkzm2e5lwnhoditn2m3mi1inty4ltfhowewmdq4mjm4niisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=ek0chkacllqstaqeiqek4uad_c8sbuutfzydzw8gvno&code_challenge_method=s256&sso_reload=true
1797792 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1797843 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d3ea63d29693ecfbad4c38363fe00f3e)] -> xpath: //input[@id='i0116']]
1797843 main INFO main FiManagement.java:3363 Successfully navigated to 'eReceipts FI Admin' Page
1797899 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d3ea63d29693ecfbad4c38363fe00f3e)] -> xpath: //input[@id='i0116']]
1797941 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d3ea63d29693ecfbad4c38363fe00f3e)] -> id: idSIButton9]
1797941 main INFO main FiManagement.java:3366 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
1797987 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d3ea63d29693ecfbad4c38363fe00f3e)] -> xpath: //input[@id='i0116']]
1798038 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d3ea63d29693ecfbad4c38363fe00f3e)] -> xpath: //input[@id='i0116']]
1801504 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a9-ca81-7f38-8772-3fe507daee75&response_mode=fragment&client_info=1&nonce=019933a9-ca83-709e-8175-81cea3cea3d7&state=eyjpzci6ijaxotkzm2e5lwnhoditn2m3mi1inty4ltfhowewmdq4mjm4niisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=ek0chkacllqstaqeiqek4uad_c8sbuutfzydzw8gvno&code_challenge_method=s256&sso_reload=true
1801504 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1804763 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a9-ca81-7f38-8772-3fe507daee75&response_mode=fragment&client_info=1&nonce=019933a9-ca83-709e-8175-81cea3cea3d7&state=eyjpzci6ijaxotkzm2e5lwnhoditn2m3mi1inty4ltfhowewmdq4mjm4niisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=ek0chkacllqstaqeiqek4uad_c8sbuutfzydzw8gvno&code_challenge_method=s256&sso_reload=true
1804763 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1805090 main INFO main SignInPage.java:260 Password text field is shown
1808129 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d3ea63d29693ecfbad4c38363fe00f3e)] -> xpath: //input[@id='i0118']]
1808176 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d3ea63d29693ecfbad4c38363fe00f3e)] -> xpath: //input[@id='i0118']]
1811434 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933a9-ca81-7f38-8772-3fe507daee75&response_mode=fragment&client_info=1&nonce=019933a9-ca83-709e-8175-81cea3cea3d7&state=eyjpzci6ijaxotkzm2e5lwnhoditn2m3mi1inty4ltfhowewmdq4mjm4niisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=ek0chkacllqstaqeiqek4uad_c8sbuutfzydzw8gvno&code_challenge_method=s256&sso_reload=true
1811434 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1811692 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
1811692 main INFO main FiManagement.java:3370 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
1815427 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
1815427 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1822344 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1822344 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1825418 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1825434 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1825490 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d3ea63d29693ecfbad4c38363fe00f3e)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
1828584 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1828584 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1828642 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d3ea63d29693ecfbad4c38363fe00f3e)] -> xpath: //b[contains(text(),'Dashboard')]]
1828768 main INFO main FiManagement.java:3373 Successfully navigated to the 'Control Panel' page
1828816 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d3ea63d29693ecfbad4c38363fe00f3e)] -> id: immAdministration]
1830894 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d3ea63d29693ecfbad4c38363fe00f3e)] -> id: immAdministration]
1833336 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d3ea63d29693ecfbad4c38363fe00f3e)] -> id: immMenuMemberImportOnDemand]
1835552 main INFO main FiManagement.java:3377 Successfully navigated to the 'Member Import' page
1835590 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d3ea63d29693ecfbad4c38363fe00f3e)] -> id: immFilePathOnDemand]
1835637 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d3ea63d29693ecfbad4c38363fe00f3e)] -> id: immFilePathOnDemand]
1836009 main INFO main FiManagement.java:3381 Fill the file Path with member import email underscore.csv for On Demand
1839062 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d3ea63d29693ecfbad4c38363fe00f3e)] -> id: immOnDemandImport]
1839209 main INFO main FiManagement.java:3382 <b>Expected: </b>verify the import button is enable after correct filePath is given<br><b>Actual(Passed): </b>Successfully verified the import button is enabled after correct filepath is given
1839249 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (d3ea63d29693ecfbad4c38363fe00f3e)] -> id: immOnDemandImport]
1839568 main INFO main FiManagement.java:3388 Clicked on Import
1839568 main INFO main FiManagement.java:3389 Test Passed.
1839568 main INFO main Log.java:264 **** -E---N---D- *****
1839585 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyMemberImportOnDemandPageFileExtensions_ER2268
1839595 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
1839603 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
1841414 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
1841415 main INFO main Log.java:192
1841415 main INFO main FiManagement.java:3193 **** verify Member Import 'On Demand' Page different file extensions *****
1841415 main INFO main Log.java:194
1845631 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933aa-85f9-797f-8e56-12e4180c8fdd&response_mode=fragment&client_info=1&nonce=019933aa-85fb-7e70-ad75-74059ec93fd7&state=eyjpzci6ijaxotkzm2fhltg1zmetn2qwns05njewltfimgnlyznlndqzyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=scjdy4reis4ktf77n3cofqf-qux3zowolzx46k5lgvu&code_challenge_method=s256&sso_reload=true
1845632 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1845694 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> xpath: //input[@id='i0116']]
1845695 main INFO main FiManagement.java:3197 Successfully navigated to 'eReceipts FI Admin' Page
1845745 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> xpath: //input[@id='i0116']]
1845797 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> id: idSIButton9]
1845797 main INFO main FiManagement.java:3200 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
1845847 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> xpath: //input[@id='i0116']]
1846980 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> xpath: //input[@id='i0116']]
1850334 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933aa-85f9-797f-8e56-12e4180c8fdd&response_mode=fragment&client_info=1&nonce=019933aa-85fb-7e70-ad75-74059ec93fd7&state=eyjpzci6ijaxotkzm2fhltg1zmetn2qwns05njewltfimgnlyznlndqzyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=scjdy4reis4ktf77n3cofqf-qux3zowolzx46k5lgvu&code_challenge_method=s256&sso_reload=true
1850334 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1853568 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933aa-85f9-797f-8e56-12e4180c8fdd&response_mode=fragment&client_info=1&nonce=019933aa-85fb-7e70-ad75-74059ec93fd7&state=eyjpzci6ijaxotkzm2fhltg1zmetn2qwns05njewltfimgnlyznlndqzyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=scjdy4reis4ktf77n3cofqf-qux3zowolzx46k5lgvu&code_challenge_method=s256&sso_reload=true
1853568 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1853912 main INFO main SignInPage.java:260 Password text field is shown
1856984 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> xpath: //input[@id='i0118']]
1857019 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> xpath: //input[@id='i0118']]
1860258 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933aa-85f9-797f-8e56-12e4180c8fdd&response_mode=fragment&client_info=1&nonce=019933aa-85fb-7e70-ad75-74059ec93fd7&state=eyjpzci6ijaxotkzm2fhltg1zmetn2qwns05njewltfimgnlyznlndqzyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=scjdy4reis4ktf77n3cofqf-qux3zowolzx46k5lgvu&code_challenge_method=s256&sso_reload=true
1860258 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1860505 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
1860505 main INFO main FiManagement.java:3204 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
1864160 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
1864160 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1870989 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1870989 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1874087 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1874087 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1874139 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
1877262 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1877262 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1877309 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> xpath: //b[contains(text(),'Dashboard')]]
1877421 main INFO main FiManagement.java:3207 Successfully navigated to the 'Control Panel' page
1877459 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> id: immAdministration]
1879544 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> id: immAdministration]
1882021 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> id: immMenuMemberImportOnDemand]
1884205 main INFO main FiManagement.java:3211 Successfully navigated to the 'Member Import' page
1884267 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> id: immFilePathOnDemand]
1884305 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> id: immFilePathOnDemand]
1884649 main INFO main FiManagement.java:3215 Fill the file Path for 'On Demand'
1887702 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> id: immOnDemandImport]
1887820 main INFO main FiManagement.java:3216 <b>Expected: </b>verify the import button is enable after correct filePath is given<br><b>Actual(Passed): </b>Successfully verified the import button is enabled after correct filepath is given
1890970 main INFO main FiManagement.java:3222 <b>Expected: </b>verify the import file path is empty after clicking clear button<br><b>Actual(Passed): </b>Successfully verified the import file path is empty after clicking clear button
1891021 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> id: immFilePathOnDemand]
1891055 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> id: immFilePathOnDemand]
1891404 main INFO main FiManagement.java:3227 Fill the file Path for 'On Demand' with Invalid File Extension .txt
1899687 main DEBUG main ImmUtils.java:321 Unable to find an element after 5 sec ==> [[RemoteWebDriver: chrome on Windows 10 (462aabb8e0702f16997e8a1f71a4137d)] -> id: immOnDemandImport]
1899817 main INFO main FiManagement.java:3228 <b>Expected: </b>verify the import button is disable after Invalid filePath is given<br><b>Actual(Passed): </b>Successfully verified the import button is disable after Invalid filepath is given
1915498 main DEBUG main BrowserActions.java:143 Moved to element..
1931307 main FATAL main FiManagement.java:3258 Timed out after 5 seconds. Unable to locate the element
org.openqa.selenium.NoSuchElementException: Timed out after 5 seconds. Unable to locate the element
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:90)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
     at jdk.proxy2/jdk.proxy2.$Proxy17.getText(Unknown Source)
     at com.imm.ereceipt.pages.MemberImportPage.isErrorMesagePresent(MemberImportPage.java:233)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifyMemberImportOnDemandPageFileExtensions_ER2268(FiManagement.java:3232)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
    Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"mat-error[id*='mat-error-']"}
     (Session info: chrome=140.0.7339.81)
    For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    Build info: version: '4.28.0', revision: 'ac342546e9'
    System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.8'
    Driver info: org.openqa.selenium.remote.RemoteWebDriver
    Command: [462aabb8e0702f16997e8a1f71a4137d, findElement {using=css selector, value=mat-error[id*='mat-error-']}]
    Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 140.0.7339.81, chrome: {chromedriverVersion: 140.0.7339.82 (bc93617e21c3..., userDataDir: C:\Users\ratnak\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:57092}, goog:loggingPrefs: {performance: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.80.1:4444/sess..., se:cdpVersion: 140.0.7339.81, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
    Session ID: 462aabb8e0702f16997e8a1f71a4137d
     at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
     at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
     at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
     at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
     at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138)
     at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50)
     at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:215)
     at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:53)
     at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
     at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
     at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
     at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:368)
     at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:362)
     at com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:74)
     at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy13.findElement(Unknown Source)
     at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:68)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:38)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:156)
     at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:79)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:86)
     ... 30 more
1931307 main INFO main Log.java:264 **** -E---N---D- *****
1931307 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyMemberImportPageTimeAndDatePickers
1931323 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
1931323 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
1935567 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
1935567 main INFO main Log.java:192
1935567 main INFO main FiManagement.java:1883 **** verify Member Import Page Time And Date Pickers *****
1935568 main INFO main Log.java:194
1939813 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933ab-f564-7472-ae87-28a114f6c1c0&response_mode=fragment&client_info=1&nonce=019933ab-f567-7fcf-bff0-d1924d26e0a2&state=eyjpzci6ijaxotkzm2filwy1njytn2rmns1hndc5lti1ndc0nja2zmmzzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=ea5igz3_fqrotzalc1tbt_1unw30pmxyj43ctqvwekq&code_challenge_method=s256&sso_reload=true
1939813 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1939892 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (468efca9949ff6bee278aa202cbb83af)] -> xpath: //input[@id='i0116']]
1939892 main INFO main FiManagement.java:1887 Successfully navigated to 'eReceipts FI Admin' Page
1939958 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (468efca9949ff6bee278aa202cbb83af)] -> xpath: //input[@id='i0116']]
1940023 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (468efca9949ff6bee278aa202cbb83af)] -> id: idSIButton9]
1940023 main INFO main FiManagement.java:1890 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
1940082 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (468efca9949ff6bee278aa202cbb83af)] -> xpath: //input[@id='i0116']]
1940164 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (468efca9949ff6bee278aa202cbb83af)] -> xpath: //input[@id='i0116']]
1943705 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933ab-f564-7472-ae87-28a114f6c1c0&response_mode=fragment&client_info=1&nonce=019933ab-f567-7fcf-bff0-d1924d26e0a2&state=eyjpzci6ijaxotkzm2filwy1njytn2rmns1hndc5lti1ndc0nja2zmmzzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=ea5igz3_fqrotzalc1tbt_1unw30pmxyj43ctqvwekq&code_challenge_method=s256&sso_reload=true
1943705 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1946962 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933ab-f564-7472-ae87-28a114f6c1c0&response_mode=fragment&client_info=1&nonce=019933ab-f567-7fcf-bff0-d1924d26e0a2&state=eyjpzci6ijaxotkzm2filwy1njytn2rmns1hndc5lti1ndc0nja2zmmzzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=ea5igz3_fqrotzalc1tbt_1unw30pmxyj43ctqvwekq&code_challenge_method=s256&sso_reload=true
1946962 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1947252 main INFO main SignInPage.java:260 Password text field is shown
1950296 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (468efca9949ff6bee278aa202cbb83af)] -> xpath: //input[@id='i0118']]
1950343 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (468efca9949ff6bee278aa202cbb83af)] -> xpath: //input[@id='i0118']]
1954610 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933ab-f564-7472-ae87-28a114f6c1c0&response_mode=fragment&client_info=1&nonce=019933ab-f567-7fcf-bff0-d1924d26e0a2&state=eyjpzci6ijaxotkzm2filwy1njytn2rmns1hndc5lti1ndc0nja2zmmzzcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=ea5igz3_fqrotzalc1tbt_1unw30pmxyj43ctqvwekq&code_challenge_method=s256&sso_reload=true
1954611 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1954873 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
1954873 main INFO main FiManagement.java:1894 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
1958816 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
1958817 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1966038 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1966038 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1969118 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1969118 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1969185 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (468efca9949ff6bee278aa202cbb83af)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
1972277 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
1972277 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1972338 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (468efca9949ff6bee278aa202cbb83af)] -> xpath: //b[contains(text(),'Dashboard')]]
1972435 main INFO main FiManagement.java:1897 Successfully navigated to the 'Control Panel' page
1972501 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (468efca9949ff6bee278aa202cbb83af)] -> id: immAdministration]
1974600 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (468efca9949ff6bee278aa202cbb83af)] -> id: immAdministration]
1977040 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (468efca9949ff6bee278aa202cbb83af)] -> id: immMenuMemberImportSchedule]
1979264 main INFO main FiManagement.java:1901 Successfully navigated to the 'Member Import' page
1992143 main FATAL main FiManagement.java:1965 null
java.lang.reflect.UndeclaredThrowableException
     at jdk.proxy2/jdk.proxy2.$Proxy13.perform(Unknown Source)
     at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:616)
     at com.imm.ereceipt.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:593)
     at com.imm.ereceipt.pages.MemberImportPage.clickHourUpDownArrow(MemberImportPage.java:685)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifyMemberImportPageTimeAndDatePickers(FiManagement.java:1904)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
    Caused by: java.lang.reflect.InvocationTargetException
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
     ... 31 more
    Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
    Build info: version: '4.28.0', revision: 'ac342546e9'
    System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.8'
    Driver info: org.openqa.selenium.remote.RemoteWebDriver
    Command: [468efca9949ff6bee278aa202cbb83af, actions {actions=[org.openqa.selenium.interactions.Sequence@1ca21bd]}]
    Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 140.0.7339.81, chrome: {chromedriverVersion: 140.0.7339.82 (bc93617e21c3..., userDataDir: C:\Users\ratnak\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:59724}, goog:loggingPrefs: {performance: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.80.1:4444/sess..., se:cdpVersion: 140.0.7339.81, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
    Session ID: 468efca9949ff6bee278aa202cbb83af
     at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:520)
     at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:182)
     at org.openqa.selenium.json.JsonOutput.write0(JsonOutput.java:409)
     at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:204)
     at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
     at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
     at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
     at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
     at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
     at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
     at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
     at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
     at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
     at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
     at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:204)
     at org.openqa.selenium.json.JsonOutput.write0(JsonOutput.java:409)
     at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:222)
     at java.base/java.util.Map.forEach(Map.java:733)
     at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:217)
     at org.openqa.selenium.json.JsonOutput.write0(JsonOutput.java:409)
     at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:400)
     at org.openqa.selenium.json.Json.toJson(Json.java:133)
     at org.openqa.selenium.json.Json.toJson(Json.java:119)
     at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:246)
     at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:111)
     at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:203)
     at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:53)
     at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
     at org.openqa.selenium.remote.RemoteWebDriver.perform(RemoteWebDriver.java:631)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     ... 33 more
     Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
    Build info: version: '4.28.0', revision: 'ac342546e9'
    System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.8'
    Driver info: driver.version: RemoteWebDriver
     at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:431)
     at org.openqa.selenium.json.Json.toJson(Json.java:131)
     ... 41 more
    Caused by: java.lang.reflect.InvocationTargetException
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:516)
     ... 62 more
    Caused by: org.openqa.selenium.NoSuchElementException: Timed out after 5 seconds. Unable to locate the element
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:90)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
     at jdk.proxy2/jdk.proxy2.$Proxy17.getWrappedElement(Unknown Source)
     at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:262)
     at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:211)
     at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:74)
     at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:83)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     ... 64 more
    Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[@id="mat-tab-content-0-1"]//ngb-timepicker/fieldset/div/div[1]/button[1]"}
     (Session info: chrome=140.0.7339.81)
    For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    Build info: version: '4.28.0', revision: 'ac342546e9'
    System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.8'
    Driver info: org.openqa.selenium.remote.RemoteWebDriver
    Command: [468efca9949ff6bee278aa202cbb83af, findElement {using=xpath, value=//*[@id="mat-tab-content-0-1"]//ngb-timepicker/fieldset/div/div[1]/button[1]}]
    Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 140.0.7339.81, chrome: {chromedriverVersion: 140.0.7339.82 (bc93617e21c3..., userDataDir: C:\Users\ratnak\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:59724}, goog:loggingPrefs: {performance: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.80.1:4444/sess..., se:cdpVersion: 140.0.7339.81, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
    Session ID: 468efca9949ff6bee278aa202cbb83af
     at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
     at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
     at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
     at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
     at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138)
     at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50)
     at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:215)
     at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:53)
     at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
     at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
     at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
     at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:368)
     at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:362)
     at com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:74)
     at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy13.findElement(Unknown Source)
     at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:68)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:38)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:156)
     at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:79)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:86)
     ... 71 more
1992144 main INFO main Log.java:264 **** -E---N---D- *****
1992147 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyMemberImportSchedulePage
1992158 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
1992163 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
1993890 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
1993890 main INFO main Log.java:192
1993890 main INFO main FiManagement.java:1101 **** verify Member Import 'Schedule' Page *****
1993891 main INFO main Log.java:194
1997752 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933ac-d779-74de-b97c-bb4ff7e3b60a&response_mode=fragment&client_info=1&nonce=019933ac-d77b-7636-a876-6713b8fe6bb4&state=eyjpzci6ijaxotkzm2fjlwq3n2etnzgwmi1iowvklwixywriogq0zti2zsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=tlxgibio_iaji-gob1yz8stp_gj_a6gx6utj3bstwto&code_challenge_method=s256&sso_reload=true
1997752 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
1997819 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> xpath: //input[@id='i0116']]
1997820 main INFO main FiManagement.java:1105 Successfully navigated to 'eReceipts FI Admin' Page
1997866 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> xpath: //input[@id='i0116']]
1997903 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> id: idSIButton9]
1997903 main INFO main FiManagement.java:1108 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
1997950 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> xpath: //input[@id='i0116']]
1998011 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> xpath: //input[@id='i0116']]
2001366 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933ac-d779-74de-b97c-bb4ff7e3b60a&response_mode=fragment&client_info=1&nonce=019933ac-d77b-7636-a876-6713b8fe6bb4&state=eyjpzci6ijaxotkzm2fjlwq3n2etnzgwmi1iowvklwixywriogq0zti2zsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=tlxgibio_iaji-gob1yz8stp_gj_a6gx6utj3bstwto&code_challenge_method=s256&sso_reload=true
2001366 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2004645 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933ac-d779-74de-b97c-bb4ff7e3b60a&response_mode=fragment&client_info=1&nonce=019933ac-d77b-7636-a876-6713b8fe6bb4&state=eyjpzci6ijaxotkzm2fjlwq3n2etnzgwmi1iowvklwixywriogq0zti2zsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=tlxgibio_iaji-gob1yz8stp_gj_a6gx6utj3bstwto&code_challenge_method=s256&sso_reload=true
2004645 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2005014 main INFO main SignInPage.java:260 Password text field is shown
2008085 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> xpath: //input[@id='i0118']]
2008132 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> xpath: //input[@id='i0118']]
2011378 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933ac-d779-74de-b97c-bb4ff7e3b60a&response_mode=fragment&client_info=1&nonce=019933ac-d77b-7636-a876-6713b8fe6bb4&state=eyjpzci6ijaxotkzm2fjlwq3n2etnzgwmi1iowvklwixywriogq0zti2zsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=tlxgibio_iaji-gob1yz8stp_gj_a6gx6utj3bstwto&code_challenge_method=s256&sso_reload=true
2011378 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2011657 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
2011657 main INFO main FiManagement.java:1112 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
2016284 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
2016284 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2023206 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2023206 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2026291 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2026291 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2026353 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
2029435 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2029435 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2029488 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> xpath: //b[contains(text(),'Dashboard')]]
2029587 main INFO main FiManagement.java:1115 Successfully navigated to the 'Control Panel' page
2029644 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> id: immAdministration]
2031743 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> id: immAdministration]
2034181 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> id: immMenuMemberImportSchedule]
2036398 main INFO main FiManagement.java:1119 Successfully navigated to the 'Member Import' page
2036462 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> xpath: //input[@aria-label='Minutes']]
2036555 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> xpath: //input[@aria-label='Hours']]
2039765 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> id: immScheduleDate]
2039948 main INFO main FiManagement.java:1123 Changing date and time after 1 days for 'Schedule'
2040090 main INFO main MemberImportPage.java:536 click on Daily
2047146 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/memberimport/sd
2047146 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2047202 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> id: immFilePathSchedule]
2047235 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> id: immFilePathSchedule]
2047499 main INFO main FiManagement.java:1128 Fill the file Path for 'Schedule'
2050645 main INFO main FiManagement.java:1130 <b>Expected: </b>verify the import button is enable after correct filePath is given<br><b>Actual(Passed): </b>Successfully verified the import button is enabled after correct filepath is given
2050828 main INFO main FiManagement.java:1135 Click on clear button
2052034 main INFO main FiManagement.java:1137 <b>Expected: </b>verify the import file path is empty after clicking clear button<br><b>Actual(Passed): </b>Successfully verified the import file path is empty after clicking clear button
2052087 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> id: immFilePathSchedule]
2052138 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1b2a2ccf5d591a6162a0fcdbfa5ef9d5)] -> id: immFilePathSchedule]
2052356 main INFO main FiManagement.java:1144 Fill the file Path for 'Schedule' with Invalid Path
2055521 main INFO main FiManagement.java:1145 <b>Expected: </b>verify the import button is disable after Invalid filePath is given<br><b>Actual(Passed): </b>Successfully verified the import button is disable after Invalid filepath is given
2071261 main DEBUG main BrowserActions.java:143 Moved to element..
2087111 main FATAL main FiManagement.java:1187 Timed out after 5 seconds. Unable to locate the element
org.openqa.selenium.NoSuchElementException: Timed out after 5 seconds. Unable to locate the element
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:90)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
     at jdk.proxy2/jdk.proxy2.$Proxy17.getText(Unknown Source)
     at com.imm.ereceipt.pages.MemberImportPage.isErrorMesagePresent(MemberImportPage.java:233)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifyMemberImportSchedulePage(FiManagement.java:1149)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
    Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"mat-error[id*='mat-error-']"}
     (Session info: chrome=140.0.7339.81)
    For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    Build info: version: '4.28.0', revision: 'ac342546e9'
    System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.8'
    Driver info: org.openqa.selenium.remote.RemoteWebDriver
    Command: [1b2a2ccf5d591a6162a0fcdbfa5ef9d5, findElement {using=css selector, value=mat-error[id*='mat-error-']}]
    Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 140.0.7339.81, chrome: {chromedriverVersion: 140.0.7339.82 (bc93617e21c3..., userDataDir: C:\Users\ratnak\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:59933}, goog:loggingPrefs: {performance: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.80.1:4444/sess..., se:cdpVersion: 140.0.7339.81, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
    Session ID: 1b2a2ccf5d591a6162a0fcdbfa5ef9d5
     at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
     at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
     at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
     at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
     at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138)
     at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50)
     at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:215)
     at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:53)
     at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
     at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
     at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
     at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:368)
     at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:362)
     at com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:74)
     at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy13.findElement(Unknown Source)
     at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:68)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:38)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:156)
     at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:79)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:86)
     ... 30 more
2087111 main INFO main Log.java:264 **** -E---N---D- *****
2087111 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyMemberImportSchedulePageCustom_ER2263
2087127 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
2087127 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
2088604 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
2088604 main INFO main Log.java:192
2088604 main INFO main FiManagement.java:1351 **** verify the Member import Schedule custom Schedule *****
2088605 main INFO main Log.java:194
2092494 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933ae-4a63-7907-a0e4-924b5ff68b0e&response_mode=fragment&client_info=1&nonce=019933ae-4a64-7f15-b6fb-3c341e64c067&state=eyjpzci6ijaxotkzm2flltrhnjqtnze1ys04ogexlwi3mdhhodkzy2vlnyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=1lghvgk58t9cayzxl9sx4qaxg2f-a51ohygilvonpgq&code_challenge_method=s256&sso_reload=true
2092494 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2092542 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0196a73206c42cbb3b0dd6ebf628bea9)] -> xpath: //input[@id='i0116']]
2092542 main INFO main FiManagement.java:1355 Successfully navigated to 'eReceipts FI Admin' Page
2092588 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0196a73206c42cbb3b0dd6ebf628bea9)] -> xpath: //input[@id='i0116']]
2092647 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0196a73206c42cbb3b0dd6ebf628bea9)] -> id: idSIButton9]
2092648 main INFO main FiManagement.java:1358 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
2092693 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0196a73206c42cbb3b0dd6ebf628bea9)] -> xpath: //input[@id='i0116']]
2092739 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0196a73206c42cbb3b0dd6ebf628bea9)] -> xpath: //input[@id='i0116']]
2096125 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933ae-4a63-7907-a0e4-924b5ff68b0e&response_mode=fragment&client_info=1&nonce=019933ae-4a64-7f15-b6fb-3c341e64c067&state=eyjpzci6ijaxotkzm2flltrhnjqtnze1ys04ogexlwi3mdhhodkzy2vlnyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=1lghvgk58t9cayzxl9sx4qaxg2f-a51ohygilvonpgq&code_challenge_method=s256&sso_reload=true
2096125 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2099357 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933ae-4a63-7907-a0e4-924b5ff68b0e&response_mode=fragment&client_info=1&nonce=019933ae-4a64-7f15-b6fb-3c341e64c067&state=eyjpzci6ijaxotkzm2flltrhnjqtnze1ys04ogexlwi3mdhhodkzy2vlnyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=1lghvgk58t9cayzxl9sx4qaxg2f-a51ohygilvonpgq&code_challenge_method=s256&sso_reload=true
2099357 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2099670 main INFO main SignInPage.java:260 Password text field is shown
2102758 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0196a73206c42cbb3b0dd6ebf628bea9)] -> xpath: //input[@id='i0118']]
2102805 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0196a73206c42cbb3b0dd6ebf628bea9)] -> xpath: //input[@id='i0118']]
2106026 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933ae-4a63-7907-a0e4-924b5ff68b0e&response_mode=fragment&client_info=1&nonce=019933ae-4a64-7f15-b6fb-3c341e64c067&state=eyjpzci6ijaxotkzm2flltrhnjqtnze1ys04ogexlwi3mdhhodkzy2vlnyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=1lghvgk58t9cayzxl9sx4qaxg2f-a51ohygilvonpgq&code_challenge_method=s256&sso_reload=true
2106026 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2106304 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
2106304 main INFO main FiManagement.java:1362 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
2110186 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
2110186 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2116523 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2116523 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2119593 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2119593 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2119657 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0196a73206c42cbb3b0dd6ebf628bea9)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
2122757 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2122757 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2122804 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0196a73206c42cbb3b0dd6ebf628bea9)] -> xpath: //b[contains(text(),'Dashboard')]]
2122912 main INFO main FiManagement.java:1365 Successfully navigated to the 'Control Panel' page
2122958 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0196a73206c42cbb3b0dd6ebf628bea9)] -> id: immAdministration]
2125079 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0196a73206c42cbb3b0dd6ebf628bea9)] -> id: immAdministration]
2127540 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0196a73206c42cbb3b0dd6ebf628bea9)] -> id: immMenuMemberImportSchedule]
2129774 main INFO main FiManagement.java:1369 Successfully navigated to the 'Member Import' page
2132811 main INFO main MemberImportPage.java:588 click on Custom
2132893 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0196a73206c42cbb3b0dd6ebf628bea9)] -> id: immRecurEveryXDays]
2133081 main INFO main FiManagement.java:1378 Set schedule type to custom succesfully
2133145 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0196a73206c42cbb3b0dd6ebf628bea9)] -> id: immFilePathSchedule]
2133195 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0196a73206c42cbb3b0dd6ebf628bea9)] -> id: immFilePathSchedule]
2133463 main INFO main FiManagement.java:1380 Fill the file Path for 'Schedule'
2136621 main INFO main FiManagement.java:1382 <b>Expected: </b>verify the import button is enable after correct filePath is given<br><b>Actual(Passed): </b>Successfully verified the import button is enabled after correct filepath is given
2136669 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (0196a73206c42cbb3b0dd6ebf628bea9)] -> id: immScheduleImport]
2138841 main INFO main FiManagement.java:1387 Clicked on import button successfully'
2138841 main INFO main FiManagement.java:1389 Test Passed.
2138842 main INFO main Log.java:264 **** -E---N---D- *****
2138845 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyMemberImportSchedulePageDaily_ER2261
2138856 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
2138860 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
2140557 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
2140557 main INFO main Log.java:192
2140557 main INFO main FiManagement.java:1411 **** verify the Member import Schedule Daily Schedule *****
2140557 main INFO main Log.java:194
2144281 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933af-14c6-785a-bfe7-e7a2f383b110&response_mode=fragment&client_info=1&nonce=019933af-14c8-70a4-a43c-4ea866715655&state=eyjpzci6ijaxotkzm2fmlte0yzctnzbhns1ioteyltdkotnimmnkmdviocisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=i6--knkh4oqney2nb-5mzdynl_aojocsywggsmuhhk0&code_challenge_method=s256&sso_reload=true
2144281 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2144345 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (75ac6489fc4ed62a6a27947b694975d1)] -> xpath: //input[@id='i0116']]
2144345 main INFO main FiManagement.java:1415 Successfully navigated to 'eReceipts FI Admin' Page
2144399 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (75ac6489fc4ed62a6a27947b694975d1)] -> xpath: //input[@id='i0116']]
2144446 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (75ac6489fc4ed62a6a27947b694975d1)] -> id: idSIButton9]
2144446 main INFO main FiManagement.java:1418 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
2144509 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (75ac6489fc4ed62a6a27947b694975d1)] -> xpath: //input[@id='i0116']]
2144549 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (75ac6489fc4ed62a6a27947b694975d1)] -> xpath: //input[@id='i0116']]
2147956 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933af-14c6-785a-bfe7-e7a2f383b110&response_mode=fragment&client_info=1&nonce=019933af-14c8-70a4-a43c-4ea866715655&state=eyjpzci6ijaxotkzm2fmlte0yzctnzbhns1ioteyltdkotnimmnkmdviocisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=i6--knkh4oqney2nb-5mzdynl_aojocsywggsmuhhk0&code_challenge_method=s256&sso_reload=true
2147957 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2151189 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933af-14c6-785a-bfe7-e7a2f383b110&response_mode=fragment&client_info=1&nonce=019933af-14c8-70a4-a43c-4ea866715655&state=eyjpzci6ijaxotkzm2fmlte0yzctnzbhns1ioteyltdkotnimmnkmdviocisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=i6--knkh4oqney2nb-5mzdynl_aojocsywggsmuhhk0&code_challenge_method=s256&sso_reload=true
2151189 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2151672 main INFO main SignInPage.java:260 Password text field is shown
2154737 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (75ac6489fc4ed62a6a27947b694975d1)] -> xpath: //input[@id='i0118']]
2154785 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (75ac6489fc4ed62a6a27947b694975d1)] -> xpath: //input[@id='i0118']]
2158125 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933af-14c6-785a-bfe7-e7a2f383b110&response_mode=fragment&client_info=1&nonce=019933af-14c8-70a4-a43c-4ea866715655&state=eyjpzci6ijaxotkzm2fmlte0yzctnzbhns1ioteyltdkotnimmnkmdviocisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=i6--knkh4oqney2nb-5mzdynl_aojocsywggsmuhhk0&code_challenge_method=s256&sso_reload=true
2158125 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2158442 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
2158442 main INFO main FiManagement.java:1422 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
2162326 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
2162326 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2169151 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2169151 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2172215 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2172215 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2172272 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (75ac6489fc4ed62a6a27947b694975d1)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
2175357 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2175357 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2175420 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (75ac6489fc4ed62a6a27947b694975d1)] -> xpath: //b[contains(text(),'Dashboard')]]
2175515 main INFO main FiManagement.java:1425 Successfully navigated to the 'Control Panel' page
2175567 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (75ac6489fc4ed62a6a27947b694975d1)] -> id: immAdministration]
2177651 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (75ac6489fc4ed62a6a27947b694975d1)] -> id: immAdministration]
2180104 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (75ac6489fc4ed62a6a27947b694975d1)] -> id: immMenuMemberImportSchedule]
2182303 main INFO main FiManagement.java:1429 Successfully navigated to the 'Member Import' page
2182457 main INFO main MemberImportPage.java:536 click on Daily
2188654 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/memberimport/sd
2188654 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2188654 main INFO main FiManagement.java:1438 Set schedule type to Daily succesfully
2188703 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (75ac6489fc4ed62a6a27947b694975d1)] -> id: immFilePathSchedule]
2188734 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (75ac6489fc4ed62a6a27947b694975d1)] -> id: immFilePathSchedule]
2189004 main INFO main FiManagement.java:1440 Fill the file Path for 'Schedule'
2192181 main INFO main FiManagement.java:1442 <b>Expected: </b>verify the import button is enable after correct filePath is given<br><b>Actual(Passed): </b>Successfully verified the import button is enabled after correct filepath is given
2192231 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (75ac6489fc4ed62a6a27947b694975d1)] -> id: immScheduleImport]
2194474 main INFO main FiManagement.java:1447 Clicked on import button successfully'
2194474 main INFO main FiManagement.java:1449 Test Passed.
2194474 main INFO main Log.java:264 **** -E---N---D- *****
2194477 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyMemberImportSchedulePageDate_ER2258
2194490 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
2194494 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
2196117 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
2196117 main INFO main Log.java:192
2196117 main INFO main FiManagement.java:1206 **** verify Member Import Page Date Time Fields *****
2196117 main INFO main Log.java:194
2200045 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933af-ed8f-7f3a-b932-8f6cec893090&response_mode=fragment&client_info=1&nonce=019933af-ed91-729f-89ea-9fe5f14eafe7&state=eyjpzci6ijaxotkzm2fmlwvkotetnzc4ys1imwzmltu2owvlmzuxmtqyzsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=bjyknsmokhq6-ara7-wytergi2ztqyq5z9gavhbu-98&code_challenge_method=s256&sso_reload=true
2200045 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2200100 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7d12d698839a2374900d4419ebda85a4)] -> xpath: //input[@id='i0116']]
2200100 main INFO main FiManagement.java:1210 Successfully navigated to 'eReceipts FI Admin' Page
2200134 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7d12d698839a2374900d4419ebda85a4)] -> xpath: //input[@id='i0116']]
2200197 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7d12d698839a2374900d4419ebda85a4)] -> id: idSIButton9]
2200198 main INFO main FiManagement.java:1213 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
2200235 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7d12d698839a2374900d4419ebda85a4)] -> xpath: //input[@id='i0116']]
2200289 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7d12d698839a2374900d4419ebda85a4)] -> xpath: //input[@id='i0116']]
2203894 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933af-ed8f-7f3a-b932-8f6cec893090&response_mode=fragment&client_info=1&nonce=019933af-ed91-729f-89ea-9fe5f14eafe7&state=eyjpzci6ijaxotkzm2fmlwvkotetnzc4ys1imwzmltu2owvlmzuxmtqyzsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=bjyknsmokhq6-ara7-wytergi2ztqyq5z9gavhbu-98&code_challenge_method=s256&sso_reload=true
2203894 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2207175 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933af-ed8f-7f3a-b932-8f6cec893090&response_mode=fragment&client_info=1&nonce=019933af-ed91-729f-89ea-9fe5f14eafe7&state=eyjpzci6ijaxotkzm2fmlwvkotetnzc4ys1imwzmltu2owvlmzuxmtqyzsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=bjyknsmokhq6-ara7-wytergi2ztqyq5z9gavhbu-98&code_challenge_method=s256&sso_reload=true
2207175 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2207474 main INFO main SignInPage.java:260 Password text field is shown
2210543 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7d12d698839a2374900d4419ebda85a4)] -> xpath: //input[@id='i0118']]
2210583 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7d12d698839a2374900d4419ebda85a4)] -> xpath: //input[@id='i0118']]
2213811 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933af-ed8f-7f3a-b932-8f6cec893090&response_mode=fragment&client_info=1&nonce=019933af-ed91-729f-89ea-9fe5f14eafe7&state=eyjpzci6ijaxotkzm2fmlwvkotetnzc4ys1imwzmltu2owvlmzuxmtqyzsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=bjyknsmokhq6-ara7-wytergi2ztqyq5z9gavhbu-98&code_challenge_method=s256&sso_reload=true
2213811 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2214057 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
2214057 main INFO main FiManagement.java:1217 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
2218091 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
2218091 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2224903 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2224903 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2227989 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2227989 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2228052 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7d12d698839a2374900d4419ebda85a4)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
2231191 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2231191 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2231251 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7d12d698839a2374900d4419ebda85a4)] -> xpath: //b[contains(text(),'Dashboard')]]
2231345 main INFO main FiManagement.java:1220 Successfully navigated to the 'Control Panel' page
2231396 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7d12d698839a2374900d4419ebda85a4)] -> id: immAdministration]
2233501 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7d12d698839a2374900d4419ebda85a4)] -> id: immAdministration]
2235917 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7d12d698839a2374900d4419ebda85a4)] -> id: immMenuMemberImportSchedule]
2238145 main INFO main FiManagement.java:1224 Successfully navigated to the 'Member Import' page
2250990 main FATAL main FiManagement.java:1271 null
java.lang.reflect.UndeclaredThrowableException
     at jdk.proxy2/jdk.proxy2.$Proxy13.perform(Unknown Source)
     at org.openqa.selenium.interactions.Actions$BuiltAction.perform(Actions.java:616)
     at com.imm.ereceipt.support.BrowserActions.clickOnElementDisplayed(BrowserActions.java:593)
     at com.imm.ereceipt.pages.MemberImportPage.clickHourUpDownArrow(MemberImportPage.java:687)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifyMemberImportSchedulePageDate_ER2258(FiManagement.java:1229)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
    Caused by: java.lang.reflect.InvocationTargetException
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:60)
     ... 31 more
    Caused by: org.openqa.selenium.json.JsonException: java.lang.reflect.InvocationTargetException
    Build info: version: '4.28.0', revision: 'ac342546e9'
    System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.8'
    Driver info: org.openqa.selenium.remote.RemoteWebDriver
    Command: [7d12d698839a2374900d4419ebda85a4, actions {actions=[org.openqa.selenium.interactions.Sequence@13877b1a]}]
    Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 140.0.7339.81, chrome: {chromedriverVersion: 140.0.7339.82 (bc93617e21c3..., userDataDir: C:\Users\ratnak\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:65328}, goog:loggingPrefs: {performance: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.80.1:4444/sess..., se:cdpVersion: 140.0.7339.81, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
    Session ID: 7d12d698839a2374900d4419ebda85a4
     at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:520)
     at org.openqa.selenium.json.JsonOutput.lambda$new$16(JsonOutput.java:182)
     at org.openqa.selenium.json.JsonOutput.write0(JsonOutput.java:409)
     at org.openqa.selenium.json.JsonOutput.lambda$new$22(JsonOutput.java:204)
     at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
     at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
     at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
     at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
     at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
     at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
     at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
     at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
     at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
     at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
     at org.openqa.selenium.json.JsonOutput.lambda$new$23(JsonOutput.java:204)
     at org.openqa.selenium.json.JsonOutput.write0(JsonOutput.java:409)
     at org.openqa.selenium.json.JsonOutput.lambda$new$24(JsonOutput.java:222)
     at java.base/java.util.Map.forEach(Map.java:733)
     at org.openqa.selenium.json.JsonOutput.lambda$new$25(JsonOutput.java:217)
     at org.openqa.selenium.json.JsonOutput.write0(JsonOutput.java:409)
     at org.openqa.selenium.json.JsonOutput.write(JsonOutput.java:400)
     at org.openqa.selenium.json.Json.toJson(Json.java:133)
     at org.openqa.selenium.json.Json.toJson(Json.java:119)
     at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:246)
     at org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.encode(AbstractHttpCommandCodec.java:111)
     at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:203)
     at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:53)
     at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
     at org.openqa.selenium.remote.RemoteWebDriver.perform(RemoteWebDriver.java:631)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     ... 33 more
     Suppressed: org.openqa.selenium.json.JsonException: Attempting to close incomplete json stream
    Build info: version: '4.28.0', revision: 'ac342546e9'
    System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.8'
    Driver info: driver.version: RemoteWebDriver
     at org.openqa.selenium.json.JsonOutput.close(JsonOutput.java:431)
     at org.openqa.selenium.json.Json.toJson(Json.java:131)
     ... 41 more
    Caused by: java.lang.reflect.InvocationTargetException
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.json.JsonOutput.convertUsingMethod(JsonOutput.java:516)
     ... 62 more
    Caused by: org.openqa.selenium.NoSuchElementException: Timed out after 5 seconds. Unable to locate the element
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:90)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
     at jdk.proxy2/jdk.proxy2.$Proxy17.getWrappedElement(Unknown Source)
     at org.openqa.selenium.interactions.PointerInput$Origin.asArg(PointerInput.java:262)
     at org.openqa.selenium.interactions.PointerInput$Move.encode(PointerInput.java:211)
     at org.openqa.selenium.interactions.Sequence.encode(Sequence.java:74)
     at org.openqa.selenium.interactions.Sequence.toJson(Sequence.java:83)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     ... 64 more
    Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[@id="mat-tab-content-0-1"]//ngb-timepicker/fieldset/div/div[1]/button[2]"}
     (Session info: chrome=140.0.7339.81)
    For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
    Build info: version: '4.28.0', revision: 'ac342546e9'
    System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.8'
    Driver info: org.openqa.selenium.remote.RemoteWebDriver
    Command: [7d12d698839a2374900d4419ebda85a4, findElement {using=xpath, value=//*[@id="mat-tab-content-0-1"]//ngb-timepicker/fieldset/div/div[1]/button[2]}]
    Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 140.0.7339.81, chrome: {chromedriverVersion: 140.0.7339.82 (bc93617e21c3..., userDataDir: C:\Users\ratnak\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:65328}, goog:loggingPrefs: {performance: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.80.1:4444/sess..., se:cdpVersion: 140.0.7339.81, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
    Session ID: 7d12d698839a2374900d4419ebda85a4
     at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
     at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
     at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
     at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
     at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138)
     at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50)
     at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:215)
     at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:53)
     at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
     at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
     at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
     at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:368)
     at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:362)
     at com.epam.healenium.handlers.proxy.BaseHandler.findElement(BaseHandler.java:74)
     at com.epam.healenium.handlers.proxy.SelfHealingProxyInvocationHandler.invoke(SelfHealingProxyInvocationHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy13.findElement(Unknown Source)
     at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:68)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:38)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:156)
     at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:79)
     at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:86)
     ... 71 more
2250990 main INFO main Log.java:264 **** -E---N---D- *****
2250990 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyMemberImportSchedulePageDefaults_ER2257
2251009 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
2251009 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
2252489 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
2252489 main INFO main Log.java:192
2252489 main INFO main FiManagement.java:3111 **** verify the Member import Schedule PAge Defaults *****
2252489 main INFO main Log.java:194
2256277 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b0-c91a-7c8e-a66e-bb3e0971573d&response_mode=fragment&client_info=1&nonce=019933b0-c91b-7401-903c-58e3685f804d&state=eyjpzci6ijaxotkzm2iwlwm5mwetn2jlmc1hogm5lwm0nzy0nta3mmuwnyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=ndrirvlbpub153avm1tku6c32we0djqhprm6okftgcc&code_challenge_method=s256&sso_reload=true
2256277 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2256329 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fa9bb72411a8f345f643f804a24dd1b2)] -> xpath: //input[@id='i0116']]
2256329 main INFO main FiManagement.java:3115 Successfully navigated to 'eReceipts FI Admin' Page
2256372 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fa9bb72411a8f345f643f804a24dd1b2)] -> xpath: //input[@id='i0116']]
2256413 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fa9bb72411a8f345f643f804a24dd1b2)] -> id: idSIButton9]
2256413 main INFO main FiManagement.java:3118 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
2256465 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fa9bb72411a8f345f643f804a24dd1b2)] -> xpath: //input[@id='i0116']]
2256512 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fa9bb72411a8f345f643f804a24dd1b2)] -> xpath: //input[@id='i0116']]
2259918 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b0-c91a-7c8e-a66e-bb3e0971573d&response_mode=fragment&client_info=1&nonce=019933b0-c91b-7401-903c-58e3685f804d&state=eyjpzci6ijaxotkzm2iwlwm5mwetn2jlmc1hogm5lwm0nzy0nta3mmuwnyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=ndrirvlbpub153avm1tku6c32we0djqhprm6okftgcc&code_challenge_method=s256&sso_reload=true
2259918 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2263180 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b0-c91a-7c8e-a66e-bb3e0971573d&response_mode=fragment&client_info=1&nonce=019933b0-c91b-7401-903c-58e3685f804d&state=eyjpzci6ijaxotkzm2iwlwm5mwetn2jlmc1hogm5lwm0nzy0nta3mmuwnyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=ndrirvlbpub153avm1tku6c32we0djqhprm6okftgcc&code_challenge_method=s256&sso_reload=true
2263181 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2263507 main INFO main SignInPage.java:260 Password text field is shown
2266572 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fa9bb72411a8f345f643f804a24dd1b2)] -> xpath: //input[@id='i0118']]
2266620 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fa9bb72411a8f345f643f804a24dd1b2)] -> xpath: //input[@id='i0118']]
2269873 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b0-c91a-7c8e-a66e-bb3e0971573d&response_mode=fragment&client_info=1&nonce=019933b0-c91b-7401-903c-58e3685f804d&state=eyjpzci6ijaxotkzm2iwlwm5mwetn2jlmc1hogm5lwm0nzy0nta3mmuwnyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=ndrirvlbpub153avm1tku6c32we0djqhprm6okftgcc&code_challenge_method=s256&sso_reload=true
2269873 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2270125 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
2270125 main INFO main FiManagement.java:3122 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
2273879 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
2273879 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2281024 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2281024 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2284119 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2284119 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2284187 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fa9bb72411a8f345f643f804a24dd1b2)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
2287326 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2287326 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2287377 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fa9bb72411a8f345f643f804a24dd1b2)] -> xpath: //b[contains(text(),'Dashboard')]]
2287493 main INFO main FiManagement.java:3125 Successfully navigated to the 'Control Panel' page
2287528 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fa9bb72411a8f345f643f804a24dd1b2)] -> id: immAdministration]
2289620 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fa9bb72411a8f345f643f804a24dd1b2)] -> id: immAdministration]
2292087 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fa9bb72411a8f345f643f804a24dd1b2)] -> id: immMenuMemberImportSchedule]
2294287 main INFO main FiManagement.java:3129 Successfully navigated to the 'Member Import' page
2295454 main INFO main FiManagement.java:3134 <b>Expected: </b>verify the import file path value<br><b>Actual(Passed): </b>Successfully verified the import file path is empty by default
2295602 main INFO main FiManagement.java:3139 <b>Expected: </b>verify the defaulte date value<br><b>Actual(Passed): </b>Successfully verified the default date is today's date
2295817 main INFO main FiManagement.java:3144 <b>Expected: </b>verify the defaulte time value<br><b>Actual(Passed): </b>Successfully verified the default time is current time
2295968 main ERROR main FiManagement.java:3149 <b>Expected: </b>Verify The default setting is 'One Time'<br><b>Actual(Failed): </b>Failed to verify The default setting is 'One Time'
2299135 main INFO main FiManagement.java:3154 <b>Expected: </b>verify the import button default status<br><b>Actual(Passed): </b>Successfully verified the import button is disabled by default
2299302 main INFO main FiManagement.java:3160 <b>Expected: </b>verify the clear and refresh button default status<br><b>Actual(Passed): </b>Successfully verified the clear and refresh buttons are enabled by default
2299302 main ERROR main FiManagement.java:3165 Test Failed. Check the steps above in red color.
2299302 main INFO main Log.java:264 **** -E---N---D- *****
2299302 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyMemberImportSchedulePageOneTime_ER2260
2299302 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
2299322 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
2300825 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
2300825 main INFO main Log.java:192
2300825 main INFO main FiManagement.java:1291 **** verify the Member import Schedule One Time Schedule *****
2300825 main INFO main Log.java:194
2304688 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b1-874d-7913-8cc7-42078ca1883a&response_mode=fragment&client_info=1&nonce=019933b1-874f-7ad1-ad6c-bc8ebc54329f&state=eyjpzci6ijaxotkzm2ixltg3ngutnzfims1inzhilty2zgu4ztezyjnjyyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=onsao4vqcnzwxs-x6snacj7v6iojncbp-f_fh7o8sey&code_challenge_method=s256&sso_reload=true
2304688 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2304761 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> xpath: //input[@id='i0116']]
2304762 main INFO main FiManagement.java:1295 Successfully navigated to 'eReceipts FI Admin' Page
2304806 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> xpath: //input[@id='i0116']]
2304853 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> id: idSIButton9]
2304853 main INFO main FiManagement.java:1298 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
2304910 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> xpath: //input[@id='i0116']]
2304940 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> xpath: //input[@id='i0116']]
2308324 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b1-874d-7913-8cc7-42078ca1883a&response_mode=fragment&client_info=1&nonce=019933b1-874f-7ad1-ad6c-bc8ebc54329f&state=eyjpzci6ijaxotkzm2ixltg3ngutnzfims1inzhilty2zgu4ztezyjnjyyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=onsao4vqcnzwxs-x6snacj7v6iojncbp-f_fh7o8sey&code_challenge_method=s256&sso_reload=true
2308324 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2311597 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b1-874d-7913-8cc7-42078ca1883a&response_mode=fragment&client_info=1&nonce=019933b1-874f-7ad1-ad6c-bc8ebc54329f&state=eyjpzci6ijaxotkzm2ixltg3ngutnzfims1inzhilty2zgu4ztezyjnjyyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=onsao4vqcnzwxs-x6snacj7v6iojncbp-f_fh7o8sey&code_challenge_method=s256&sso_reload=true
2311597 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2311929 main INFO main SignInPage.java:260 Password text field is shown
2315030 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> xpath: //input[@id='i0118']]
2315087 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> xpath: //input[@id='i0118']]
2318387 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b1-874d-7913-8cc7-42078ca1883a&response_mode=fragment&client_info=1&nonce=019933b1-874f-7ad1-ad6c-bc8ebc54329f&state=eyjpzci6ijaxotkzm2ixltg3ngutnzfims1inzhilty2zgu4ztezyjnjyyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=onsao4vqcnzwxs-x6snacj7v6iojncbp-f_fh7o8sey&code_challenge_method=s256&sso_reload=true
2318387 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2318640 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
2318640 main INFO main FiManagement.java:1302 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
2322760 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
2322760 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2329783 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2329783 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2332845 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2332845 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2332891 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
2336002 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2336002 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2336050 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> xpath: //b[contains(text(),'Dashboard')]]
2336169 main INFO main FiManagement.java:1305 Successfully navigated to the 'Control Panel' page
2336233 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> id: immAdministration]
2338331 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> id: immAdministration]
2340769 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> id: immMenuMemberImportSchedule]
2342968 main INFO main FiManagement.java:1309 Successfully navigated to the 'Member Import' page
2343051 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> xpath: //input[@aria-label='Minutes']]
2343151 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> xpath: //input[@aria-label='Hours']]
2346347 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> id: immScheduleDate]
2346541 main INFO main FiManagement.java:1315 Changing date and time after 1 days for 'Schedule'
2346682 main INFO main MemberImportPage.java:529 click on One Time
2352851 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/memberimport/sd
2352851 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2352851 main INFO main FiManagement.java:1318 Set schedule type to One Time succesfully
2352907 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> id: immFilePathSchedule]
2352954 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> id: immFilePathSchedule]
2353193 main INFO main FiManagement.java:1320 Fill the file Path for 'Schedule'
2356361 main INFO main FiManagement.java:1322 <b>Expected: </b>verify the import button is enable after correct filePath is given<br><b>Actual(Passed): </b>Successfully verified the import button is enabled after correct filepath is given
2356406 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (fe9ddd7a4eb73c856a6e1c9434a95e94)] -> id: immScheduleImport]
2358580 main INFO main FiManagement.java:1327 Clicked on import button successfully'
2358580 main INFO main FiManagement.java:1329 Test Passed.
2358581 main INFO main Log.java:264 **** -E---N---D- *****
2358584 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyMemberImportSchedulePageWeekly_ER2262
2358592 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
2358598 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
2360326 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
2360327 main INFO main Log.java:192
2360327 main INFO main FiManagement.java:1471 **** verify the Member import Schedule Weekly Schedule *****
2360327 main INFO main Log.java:194
2364193 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b2-6ec6-75d8-85cd-3c8e4b88ebbc&response_mode=fragment&client_info=1&nonce=019933b2-6ec7-74d2-a9fe-4feb47c8765e&state=eyjpzci6ijaxotkzm2iyltzlyzctnzhjoc1izmm0ltllzwiynmnhmzy3nsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=wonpidwr902v5glfamqiptdpff9vlcbmnuurbyxysuc&code_challenge_method=s256&sso_reload=true
2364193 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2364243 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (cb04cee92fd10a1414dc2acd3d123cda)] -> xpath: //input[@id='i0116']]
2364243 main INFO main FiManagement.java:1475 Successfully navigated to 'eReceipts FI Admin' Page
2364308 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (cb04cee92fd10a1414dc2acd3d123cda)] -> xpath: //input[@id='i0116']]
2364359 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (cb04cee92fd10a1414dc2acd3d123cda)] -> id: idSIButton9]
2364359 main INFO main FiManagement.java:1478 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
2364410 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (cb04cee92fd10a1414dc2acd3d123cda)] -> xpath: //input[@id='i0116']]
2364459 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (cb04cee92fd10a1414dc2acd3d123cda)] -> xpath: //input[@id='i0116']]
2367828 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b2-6ec6-75d8-85cd-3c8e4b88ebbc&response_mode=fragment&client_info=1&nonce=019933b2-6ec7-74d2-a9fe-4feb47c8765e&state=eyjpzci6ijaxotkzm2iyltzlyzctnzhjoc1izmm0ltllzwiynmnhmzy3nsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=wonpidwr902v5glfamqiptdpff9vlcbmnuurbyxysuc&code_challenge_method=s256&sso_reload=true
2367828 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2371070 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b2-6ec6-75d8-85cd-3c8e4b88ebbc&response_mode=fragment&client_info=1&nonce=019933b2-6ec7-74d2-a9fe-4feb47c8765e&state=eyjpzci6ijaxotkzm2iyltzlyzctnzhjoc1izmm0ltllzwiynmnhmzy3nsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=wonpidwr902v5glfamqiptdpff9vlcbmnuurbyxysuc&code_challenge_method=s256&sso_reload=true
2371070 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2371386 main INFO main SignInPage.java:260 Password text field is shown
2374458 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (cb04cee92fd10a1414dc2acd3d123cda)] -> xpath: //input[@id='i0118']]
2374509 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (cb04cee92fd10a1414dc2acd3d123cda)] -> xpath: //input[@id='i0118']]
2377758 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b2-6ec6-75d8-85cd-3c8e4b88ebbc&response_mode=fragment&client_info=1&nonce=019933b2-6ec7-74d2-a9fe-4feb47c8765e&state=eyjpzci6ijaxotkzm2iyltzlyzctnzhjoc1izmm0ltllzwiynmnhmzy3nsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=wonpidwr902v5glfamqiptdpff9vlcbmnuurbyxysuc&code_challenge_method=s256&sso_reload=true
2377758 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2378005 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
2378020 main INFO main FiManagement.java:1482 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
2381290 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
2381290 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2387551 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2387551 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2390703 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2390703 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2390756 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (cb04cee92fd10a1414dc2acd3d123cda)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
2393866 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2393866 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2393920 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (cb04cee92fd10a1414dc2acd3d123cda)] -> xpath: //b[contains(text(),'Dashboard')]]
2394017 main INFO main FiManagement.java:1485 Successfully navigated to the 'Control Panel' page
2394065 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (cb04cee92fd10a1414dc2acd3d123cda)] -> id: immAdministration]
2396158 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (cb04cee92fd10a1414dc2acd3d123cda)] -> id: immAdministration]
2398645 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (cb04cee92fd10a1414dc2acd3d123cda)] -> id: immMenuMemberImportSchedule]
2400930 main INFO main FiManagement.java:1489 Successfully navigated to the 'Member Import' page
2404230 main INFO main MemberImportPage.java:544 click on Weekly
2417017 main FATAL main FiManagement.java:1511 Index 6 out of bounds for length 0
java.lang.IndexOutOfBoundsException: Index 6 out of bounds for length 0
     at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
     at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
     at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
     at java.base/java.util.Objects.checkIndex(Objects.java:385)
     at java.base/java.util.ArrayList.get(ArrayList.java:427)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy19.get(Unknown Source)
     at com.imm.ereceipt.pages.MemberImportPage.checkSheduleType(MemberImportPage.java:578)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifyMemberImportSchedulePageWeekly_ER2262(FiManagement.java:1497)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
2417017 main INFO main Log.java:264 **** -E---N---D- *****
2417017 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifySearchCriteriaInAgentPage
2417032 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
2417032 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
2418766 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
2418766 main INFO main Log.java:192
2418766 main INFO main FiManagement.java:597 **** verify Search Criteria In Agent Page with ID , Name,Agen to Clear *****
2418766 main INFO main Log.java:194
2422595 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b3-5337-74b2-8642-65b9e6b9ad16&response_mode=fragment&client_info=1&nonce=019933b3-5338-7722-98e7-6db67ac5bcd3&state=eyjpzci6ijaxotkzm2izltuzmzgtn2y2my04yzk5lwy2zjk1nzjlzgjmysisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=t0t4dsovn8lqzrkawu6pslb9fost5bigi7xy-bnlvnq&code_challenge_method=s256&sso_reload=true
2422595 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2422660 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5eae2bdeaa406f1644ab6c61982479c3)] -> xpath: //input[@id='i0116']]
2422660 main INFO main FiManagement.java:601 Successfully navigated to 'eReceipts FI Admin' Page
2422708 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5eae2bdeaa406f1644ab6c61982479c3)] -> xpath: //input[@id='i0116']]
2422748 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5eae2bdeaa406f1644ab6c61982479c3)] -> id: idSIButton9]
2422748 main INFO main FiManagement.java:604 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
2422808 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5eae2bdeaa406f1644ab6c61982479c3)] -> xpath: //input[@id='i0116']]
2422849 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5eae2bdeaa406f1644ab6c61982479c3)] -> xpath: //input[@id='i0116']]
2426256 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b3-5337-74b2-8642-65b9e6b9ad16&response_mode=fragment&client_info=1&nonce=019933b3-5338-7722-98e7-6db67ac5bcd3&state=eyjpzci6ijaxotkzm2izltuzmzgtn2y2my04yzk5lwy2zjk1nzjlzgjmysisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=t0t4dsovn8lqzrkawu6pslb9fost5bigi7xy-bnlvnq&code_challenge_method=s256&sso_reload=true
2426256 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2429508 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b3-5337-74b2-8642-65b9e6b9ad16&response_mode=fragment&client_info=1&nonce=019933b3-5338-7722-98e7-6db67ac5bcd3&state=eyjpzci6ijaxotkzm2izltuzmzgtn2y2my04yzk5lwy2zjk1nzjlzgjmysisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=t0t4dsovn8lqzrkawu6pslb9fost5bigi7xy-bnlvnq&code_challenge_method=s256&sso_reload=true
2429509 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2429819 main INFO main SignInPage.java:260 Password text field is shown
2432886 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5eae2bdeaa406f1644ab6c61982479c3)] -> xpath: //input[@id='i0118']]
2432949 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5eae2bdeaa406f1644ab6c61982479c3)] -> xpath: //input[@id='i0118']]
2436263 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b3-5337-74b2-8642-65b9e6b9ad16&response_mode=fragment&client_info=1&nonce=019933b3-5338-7722-98e7-6db67ac5bcd3&state=eyjpzci6ijaxotkzm2izltuzmzgtn2y2my04yzk5lwy2zjk1nzjlzgjmysisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=t0t4dsovn8lqzrkawu6pslb9fost5bigi7xy-bnlvnq&code_challenge_method=s256&sso_reload=true
2436263 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2436523 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
2436523 main INFO main FiManagement.java:608 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
2440413 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
2440413 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2447274 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2447274 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2450408 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2450408 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2450469 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5eae2bdeaa406f1644ab6c61982479c3)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
2453590 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2453590 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2453652 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5eae2bdeaa406f1644ab6c61982479c3)] -> xpath: //b[contains(text(),'Dashboard')]]
2453788 main INFO main FiManagement.java:611 Successfully navigated to the 'Control Panel' page
2453851 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5eae2bdeaa406f1644ab6c61982479c3)] -> id: immAdministration]
2455946 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5eae2bdeaa406f1644ab6c61982479c3)] -> id: immAdministration]
2456147 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5eae2bdeaa406f1644ab6c61982479c3)] -> id: immMenuAgents]
2458381 main INFO main FiManagement.java:615 Successfully navigated to the 'Agents' page
2473213 main FATAL main FiManagement.java:673 Index 0 out of bounds for length 0
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
     at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
     at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
     at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
     at java.base/java.util.Objects.checkIndex(Objects.java:385)
     at java.base/java.util.ArrayList.get(ArrayList.java:427)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy19.get(Unknown Source)
     at com.imm.ereceipt.pages.AgentsPage.setSearchAgent(AgentsPage.java:579)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifySearchCriteriaInAgentPage(FiManagement.java:627)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
2473213 main INFO main Log.java:264 **** -E---N---D- *****
2473213 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifySearchCriteriaInAgentPage
2473229 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
2473229 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
2475045 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
2475045 main INFO main Log.java:192
2475045 main INFO main FiManagement.java:597 **** verify Search Criteria In Agent Page with Name *****
2475045 main INFO main Log.java:194
2478902 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b4-2ef5-7f8d-9498-8bed13122d2a&response_mode=fragment&client_info=1&nonce=019933b4-2ef9-76c9-a335-11172d747bba&state=eyjpzci6ijaxotkzm2i0ltjlzjgtnzziny1hngjmltrhm2q3mtnkndq0nyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=mriq3s3j8cztxjgwwzwjhcigmfcqwfcdyg2wbr10hbk&code_challenge_method=s256&sso_reload=true
2478902 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2478957 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a8ad72a1a4204693bbed3cb244b53d1a)] -> xpath: //input[@id='i0116']]
2478957 main INFO main FiManagement.java:601 Successfully navigated to 'eReceipts FI Admin' Page
2479003 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a8ad72a1a4204693bbed3cb244b53d1a)] -> xpath: //input[@id='i0116']]
2479055 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a8ad72a1a4204693bbed3cb244b53d1a)] -> id: idSIButton9]
2479055 main INFO main FiManagement.java:604 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
2479087 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a8ad72a1a4204693bbed3cb244b53d1a)] -> xpath: //input[@id='i0116']]
2479134 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a8ad72a1a4204693bbed3cb244b53d1a)] -> xpath: //input[@id='i0116']]
2482535 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b4-2ef5-7f8d-9498-8bed13122d2a&response_mode=fragment&client_info=1&nonce=019933b4-2ef9-76c9-a335-11172d747bba&state=eyjpzci6ijaxotkzm2i0ltjlzjgtnzziny1hngjmltrhm2q3mtnkndq0nyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=mriq3s3j8cztxjgwwzwjhcigmfcqwfcdyg2wbr10hbk&code_challenge_method=s256&sso_reload=true
2482535 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2485810 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b4-2ef5-7f8d-9498-8bed13122d2a&response_mode=fragment&client_info=1&nonce=019933b4-2ef9-76c9-a335-11172d747bba&state=eyjpzci6ijaxotkzm2i0ltjlzjgtnzziny1hngjmltrhm2q3mtnkndq0nyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=mriq3s3j8cztxjgwwzwjhcigmfcqwfcdyg2wbr10hbk&code_challenge_method=s256&sso_reload=true
2485810 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2486276 main INFO main SignInPage.java:260 Password text field is shown
2489337 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a8ad72a1a4204693bbed3cb244b53d1a)] -> xpath: //input[@id='i0118']]
2489383 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a8ad72a1a4204693bbed3cb244b53d1a)] -> xpath: //input[@id='i0118']]
2492654 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b4-2ef5-7f8d-9498-8bed13122d2a&response_mode=fragment&client_info=1&nonce=019933b4-2ef9-76c9-a335-11172d747bba&state=eyjpzci6ijaxotkzm2i0ltjlzjgtnzziny1hngjmltrhm2q3mtnkndq0nyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=mriq3s3j8cztxjgwwzwjhcigmfcqwfcdyg2wbr10hbk&code_challenge_method=s256&sso_reload=true
2492654 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2492903 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
2492903 main INFO main FiManagement.java:608 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
2496827 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
2496827 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2503703 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2503703 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2506788 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2506788 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2506845 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a8ad72a1a4204693bbed3cb244b53d1a)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
2509964 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2509964 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2510012 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a8ad72a1a4204693bbed3cb244b53d1a)] -> xpath: //b[contains(text(),'Dashboard')]]
2510121 main INFO main FiManagement.java:611 Successfully navigated to the 'Control Panel' page
2510162 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a8ad72a1a4204693bbed3cb244b53d1a)] -> id: immAdministration]
2512266 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a8ad72a1a4204693bbed3cb244b53d1a)] -> id: immAdministration]
2512419 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (a8ad72a1a4204693bbed3cb244b53d1a)] -> id: immMenuAgents]
2514714 main INFO main FiManagement.java:615 Successfully navigated to the 'Agents' page
2527459 main FATAL main FiManagement.java:673 Index 0 out of bounds for length 0
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
     at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
     at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
     at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
     at java.base/java.util.Objects.checkIndex(Objects.java:385)
     at java.base/java.util.ArrayList.get(ArrayList.java:427)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy19.get(Unknown Source)
     at com.imm.ereceipt.pages.AgentsPage.setSearchName(AgentsPage.java:568)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifySearchCriteriaInAgentPage(FiManagement.java:622)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
2527459 main INFO main Log.java:264 **** -E---N---D- *****
2527462 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifySearchCriteriaInAgentPage
2527471 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
2527478 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
2529001 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
2529001 main INFO main Log.java:192
2529001 main INFO main FiManagement.java:597 **** verify Search Criteria In Agent Page with Agent *****
2529001 main INFO main Log.java:194
2532861 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b5-0180-7882-bff4-507a9972a596&response_mode=fragment&client_info=1&nonce=019933b5-0182-7110-95a9-e1e2c969e8e2&state=eyjpzci6ijaxotkzm2i1ltaxodetnzq2ny04y2uxlwviogu1nge3zmrlyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=n_qchgcw-olvsgegi2hgoofneqhgadn0bk5kb0d4pbs&code_challenge_method=s256&sso_reload=true
2532861 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2532920 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1f22fd6468c767d3ae13fe1a7cad4ac6)] -> xpath: //input[@id='i0116']]
2532920 main INFO main FiManagement.java:601 Successfully navigated to 'eReceipts FI Admin' Page
2532967 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1f22fd6468c767d3ae13fe1a7cad4ac6)] -> xpath: //input[@id='i0116']]
2533022 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1f22fd6468c767d3ae13fe1a7cad4ac6)] -> id: idSIButton9]
2533022 main INFO main FiManagement.java:604 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
2533071 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1f22fd6468c767d3ae13fe1a7cad4ac6)] -> xpath: //input[@id='i0116']]
2533118 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1f22fd6468c767d3ae13fe1a7cad4ac6)] -> xpath: //input[@id='i0116']]
2536438 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b5-0180-7882-bff4-507a9972a596&response_mode=fragment&client_info=1&nonce=019933b5-0182-7110-95a9-e1e2c969e8e2&state=eyjpzci6ijaxotkzm2i1ltaxodetnzq2ny04y2uxlwviogu1nge3zmrlyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=n_qchgcw-olvsgegi2hgoofneqhgadn0bk5kb0d4pbs&code_challenge_method=s256&sso_reload=true
2536438 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2539674 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b5-0180-7882-bff4-507a9972a596&response_mode=fragment&client_info=1&nonce=019933b5-0182-7110-95a9-e1e2c969e8e2&state=eyjpzci6ijaxotkzm2i1ltaxodetnzq2ny04y2uxlwviogu1nge3zmrlyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=n_qchgcw-olvsgegi2hgoofneqhgadn0bk5kb0d4pbs&code_challenge_method=s256&sso_reload=true
2539674 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2539973 main INFO main SignInPage.java:260 Password text field is shown
2543035 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1f22fd6468c767d3ae13fe1a7cad4ac6)] -> xpath: //input[@id='i0118']]
2543090 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1f22fd6468c767d3ae13fe1a7cad4ac6)] -> xpath: //input[@id='i0118']]
2546308 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b5-0180-7882-bff4-507a9972a596&response_mode=fragment&client_info=1&nonce=019933b5-0182-7110-95a9-e1e2c969e8e2&state=eyjpzci6ijaxotkzm2i1ltaxodetnzq2ny04y2uxlwviogu1nge3zmrlyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=n_qchgcw-olvsgegi2hgoofneqhgadn0bk5kb0d4pbs&code_challenge_method=s256&sso_reload=true
2546308 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2546561 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
2546561 main INFO main FiManagement.java:608 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
2550365 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
2550365 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2557284 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2557284 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2560392 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2560392 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2560439 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1f22fd6468c767d3ae13fe1a7cad4ac6)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
2563521 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2563521 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2563569 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1f22fd6468c767d3ae13fe1a7cad4ac6)] -> xpath: //b[contains(text(),'Dashboard')]]
2563671 main INFO main FiManagement.java:611 Successfully navigated to the 'Control Panel' page
2563719 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1f22fd6468c767d3ae13fe1a7cad4ac6)] -> id: immAdministration]
2565836 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1f22fd6468c767d3ae13fe1a7cad4ac6)] -> id: immAdministration]
2566004 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1f22fd6468c767d3ae13fe1a7cad4ac6)] -> id: immMenuAgents]
2568309 main INFO main FiManagement.java:615 Successfully navigated to the 'Agents' page
2583120 main FATAL main FiManagement.java:673 Index 0 out of bounds for length 0
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
     at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
     at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
     at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
     at java.base/java.util.Objects.checkIndex(Objects.java:385)
     at java.base/java.util.ArrayList.get(ArrayList.java:427)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy19.get(Unknown Source)
     at com.imm.ereceipt.pages.AgentsPage.setSearchAgent(AgentsPage.java:579)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifySearchCriteriaInAgentPage(FiManagement.java:627)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
2583121 main INFO main Log.java:264 **** -E---N---D- *****
2583122 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifySearchCriteriaInRolePage
2583122 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
2583138 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
2584653 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
2584653 main INFO main Log.java:192
2584653 main INFO main FiManagement.java:245 **** verify Search Criteria In Role Page with group id *****
2584653 main INFO main Log.java:194
2588394 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b5-da99-74d7-84e9-3d2bf51069dd&response_mode=fragment&client_info=1&nonce=019933b5-da9b-76e2-b5e6-9052fa4d1ccd&state=eyjpzci6ijaxotkzm2i1lwrhowetnzjkmc1iytbkltjiy2qyymq0nmzlmyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=-pvout-ppg2qekjroebma9nhg-kzoaathjk4_hmouka&code_challenge_method=s256&sso_reload=true
2588394 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2588457 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (629bbf9bedca94c6ca79b79e531219de)] -> xpath: //input[@id='i0116']]
2588457 main INFO main FiManagement.java:249 Successfully navigated to 'eReceipts FI Admin' Page
2588513 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (629bbf9bedca94c6ca79b79e531219de)] -> xpath: //input[@id='i0116']]
2588561 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (629bbf9bedca94c6ca79b79e531219de)] -> id: idSIButton9]
2588561 main INFO main FiManagement.java:252 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
2588608 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (629bbf9bedca94c6ca79b79e531219de)] -> xpath: //input[@id='i0116']]
2588655 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (629bbf9bedca94c6ca79b79e531219de)] -> xpath: //input[@id='i0116']]
2592048 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b5-da99-74d7-84e9-3d2bf51069dd&response_mode=fragment&client_info=1&nonce=019933b5-da9b-76e2-b5e6-9052fa4d1ccd&state=eyjpzci6ijaxotkzm2i1lwrhowetnzjkmc1iytbkltjiy2qyymq0nmzlmyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=-pvout-ppg2qekjroebma9nhg-kzoaathjk4_hmouka&code_challenge_method=s256&sso_reload=true
2592048 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2595317 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b5-da99-74d7-84e9-3d2bf51069dd&response_mode=fragment&client_info=1&nonce=019933b5-da9b-76e2-b5e6-9052fa4d1ccd&state=eyjpzci6ijaxotkzm2i1lwrhowetnzjkmc1iytbkltjiy2qyymq0nmzlmyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=-pvout-ppg2qekjroebma9nhg-kzoaathjk4_hmouka&code_challenge_method=s256&sso_reload=true
2595318 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2595657 main INFO main SignInPage.java:260 Password text field is shown
2598724 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (629bbf9bedca94c6ca79b79e531219de)] -> xpath: //input[@id='i0118']]
2598775 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (629bbf9bedca94c6ca79b79e531219de)] -> xpath: //input[@id='i0118']]
2603011 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b5-da99-74d7-84e9-3d2bf51069dd&response_mode=fragment&client_info=1&nonce=019933b5-da9b-76e2-b5e6-9052fa4d1ccd&state=eyjpzci6ijaxotkzm2i1lwrhowetnzjkmc1iytbkltjiy2qyymq0nmzlmyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=-pvout-ppg2qekjroebma9nhg-kzoaathjk4_hmouka&code_challenge_method=s256&sso_reload=true
2603011 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2603297 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
2603297 main INFO main FiManagement.java:256 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
2609043 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
2609043 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2615910 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2615910 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2618994 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2618994 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2619037 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (629bbf9bedca94c6ca79b79e531219de)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
2622155 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2622155 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2622195 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (629bbf9bedca94c6ca79b79e531219de)] -> xpath: //b[contains(text(),'Dashboard')]]
2622316 main INFO main FiManagement.java:259 Successfully navigated to the 'Control Panel' page
2622353 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (629bbf9bedca94c6ca79b79e531219de)] -> id: immAdministration]
2624438 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (629bbf9bedca94c6ca79b79e531219de)] -> id: immAdministration]
2624605 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (629bbf9bedca94c6ca79b79e531219de)] -> id: immMenuRoles]
2626826 main INFO main FiManagement.java:263 Successfully navigated to the 'Roles' page
2627864 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (629bbf9bedca94c6ca79b79e531219de)] -> id: immClear]
2628018 main INFO main FiManagement.java:285 Clicked 'Clear' button
2628189 main INFO main FiManagement.java:286 <b>Expected: </b>Successfully verifyed the fields are empty after clicking clear button<br><b>Actual(Passed): </b>Successfully verifyed the fields are empty after clicking clear button
2628189 main INFO main FiManagement.java:318 Test Passed.
2628189 main INFO main Log.java:264 **** -E---N---D- *****
2628191 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifySearchCriteriaInRolePage
2628199 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
2628199 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
2629706 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
2629706 main INFO main Log.java:192
2629706 main INFO main FiManagement.java:245 **** verify Search Criteria In Role Page with clear *****
2629706 main INFO main Log.java:194
2633540 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b6-8aec-7d35-beab-b4fd69bf93f1&response_mode=fragment&client_info=1&nonce=019933b6-8aef-7195-9d46-0cdb09f2438f&state=eyjpzci6ijaxotkzm2i2lthhzwqtnzjlos05nzm5ltq0njrlmjy0owu4msisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=fstpgzztddyg72oqlmzbfswdj_88jiuf4msmpt3asa4&code_challenge_method=s256&sso_reload=true
2633540 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2633611 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8f8805b68e9638a2d790df681c04e284)] -> xpath: //input[@id='i0116']]
2633611 main INFO main FiManagement.java:249 Successfully navigated to 'eReceipts FI Admin' Page
2633665 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8f8805b68e9638a2d790df681c04e284)] -> xpath: //input[@id='i0116']]
2633734 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8f8805b68e9638a2d790df681c04e284)] -> id: idSIButton9]
2633734 main INFO main FiManagement.java:252 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
2633781 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8f8805b68e9638a2d790df681c04e284)] -> xpath: //input[@id='i0116']]
2633863 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8f8805b68e9638a2d790df681c04e284)] -> xpath: //input[@id='i0116']]
2637375 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b6-8aec-7d35-beab-b4fd69bf93f1&response_mode=fragment&client_info=1&nonce=019933b6-8aef-7195-9d46-0cdb09f2438f&state=eyjpzci6ijaxotkzm2i2lthhzwqtnzjlos05nzm5ltq0njrlmjy0owu4msisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=fstpgzztddyg72oqlmzbfswdj_88jiuf4msmpt3asa4&code_challenge_method=s256&sso_reload=true
2637375 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2640724 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b6-8aec-7d35-beab-b4fd69bf93f1&response_mode=fragment&client_info=1&nonce=019933b6-8aef-7195-9d46-0cdb09f2438f&state=eyjpzci6ijaxotkzm2i2lthhzwqtnzjlos05nzm5ltq0njrlmjy0owu4msisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=fstpgzztddyg72oqlmzbfswdj_88jiuf4msmpt3asa4&code_challenge_method=s256&sso_reload=true
2640724 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2641282 main INFO main SignInPage.java:260 Password text field is shown
2644352 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8f8805b68e9638a2d790df681c04e284)] -> xpath: //input[@id='i0118']]
2644410 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8f8805b68e9638a2d790df681c04e284)] -> xpath: //input[@id='i0118']]
2647679 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b6-8aec-7d35-beab-b4fd69bf93f1&response_mode=fragment&client_info=1&nonce=019933b6-8aef-7195-9d46-0cdb09f2438f&state=eyjpzci6ijaxotkzm2i2lthhzwqtnzjlos05nzm5ltq0njrlmjy0owu4msisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=fstpgzztddyg72oqlmzbfswdj_88jiuf4msmpt3asa4&code_challenge_method=s256&sso_reload=true
2647679 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2647993 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
2647993 main INFO main FiManagement.java:256 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
2651935 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
2651935 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2658961 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2658962 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2662055 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2662055 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2662118 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8f8805b68e9638a2d790df681c04e284)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
2665213 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2665213 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2665260 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8f8805b68e9638a2d790df681c04e284)] -> xpath: //b[contains(text(),'Dashboard')]]
2665379 main INFO main FiManagement.java:259 Successfully navigated to the 'Control Panel' page
2665445 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8f8805b68e9638a2d790df681c04e284)] -> id: immAdministration]
2667543 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8f8805b68e9638a2d790df681c04e284)] -> id: immAdministration]
2667685 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8f8805b68e9638a2d790df681c04e284)] -> id: immMenuRoles]
2669997 main INFO main FiManagement.java:263 Successfully navigated to the 'Roles' page
2682538 main INFO main FiManagement.java:276 Entered 'Role' : Member Managers
2684597 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8f8805b68e9638a2d790df681c04e284)] -> id: immName]
2684644 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8f8805b68e9638a2d790df681c04e284)] -> id: immName]
2685068 main INFO main FiManagement.java:271 Entered 'Name' : Manage Super Tellers
2691276 main INFO main FiManagement.java:293 Clicked 'Apply' button
2704070 main INFO main RolesPage.java:303 No records are found
2704195 main INFO main FiManagement.java:296 No records found for the given search criteria
2704195 main INFO main FiManagement.java:318 Test Passed.
2704195 main INFO main Log.java:264 **** -E---N---D- *****
2704197 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifySearchCriteriaInRolePage
2704211 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
2704216 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
2706178 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
2706191 main INFO main Log.java:192
2706191 main INFO main FiManagement.java:245 **** verify Search Criteria In Role Page with name *****
2706191 main INFO main Log.java:194
2710133 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b7-b64d-78b8-938f-e8169d8df070&response_mode=fragment&client_info=1&nonce=019933b7-b650-7095-b467-7d8a1f3239ee&state=eyjpzci6ijaxotkzm2i3lwi2ngytnzbhmy1inwrkltvmyzlhmwzmzjzhyyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=4qwlcs4lve9iexetjlkcu4g7usxeibmxmtb-lxexdo4&code_challenge_method=s256&sso_reload=true
2710133 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2710207 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5675ba797d6d5f2948b38fc8fb89bf65)] -> xpath: //input[@id='i0116']]
2710207 main INFO main FiManagement.java:249 Successfully navigated to 'eReceipts FI Admin' Page
2710259 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5675ba797d6d5f2948b38fc8fb89bf65)] -> xpath: //input[@id='i0116']]
2710323 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5675ba797d6d5f2948b38fc8fb89bf65)] -> id: idSIButton9]
2710324 main INFO main FiManagement.java:252 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
2710362 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5675ba797d6d5f2948b38fc8fb89bf65)] -> xpath: //input[@id='i0116']]
2710425 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5675ba797d6d5f2948b38fc8fb89bf65)] -> xpath: //input[@id='i0116']]
2713822 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b7-b64d-78b8-938f-e8169d8df070&response_mode=fragment&client_info=1&nonce=019933b7-b650-7095-b467-7d8a1f3239ee&state=eyjpzci6ijaxotkzm2i3lwi2ngytnzbhmy1inwrkltvmyzlhmwzmzjzhyyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=4qwlcs4lve9iexetjlkcu4g7usxeibmxmtb-lxexdo4&code_challenge_method=s256&sso_reload=true
2713822 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2717160 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b7-b64d-78b8-938f-e8169d8df070&response_mode=fragment&client_info=1&nonce=019933b7-b650-7095-b467-7d8a1f3239ee&state=eyjpzci6ijaxotkzm2i3lwi2ngytnzbhmy1inwrkltvmyzlhmwzmzjzhyyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=4qwlcs4lve9iexetjlkcu4g7usxeibmxmtb-lxexdo4&code_challenge_method=s256&sso_reload=true
2717160 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2717788 main INFO main SignInPage.java:260 Password text field is shown
2720849 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5675ba797d6d5f2948b38fc8fb89bf65)] -> xpath: //input[@id='i0118']]
2720912 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5675ba797d6d5f2948b38fc8fb89bf65)] -> xpath: //input[@id='i0118']]
2724251 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b7-b64d-78b8-938f-e8169d8df070&response_mode=fragment&client_info=1&nonce=019933b7-b650-7095-b467-7d8a1f3239ee&state=eyjpzci6ijaxotkzm2i3lwi2ngytnzbhmy1inwrkltvmyzlhmwzmzjzhyyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=4qwlcs4lve9iexetjlkcu4g7usxeibmxmtb-lxexdo4&code_challenge_method=s256&sso_reload=true
2724251 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2724669 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
2724669 main INFO main FiManagement.java:256 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
2728545 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
2728545 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2735620 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2735620 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2738745 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2738745 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2738808 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5675ba797d6d5f2948b38fc8fb89bf65)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
2741905 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2741905 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2741984 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5675ba797d6d5f2948b38fc8fb89bf65)] -> xpath: //b[contains(text(),'Dashboard')]]
2742120 main INFO main FiManagement.java:259 Successfully navigated to the 'Control Panel' page
2742174 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5675ba797d6d5f2948b38fc8fb89bf65)] -> id: immAdministration]
2744273 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5675ba797d6d5f2948b38fc8fb89bf65)] -> id: immAdministration]
2744423 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5675ba797d6d5f2948b38fc8fb89bf65)] -> id: immMenuRoles]
2746720 main INFO main FiManagement.java:263 Successfully navigated to the 'Roles' page
2765467 main INFO main FiManagement.java:276 Entered 'Role' : Tellers
2766537 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5675ba797d6d5f2948b38fc8fb89bf65)] -> id: immName]
2766597 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5675ba797d6d5f2948b38fc8fb89bf65)] -> id: immName]
2766988 main INFO main FiManagement.java:271 Entered 'Name' : Regular Tellers
2773206 main INFO main FiManagement.java:293 Clicked 'Apply' button
2785947 main INFO main RolesPage.java:303 No records are found
2786048 main INFO main FiManagement.java:296 No records found for the given search criteria
2786048 main INFO main FiManagement.java:318 Test Passed.
2786048 main INFO main Log.java:264 **** -E---N---D- *****
2786048 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifySearchCriteriaInRolePage
2786066 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
2786066 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
2788095 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
2788095 main INFO main Log.java:192
2788095 main INFO main FiManagement.java:245 **** verify Search Criteria In Role Page with role *****
2788095 main INFO main Log.java:194
2792141 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b8-f797-73af-92cb-e00a82565749&response_mode=fragment&client_info=1&nonce=019933b8-f799-770c-a805-27d7640a80e4&state=eyjpzci6ijaxotkzm2i4lwy3otktnznkzs1immi3ltnmognkzju1ndkyyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=9jnkwyfmwaztzdc-bmireh-8qr_eudujvnz7itqylc4&code_challenge_method=s256&sso_reload=true
2792141 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2792229 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8603e01473765040d0af967a2d78aff4)] -> xpath: //input[@id='i0116']]
2792229 main INFO main FiManagement.java:249 Successfully navigated to 'eReceipts FI Admin' Page
2792276 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8603e01473765040d0af967a2d78aff4)] -> xpath: //input[@id='i0116']]
2792361 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8603e01473765040d0af967a2d78aff4)] -> id: idSIButton9]
2792362 main INFO main FiManagement.java:252 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
2792409 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8603e01473765040d0af967a2d78aff4)] -> xpath: //input[@id='i0116']]
2792472 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8603e01473765040d0af967a2d78aff4)] -> xpath: //input[@id='i0116']]
2795928 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b8-f797-73af-92cb-e00a82565749&response_mode=fragment&client_info=1&nonce=019933b8-f799-770c-a805-27d7640a80e4&state=eyjpzci6ijaxotkzm2i4lwy3otktnznkzs1immi3ltnmognkzju1ndkyyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=9jnkwyfmwaztzdc-bmireh-8qr_eudujvnz7itqylc4&code_challenge_method=s256&sso_reload=true
2795928 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2799242 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b8-f797-73af-92cb-e00a82565749&response_mode=fragment&client_info=1&nonce=019933b8-f799-770c-a805-27d7640a80e4&state=eyjpzci6ijaxotkzm2i4lwy3otktnznkzs1immi3ltnmognkzju1ndkyyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=9jnkwyfmwaztzdc-bmireh-8qr_eudujvnz7itqylc4&code_challenge_method=s256&sso_reload=true
2799242 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2799678 main INFO main SignInPage.java:260 Password text field is shown
2802758 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8603e01473765040d0af967a2d78aff4)] -> xpath: //input[@id='i0118']]
2802812 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8603e01473765040d0af967a2d78aff4)] -> xpath: //input[@id='i0118']]
2806079 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933b8-f797-73af-92cb-e00a82565749&response_mode=fragment&client_info=1&nonce=019933b8-f799-770c-a805-27d7640a80e4&state=eyjpzci6ijaxotkzm2i4lwy3otktnznkzs1immi3ltnmognkzju1ndkyyiisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=9jnkwyfmwaztzdc-bmireh-8qr_eudujvnz7itqylc4&code_challenge_method=s256&sso_reload=true
2806079 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2806416 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
2806416 main INFO main FiManagement.java:256 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
2810262 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
2810262 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2817236 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2817236 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2820370 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2820370 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2820437 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8603e01473765040d0af967a2d78aff4)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
2823518 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2823518 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2823585 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8603e01473765040d0af967a2d78aff4)] -> xpath: //b[contains(text(),'Dashboard')]]
2823704 main INFO main FiManagement.java:259 Successfully navigated to the 'Control Panel' page
2823772 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8603e01473765040d0af967a2d78aff4)] -> id: immAdministration]
2825887 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8603e01473765040d0af967a2d78aff4)] -> id: immAdministration]
2826072 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8603e01473765040d0af967a2d78aff4)] -> id: immMenuRoles]
2828308 main INFO main FiManagement.java:263 Successfully navigated to the 'Roles' page
2846965 main INFO main FiManagement.java:276 Entered 'Role' : Tellers
2848024 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8603e01473765040d0af967a2d78aff4)] -> id: immName]
2848074 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (8603e01473765040d0af967a2d78aff4)] -> id: immName]
2848503 main INFO main FiManagement.java:271 Entered 'Name' : Manage Super Tellers
2854693 main INFO main FiManagement.java:293 Clicked 'Apply' button
2867420 main INFO main RolesPage.java:303 No records are found
2867552 main INFO main FiManagement.java:296 No records found for the given search criteria
2867552 main INFO main FiManagement.java:318 Test Passed.
2867552 main INFO main Log.java:264 **** -E---N---D- *****
2867555 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifySearchCriteriaInRolePage
2867567 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
2867573 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
2869549 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
2869549 main INFO main Log.java:192
2869565 main INFO main FiManagement.java:245 **** verify Search Criteria In Role Page with both GroupId and role *****
2869565 main INFO main Log.java:194
2873436 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933ba-3418-7d83-98f9-328d8c859d65&response_mode=fragment&client_info=1&nonce=019933ba-3419-7995-89d6-5c323e29f621&state=eyjpzci6ijaxotkzm2jhltm0mtgtnzbhnc1hmjlmltqyzju5nmuymjuxncisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=lvxp0skty--ixr6kvyv_6mkujsyncxe1lhp-pa_x2fs&code_challenge_method=s256&sso_reload=true
2873436 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2873507 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5a9e24d77bb69e010e444c39cc2c6682)] -> xpath: //input[@id='i0116']]
2873508 main INFO main FiManagement.java:249 Successfully navigated to 'eReceipts FI Admin' Page
2873553 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5a9e24d77bb69e010e444c39cc2c6682)] -> xpath: //input[@id='i0116']]
2873604 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5a9e24d77bb69e010e444c39cc2c6682)] -> id: idSIButton9]
2873604 main INFO main FiManagement.java:252 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
2873650 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5a9e24d77bb69e010e444c39cc2c6682)] -> xpath: //input[@id='i0116']]
2873698 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5a9e24d77bb69e010e444c39cc2c6682)] -> xpath: //input[@id='i0116']]
2877072 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933ba-3418-7d83-98f9-328d8c859d65&response_mode=fragment&client_info=1&nonce=019933ba-3419-7995-89d6-5c323e29f621&state=eyjpzci6ijaxotkzm2jhltm0mtgtnzbhnc1hmjlmltqyzju5nmuymjuxncisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=lvxp0skty--ixr6kvyv_6mkujsyncxe1lhp-pa_x2fs&code_challenge_method=s256&sso_reload=true
2877072 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2880363 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933ba-3418-7d83-98f9-328d8c859d65&response_mode=fragment&client_info=1&nonce=019933ba-3419-7995-89d6-5c323e29f621&state=eyjpzci6ijaxotkzm2jhltm0mtgtnzbhnc1hmjlmltqyzju5nmuymjuxncisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=lvxp0skty--ixr6kvyv_6mkujsyncxe1lhp-pa_x2fs&code_challenge_method=s256&sso_reload=true
2880363 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2880678 main INFO main SignInPage.java:260 Password text field is shown
2884661 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5a9e24d77bb69e010e444c39cc2c6682)] -> xpath: //input[@id='i0118']]
2884705 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5a9e24d77bb69e010e444c39cc2c6682)] -> xpath: //input[@id='i0118']]
2887978 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933ba-3418-7d83-98f9-328d8c859d65&response_mode=fragment&client_info=1&nonce=019933ba-3419-7995-89d6-5c323e29f621&state=eyjpzci6ijaxotkzm2jhltm0mtgtnzbhnc1hmjlmltqyzju5nmuymjuxncisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=lvxp0skty--ixr6kvyv_6mkujsyncxe1lhp-pa_x2fs&code_challenge_method=s256&sso_reload=true
2887978 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2888251 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
2888251 main INFO main FiManagement.java:256 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
2892085 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
2892085 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2898906 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2898906 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2901972 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2901972 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2902034 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5a9e24d77bb69e010e444c39cc2c6682)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
2905088 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2905088 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2905135 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5a9e24d77bb69e010e444c39cc2c6682)] -> xpath: //b[contains(text(),'Dashboard')]]
2905257 main INFO main FiManagement.java:259 Successfully navigated to the 'Control Panel' page
2905299 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5a9e24d77bb69e010e444c39cc2c6682)] -> id: immAdministration]
2907409 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5a9e24d77bb69e010e444c39cc2c6682)] -> id: immAdministration]
2907570 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5a9e24d77bb69e010e444c39cc2c6682)] -> id: immMenuRoles]
2909852 main INFO main FiManagement.java:263 Successfully navigated to the 'Roles' page
2926575 main INFO main FiManagement.java:276 Entered 'Role' : Super Tellers
2928657 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5a9e24d77bb69e010e444c39cc2c6682)] -> id: immName]
2928736 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (5a9e24d77bb69e010e444c39cc2c6682)] -> id: immName]
2929313 main INFO main FiManagement.java:271 Entered 'Name' : Regular Super Tellers
2935530 main INFO main FiManagement.java:293 Clicked 'Apply' button
2948303 main INFO main RolesPage.java:303 No records are found
2948487 main INFO main FiManagement.java:296 No records found for the given search criteria
2948487 main INFO main FiManagement.java:318 Test Passed.
2948487 main INFO main Log.java:264 **** -E---N---D- *****
2948505 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifySortingInAgentPage
2948521 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
2948521 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
2950718 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
2950718 main INFO main Log.java:192
2950718 main INFO main FiManagement.java:801 **** verify Sorting In Agent Page *****
2950719 main INFO main Log.java:194
2954787 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933bb-720a-7b40-936a-16e5000f4d77&response_mode=fragment&client_info=1&nonce=019933bb-720c-7344-be10-af6dbc30d452&state=eyjpzci6ijaxotkzm2jiltcymgitnzyzms1izdzllwzmzdg4ytlimjq0zcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=zjzon3x8nefdqce1my1dakiprfgkj5l3tnjizotusjs&code_challenge_method=s256&sso_reload=true
2954787 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2954856 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4b6ae0a0c784164658b5d058059af4c9)] -> xpath: //input[@id='i0116']]
2954856 main INFO main FiManagement.java:805 Successfully navigated to 'eReceipts FI Admin' Page
2954927 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4b6ae0a0c784164658b5d058059af4c9)] -> xpath: //input[@id='i0116']]
2954996 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4b6ae0a0c784164658b5d058059af4c9)] -> id: idSIButton9]
2954996 main INFO main FiManagement.java:808 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
2955069 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4b6ae0a0c784164658b5d058059af4c9)] -> xpath: //input[@id='i0116']]
2955152 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4b6ae0a0c784164658b5d058059af4c9)] -> xpath: //input[@id='i0116']]
2958674 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933bb-720a-7b40-936a-16e5000f4d77&response_mode=fragment&client_info=1&nonce=019933bb-720c-7344-be10-af6dbc30d452&state=eyjpzci6ijaxotkzm2jiltcymgitnzyzms1izdzllwzmzdg4ytlimjq0zcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=zjzon3x8nefdqce1my1dakiprfgkj5l3tnjizotusjs&code_challenge_method=s256&sso_reload=true
2958674 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2961972 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933bb-720a-7b40-936a-16e5000f4d77&response_mode=fragment&client_info=1&nonce=019933bb-720c-7344-be10-af6dbc30d452&state=eyjpzci6ijaxotkzm2jiltcymgitnzyzms1izdzllwzmzdg4ytlimjq0zcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=zjzon3x8nefdqce1my1dakiprfgkj5l3tnjizotusjs&code_challenge_method=s256&sso_reload=true
2961972 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2962457 main INFO main SignInPage.java:260 Password text field is shown
2965525 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4b6ae0a0c784164658b5d058059af4c9)] -> xpath: //input[@id='i0118']]
2965589 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4b6ae0a0c784164658b5d058059af4c9)] -> xpath: //input[@id='i0118']]
2968905 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=019933bb-720a-7b40-936a-16e5000f4d77&response_mode=fragment&client_info=1&nonce=019933bb-720c-7344-be10-af6dbc30d452&state=eyjpzci6ijaxotkzm2jiltcymgitnzyzms1izdzllwzmzdg4ytlimjq0zcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=zjzon3x8nefdqce1my1dakiprfgkj5l3tnjizotusjs&code_challenge_method=s256&sso_reload=true
2968905 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2969444 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
2969444 main INFO main FiManagement.java:812 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
2973409 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
2973409 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2980488 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2980488 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2983603 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2983603 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2983687 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4b6ae0a0c784164658b5d058059af4c9)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
2986810 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
2986810 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
2986866 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4b6ae0a0c784164658b5d058059af4c9)] -> xpath: //b[contains(text(),'Dashboard')]]
2987049 main INFO main FiManagement.java:815 Successfully navigated to the 'Control Panel' page
2987119 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4b6ae0a0c784164658b5d058059af4c9)] -> id: immAdministration]
2989250 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4b6ae0a0c784164658b5d058059af4c9)] -> id: immAdministration]
2989535 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4b6ae0a0c784164658b5d058059af4c9)] -> id: immMenuAgents]
2991899 main INFO main FiManagement.java:819 Successfully navigated to the 'Agents' page
2999094 main INFO main FiManagement.java:822 Clicked 'Search' button
3002287 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/agents
3002287 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
3002349 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4b6ae0a0c784164658b5d058059af4c9)] -> css selector: tbody>tr[id*='immOpenUpdateDeleteAgentDialog']]
3007675 main INFO main AgentsPage.java:319 Page in:1
3010828 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/agents
3010828 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
3014123 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/agents
3014124 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
3017405 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/agents
3017405 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
3017674 main INFO main AgentsPage.java:357 Clicking the next page
3017753 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4b6ae0a0c784164658b5d058059af4c9)] -> css selector: [class*='paginator'] button[class*='paginator-navigation-next']]
3017867 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4b6ae0a0c784164658b5d058059af4c9)] -> css selector: [class*='paginator'] button[class*='paginator-navigation-next']]
3017990 main INFO main AgentsPage.java:343 Total records displayed : 3
12224223 main FATAL main FiManagement.java:850 invalid session id: session deleted as the browser has closed the connection
org.openqa.selenium.NoSuchSessionException: invalid session id: session deleted as the browser has closed the connection
    from disconnected: Unable to receive message from renderer
     (Session info: chrome=140.0.7339.81)
    Build info: version: '4.28.0', revision: 'ac342546e9'
    System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.8'
    Driver info: org.openqa.selenium.remote.RemoteWebDriver
    Command: [4b6ae0a0c784164658b5d058059af4c9, isElementEnabled {id=f.88A4E55700B78275B3213392EA3C2778.d.C09E9F5A7B99BA581D82584B67A104A3.e.51}]
    Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 140.0.7339.81, chrome: {chromedriverVersion: 140.0.7339.82 (bc93617e21c3..., userDataDir: C:\Users\ratnak\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:50837}, goog:loggingPrefs: {performance: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.80.1:4444/sess..., se:cdpVersion: 140.0.7339.81, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
    Element: [[RemoteWebDriver: chrome on Windows 10 (4b6ae0a0c784164658b5d058059af4c9)] -> css selector: [class*='paginator'] button[class*='paginator-navigation-previous']]
    Session ID: 4b6ae0a0c784164658b5d058059af4c9
     at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
     at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
     at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
     at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
     at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138)
     at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50)
     at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:215)
     at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:53)
     at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
     at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:223)
     at org.openqa.selenium.remote.RemoteWebElement.isEnabled(RemoteWebElement.java:181)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at com.epam.healenium.handlers.proxy.WebElementProxyHandler.invoke(WebElementProxyHandler.java:68)
     at jdk.proxy2/jdk.proxy2.$Proxy17.isEnabled(Unknown Source)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:51)
     at jdk.proxy2/jdk.proxy2.$Proxy17.isEnabled(Unknown Source)
     at com.imm.ereceipt.pages.AgentsPage.clickFirstPage(AgentsPage.java:527)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifySortingInAgentPage(FiManagement.java:828)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
12224223 main INFO main Log.java:264 **** -E---N---D- *****
12224223 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifySortingInRolePage
12225168 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
12225183 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
84448537 main DEBUG main WebDriverFactory.java:244 TestCaseID:: verifyWorkStationInWorkstationsPage
84454292 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
84454302 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
84462472 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
84462474 main INFO main Log.java:192
84462474 main INFO main FiManagement.java:1721 **** verify Workstation In Workstations Page (Jira # needs to add) *****
84462474 main INFO main Log.java:194
84468731 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993897-3cdc-7921-ad16-ecf778ed2461&response_mode=fragment&client_info=1&nonce=01993897-3cde-7bee-8259-3144c140cef0&state=eyjpzci6ijaxotkzodk3ltnjzgqtnzlhyy05mjewltc1nwu5nwrhy2m4yyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=aebnupzd3xsguu0krc7qbmwlmnrdkk2bjb9lmcir7zm&code_challenge_method=s256&sso_reload=true
84468732 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84468963 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //input[@id='i0116']]
84468963 main INFO main FiManagement.java:1725 Successfully navigated to 'eReceipts FI Admin' Page
84469079 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //input[@id='i0116']]
84469192 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: idSIButton9]
84469192 main INFO main FiManagement.java:1728 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
84469317 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //input[@id='i0116']]
84469414 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //input[@id='i0116']]
84475292 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993897-3cdc-7921-ad16-ecf778ed2461&response_mode=fragment&client_info=1&nonce=01993897-3cde-7bee-8259-3144c140cef0&state=eyjpzci6ijaxotkzodk3ltnjzgqtnzlhyy05mjewltc1nwu5nwrhy2m4yyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=aebnupzd3xsguu0krc7qbmwlmnrdkk2bjb9lmcir7zm&code_challenge_method=s256&sso_reload=true
84475293 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84479040 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993897-3cdc-7921-ad16-ecf778ed2461&response_mode=fragment&client_info=1&nonce=01993897-3cde-7bee-8259-3144c140cef0&state=eyjpzci6ijaxotkzodk3ltnjzgqtnzlhyy05mjewltc1nwu5nwrhy2m4yyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=aebnupzd3xsguu0krc7qbmwlmnrdkk2bjb9lmcir7zm&code_challenge_method=s256&sso_reload=true
84479041 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84480029 main INFO main SignInPage.java:260 Password text field is shown
84483230 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //input[@id='i0118']]
84483317 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //input[@id='i0118']]
84486967 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=01993897-3cdc-7921-ad16-ecf778ed2461&response_mode=fragment&client_info=1&nonce=01993897-3cde-7bee-8259-3144c140cef0&state=eyjpzci6ijaxotkzodk3ltnjzgqtnzlhyy05mjewltc1nwu5nwrhy2m4yyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=aebnupzd3xsguu0krc7qbmwlmnrdkk2bjb9lmcir7zm&code_challenge_method=s256&sso_reload=true
84486969 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84487471 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
84487471 main INFO main FiManagement.java:1732 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
84492105 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
84492106 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84500285 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
84500285 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84503527 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
84503527 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84503795 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
84506960 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
84506960 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84507072 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //b[contains(text(),'Dashboard')]]
84507264 main INFO main FiManagement.java:1735 Successfully navigated to the 'Control Panel' page
84507397 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: immAdministration]
84509511 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: immAdministration]
84509766 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: immMenuBandW]
84512113 main INFO main FiManagement.java:1739 Successfully navigated to the 'Workstations' page
84515795 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84515795 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84520974 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: immGlobalControl_NewBranch_button]
84521377 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: button[id*='immBranch_ButtonClose_']]
84521377 main INFO main FiManagement.java:1744 Clicked on Add New Branch icon
84521485 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: input[id*='immBranch_BranchName_']]
84521623 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: input[id*='immBranch_BranchName_']]
84522368 main INFO main FiManagement.java:1746 set the Branch name
84522550 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: button[id*='immBranch_ButtonSave_']]
84522708 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: button[id*='immBranch_ButtonSave_']]
84523137 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: immGlobalControl_NewBranch_button]
84523236 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
84523420 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
84524075 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: immGlobalControl_NewWorkstation_button]
84529537 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84529537 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84530722 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: immGlobalControl_NewWorkstation_button]
84531002 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
84531003 main INFO main FiManagement.java:1758 Clicked on Add New Workstation icon
84531084 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
84531150 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
84531638 main INFO main FiManagement.java:1760 set the Invalid Workstation name
84544334 main DEBUG main BrowserActions.java:143 Moved to element..
84560147 main ERROR main FiManagement.java:1761 <b>Expected: </b>verify the Invalid name in Newly created Workstation Page<br><b>Actual(Failed): </b>Failed to verify the Invalid name in Newly created Workstation Page
84560189 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
84560227 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
84560587 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: button[id*='immWorkstation_ButtonCancel_']]
84560640 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: button[id*='immWorkstation_ButtonCancel_']]
84562868 main INFO main FiManagement.java:1781 <b>Expected: </b>verify the Cancel functionality in Newly created Workstation Page<br><b>Actual(Passed): </b>Successfully verified the Cancel functionality in Newly created Workstation Page
84562868 main INFO main FiManagement.java:1785 Clicked on CLose Workstation icon
84562915 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
84562973 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
84565196 main INFO main FiManagement.java:1786 <b>Expected: </b>verify the close functionality in Newly created Workstation Page<br><b>Actual(Passed): </b>Successfully verified the close functionality in Newly created Workstation Page
84565240 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: immGlobalControl_NewWorkstation_button]
84565461 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: button[id*='immWorkstation_ButtonClose_']]
84565461 main INFO main FiManagement.java:1791 Clicked on Add New Workstation icon
84565511 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
84565565 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
84565974 main INFO main FiManagement.java:1793 set the Workstation name
84566027 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
84566088 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
84566220 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: immGlobalControl_NewWorkstation_button]
84574690 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
84574731 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
84574922 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: immGlobalControl_NewWorkstation_button]
84578223 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84578223 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84578270 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: imm_searchWs_GlobalControl]
84578310 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: imm_searchWs_GlobalControl]
84578735 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
84578784 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
84579025 main INFO main FiManagement.java:1798 <b>Expected: </b>select the list matching pattern in 'Wks' page<br><b>Actual(Passed): </b>Successfully selected list in 'Wks' page
84584179 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84584179 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84584338 main INFO main FiManagement.java:1802 <b>Expected: </b>verify the Newly created Workstation name in 'Workstations' page<br><b>Actual(Passed): </b>Successfully verified the Newly created Workstation name in 'Workstations' page
84584384 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
84584427 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
84584491 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: immGlobalControl_NewWorkstation_button]
84589621 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84589621 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84594749 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //mat-expansion-panel-header[contains(@id,'mat-expansion-panel-header-')]/span/mat-panel-title/imm-panel-ws-header/div[2]]
84595016 main INFO main FiManagement.java:1810 Expand the header for Workstation
84603179 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84603179 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84605298 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
84605346 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
84605398 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: input[id*='immWorkstation_WorkstationName_']]
84605772 main INFO main FiManagement.java:1811 <b>Expected: </b>verify the Edit Workstation name in 'Workstations' page<br><b>Actual(Passed): </b>Successfully verified the Edit Workstation name in 'Workstations' page
84605809 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
84607927 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> css selector: button[id*='immWorkstation_ButtonSave_']]
84613146 main DEBUG main Utils.java:1027 Unable to find an element after 5 sec
84618290 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84618290 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84618443 main INFO main FiManagement.java:1816 <b>Expected: </b>verify the Edit Workstation name Saved in 'Workstations' page<br><b>Actual(Passed): </b>Successfully verified the Edited Workstation name Saved in 'Workstations' page
84623625 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84623625 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84628750 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //mat-expansion-panel-header[contains(@id,'mat-expansion-panel-header-')]/span/mat-panel-title/imm-panel-ws-header/div[2]]
84628971 main INFO main FiManagement.java:1821 Expand the header for Workstation
84632076 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84632077 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84634198 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: imm_searchWs_GlobalControl]
84634235 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: imm_searchWs_GlobalControl]
84639839 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84639839 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84639978 main INFO main FiManagement.java:1825 <b>Expected: </b>verify the global search Workstation name in 'Workstations' page<br><b>Actual(Passed): </b>Successfully verified the Global search Workstation name in 'Workstations' page
84643099 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84643100 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84643135 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: imm_searchWs_GlobalControl]
84643173 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: imm_searchWs_GlobalControl]
84655116 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
84655159 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
84655350 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (2be0482c01076b1b142276bd113386cf)] -> id: immGlobalControl_NewWorkstation_button]
84665945 main INFO main FiManagement.java:1834 <b>Expected: </b>verify the 'Workstation total' && 'Workstation select' For select in 'Workstations' page<br><b>Actual(Passed): </b>Successfully verified the 'Workstation total' && 'Workstation select' For select in 'Workstations' page
84676298 main INFO main FiManagement.java:1839 <b>Expected: </b>verify the 'Workstation total' && 'Workstation select' For un select in 'Workstations' page<br><b>Actual(Passed): </b>Successfully verified the 'Workstation total' && 'Workstation select' For un select in 'Workstations' page
84679826 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84679827 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84692642 main FATAL main FiManagement.java:1856 Index 0 out of bounds for length 0
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
     at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
     at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
     at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
     at java.base/java.util.Objects.checkIndex(Objects.java:385)
     at java.base/java.util.ArrayList.get(ArrayList.java:427)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy19.get(Unknown Source)
     at com.imm.ereceipt.pages.FiManagementPage.SelectWorkstationForMove(FiManagementPage.java:1204)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.verifyWorkStationInWorkstationsPage(FiManagement.java:1846)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
84692643 main INFO main Log.java:264 **** -E---N---D- *****
84692647 main DEBUG main WebDriverFactory.java:244 TestCaseID:: veriyDeleteOptonsinBranch
84692659 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
84692665 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
84694191 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
84694191 main INFO main Log.java:192
84694191 main INFO main FiManagement.java:2601 **** Delete options In Branches Page *****
84694191 main INFO main Log.java:194
84697933 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199389a-bf1b-7ef8-93a2-5b080b97f501&response_mode=fragment&client_info=1&nonce=0199389a-bf1c-7864-b953-d6891ff85093&state=eyjpzci6ijaxotkzodlhlwjmmwmtnzuyys05mzu4ltc1nmrjnjezzji1zsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=3ty5pidte6fhrb7nyjaykzofhqr68l0d5fjmkghf3-q&code_challenge_method=s256&sso_reload=true
84697934 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84697984 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> xpath: //input[@id='i0116']]
84697984 main INFO main FiManagement.java:2605 Successfully navigated to 'eReceipts FI Admin' Page
84698026 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> xpath: //input[@id='i0116']]
84698069 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> id: idSIButton9]
84698069 main INFO main FiManagement.java:2608 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
84698106 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> xpath: //input[@id='i0116']]
84698146 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> xpath: //input[@id='i0116']]
84701437 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199389a-bf1b-7ef8-93a2-5b080b97f501&response_mode=fragment&client_info=1&nonce=0199389a-bf1c-7864-b953-d6891ff85093&state=eyjpzci6ijaxotkzodlhlwjmmwmtnzuyys05mzu4ltc1nmrjnjezzji1zsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=3ty5pidte6fhrb7nyjaykzofhqr68l0d5fjmkghf3-q&code_challenge_method=s256&sso_reload=true
84701437 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84704629 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199389a-bf1b-7ef8-93a2-5b080b97f501&response_mode=fragment&client_info=1&nonce=0199389a-bf1c-7864-b953-d6891ff85093&state=eyjpzci6ijaxotkzodlhlwjmmwmtnzuyys05mzu4ltc1nmrjnjezzji1zsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=3ty5pidte6fhrb7nyjaykzofhqr68l0d5fjmkghf3-q&code_challenge_method=s256&sso_reload=true
84704629 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84704929 main INFO main SignInPage.java:260 Password text field is shown
84707977 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> xpath: //input[@id='i0118']]
84708025 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> xpath: //input[@id='i0118']]
84711272 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199389a-bf1b-7ef8-93a2-5b080b97f501&response_mode=fragment&client_info=1&nonce=0199389a-bf1c-7864-b953-d6891ff85093&state=eyjpzci6ijaxotkzodlhlwjmmwmtnzuyys05mzu4ltc1nmrjnjezzji1zsisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=3ty5pidte6fhrb7nyjaykzofhqr68l0d5fjmkghf3-q&code_challenge_method=s256&sso_reload=true
84711272 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84711541 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
84711541 main INFO main FiManagement.java:2612 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
84715445 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
84715445 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84721708 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
84721708 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84724773 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
84724773 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84724817 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
84727948 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
84727948 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84727979 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> xpath: //b[contains(text(),'Dashboard')]]
84728081 main INFO main FiManagement.java:2615 Successfully navigated to the 'Control Panel' page
84728128 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> id: immAdministration]
84730205 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> id: immAdministration]
84730340 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> id: immMenuBandW]
84732630 main INFO main FiManagement.java:2619 Successfully navigated to the 'Branches' page
84735947 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84735947 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84738505 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
84738546 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
84738791 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> id: immGlobalControl_NewWorkstation_button]
84742034 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84742034 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84742081 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> id: imm_searchWs_GlobalControl]
84742128 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> id: imm_searchWs_GlobalControl]
84742649 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
84742699 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (4079de87ddf5c2035753db9ff7f46b31)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
84742952 main INFO main FiManagement.java:2639 <b>Expected: </b>select the list matching pattern in 'Wks' page<br><b>Actual(Passed): </b>Successfully selected list in 'Wks' page
84748090 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84748090 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84748264 main INFO main FiManagement.java:2653 Given Workstation is already present - OB WStation1
84765956 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84765956 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84778809 main FATAL main FiManagement.java:2684 Index 0 out of bounds for length 0
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
     at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
     at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
     at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
     at java.base/java.util.Objects.checkIndex(Objects.java:385)
     at java.base/java.util.ArrayList.get(ArrayList.java:427)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy19.get(Unknown Source)
     at com.imm.ereceipt.pages.FiManagementPage.SelectWorkstationForMove(FiManagementPage.java:1204)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.veriyDeleteOptonsinBranch(FiManagement.java:2657)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
84778809 main INFO main Log.java:264 **** -E---N---D- *****
84778811 main DEBUG main WebDriverFactory.java:244 TestCaseID:: veriyDeleteOptonsinBranch
84778823 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
84778829 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
84780300 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
84780300 main INFO main Log.java:192
84780301 main INFO main FiManagement.java:2601 **** Delete options In Branches Page *****
84780301 main INFO main Log.java:194
84784153 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199389c-0fa3-7df4-a75f-b7b39ff4814c&response_mode=fragment&client_info=1&nonce=0199389c-0fa5-762b-a533-eaf9b5b04590&state=eyjpzci6ijaxotkzodljltbmytqtnzvkns05ztkxlwu3zda5nte3n2q3zcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=p5hawhm3jad8boyopeiia49de_ws5dlt6jd6o5zbwqs&code_challenge_method=s256&sso_reload=true
84784153 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84784204 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> xpath: //input[@id='i0116']]
84784204 main INFO main FiManagement.java:2605 Successfully navigated to 'eReceipts FI Admin' Page
84784242 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> xpath: //input[@id='i0116']]
84784284 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> id: idSIButton9]
84784284 main INFO main FiManagement.java:2608 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
84784327 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> xpath: //input[@id='i0116']]
84784371 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> xpath: //input[@id='i0116']]
84787673 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199389c-0fa3-7df4-a75f-b7b39ff4814c&response_mode=fragment&client_info=1&nonce=0199389c-0fa5-762b-a533-eaf9b5b04590&state=eyjpzci6ijaxotkzodljltbmytqtnzvkns05ztkxlwu3zda5nte3n2q3zcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=p5hawhm3jad8boyopeiia49de_ws5dlt6jd6o5zbwqs&code_challenge_method=s256&sso_reload=true
84787673 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84790941 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199389c-0fa3-7df4-a75f-b7b39ff4814c&response_mode=fragment&client_info=1&nonce=0199389c-0fa5-762b-a533-eaf9b5b04590&state=eyjpzci6ijaxotkzodljltbmytqtnzvkns05ztkxlwu3zda5nte3n2q3zcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=p5hawhm3jad8boyopeiia49de_ws5dlt6jd6o5zbwqs&code_challenge_method=s256&sso_reload=true
84790941 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84791273 main INFO main SignInPage.java:260 Password text field is shown
84794337 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> xpath: //input[@id='i0118']]
84794375 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> xpath: //input[@id='i0118']]
84797648 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199389c-0fa3-7df4-a75f-b7b39ff4814c&response_mode=fragment&client_info=1&nonce=0199389c-0fa5-762b-a533-eaf9b5b04590&state=eyjpzci6ijaxotkzodljltbmytqtnzvkns05ztkxlwu3zda5nte3n2q3zcisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=p5hawhm3jad8boyopeiia49de_ws5dlt6jd6o5zbwqs&code_challenge_method=s256&sso_reload=true
84797648 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84797913 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
84797913 main INFO main FiManagement.java:2612 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
84801140 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
84801140 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84808178 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
84808178 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84811295 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
84811295 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84811359 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
84814445 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
84814445 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84814489 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> xpath: //b[contains(text(),'Dashboard')]]
84814624 main INFO main FiManagement.java:2615 Successfully navigated to the 'Control Panel' page
84814671 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> id: immAdministration]
84816755 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> id: immAdministration]
84816908 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> id: immMenuBandW]
84819191 main INFO main FiManagement.java:2619 Successfully navigated to the 'Branches' page
84822498 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84822498 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84827135 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> id: immGlobalControl_NewBranch_button]
84827334 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> css selector: button[id*='immBranch_ButtonClose_']]
84827334 main INFO main FiManagement.java:2623 Clicked on Add New Branch icon
84827383 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> css selector: button[id*='immBranch_ButtonClose_']]
84827473 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> css selector: button[id*='immBranch_ButtonClose_']]
84829671 main INFO main FiManagement.java:2624 <b>Expected: </b>verify the close functionality in Newly created Branch Page<br><b>Actual(Passed): </b>Successfully verified the close functionality in Newly created Branch Page
84833723 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> id: immGlobalControl_NewBranch_button]
84833946 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> css selector: button[id*='immBranch_ButtonClose_']]
84833946 main INFO main FiManagement.java:2629 Clicked on Add New Branch icon
84834000 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> css selector: input[id*='immBranch_BranchName_']]
84834068 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> css selector: input[id*='immBranch_BranchName_']]
84834561 main INFO main FiManagement.java:2631 set the Branch name
84834607 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> css selector: button[id*='immBranch_ButtonSave_']]
84834664 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> css selector: button[id*='immBranch_ButtonSave_']]
84834793 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> id: immGlobalControl_NewBranch_button]
84836868 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
84836916 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
84837138 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> id: immGlobalControl_NewWorkstation_button]
84840413 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84840413 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84840444 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> id: imm_searchWs_GlobalControl]
84840502 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> id: imm_searchWs_GlobalControl]
84840999 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
84841046 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (b1dcbb1021f688d216a5f26e8866b22b)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
84841315 main INFO main FiManagement.java:2639 <b>Expected: </b>select the list matching pattern in 'Wks' page<br><b>Actual(Passed): </b>Successfully selected list in 'Wks' page
84846433 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84846433 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84846617 main INFO main FiManagement.java:2653 Given Workstation is already present - YB WStation1
84864307 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84864307 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84877034 main FATAL main FiManagement.java:2684 Index 0 out of bounds for length 0
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
     at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
     at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
     at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
     at java.base/java.util.Objects.checkIndex(Objects.java:385)
     at java.base/java.util.ArrayList.get(ArrayList.java:427)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy19.get(Unknown Source)
     at com.imm.ereceipt.pages.FiManagementPage.SelectWorkstationForMove(FiManagementPage.java:1204)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.veriyDeleteOptonsinBranch(FiManagement.java:2657)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
84877034 main INFO main Log.java:264 **** -E---N---D- *****
84877034 main DEBUG main WebDriverFactory.java:244 TestCaseID:: veriyDeleteOptonsinBranch
84877049 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1220 Using chromedriver 140.0.7339.82 (resolved driver for Chrome 140)
84877049 main INFO io.github.bonigarcia.wdm.WebDriverManager WebDriverManager.java:1282 Exporting webdriver.chrome.driver as C:\Users\ratnak\.cache\selenium\chromedriver\win64\140.0.7339.82\chromedriver.exe
84878593 main DEBUG main WebDriverFactory.java:565 Driver::initialize::Get
84878593 main INFO main Log.java:192
84878594 main INFO main FiManagement.java:2601 **** Delete options In Branches Page *****
84878594 main INFO main Log.java:194
84882338 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199389d-8f58-7d07-82a9-7c57a89e7e33&response_mode=fragment&client_info=1&nonce=0199389d-8f5a-711b-9b00-fe49b3f5970e&state=eyjpzci6ijaxotkzodlklthmntktnzk1zc1hztu1lwzjnzfizdhimdc1yyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=esamxsbqnk1df65tei4orrtibfb4ijl5v5_ufhte5ee&code_challenge_method=s256&sso_reload=true
84882338 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84882404 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> xpath: //input[@id='i0116']]
84882404 main INFO main FiManagement.java:2605 Successfully navigated to 'eReceipts FI Admin' Page
84882438 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> xpath: //input[@id='i0116']]
84882492 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> id: idSIButton9]
84882492 main INFO main FiManagement.java:2608 Text field 'User ID', Password' and button 'Login, 'Cancel' are displayed in the 'Login' page
84882543 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> xpath: //input[@id='i0116']]
84882581 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> xpath: //input[@id='i0116']]
84886014 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199389d-8f58-7d07-82a9-7c57a89e7e33&response_mode=fragment&client_info=1&nonce=0199389d-8f5a-711b-9b00-fe49b3f5970e&state=eyjpzci6ijaxotkzodlklthmntktnzk1zc1hztu1lwzjnzfizdhimdc1yyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=esamxsbqnk1df65tei4orrtibfb4ijl5v5_ufhte5ee&code_challenge_method=s256&sso_reload=true
84886014 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84889247 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199389d-8f58-7d07-82a9-7c57a89e7e33&response_mode=fragment&client_info=1&nonce=0199389d-8f5a-711b-9b00-fe49b3f5970e&state=eyjpzci6ijaxotkzodlklthmntktnzk1zc1hztu1lwzjnzfizdhimdc1yyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=esamxsbqnk1df65tei4orrtibfb4ijl5v5_ufhte5ee&code_challenge_method=s256&sso_reload=true
84889247 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84889580 main INFO main SignInPage.java:260 Password text field is shown
84892643 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> xpath: //input[@id='i0118']]
84892674 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> xpath: //input[@id='i0118']]
84895883 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=b1f00368-6c8e-4851-b2e7-1ec984ebf081&scope=https%3a%2f%2fimmapps.onmicrosoft.com%2fapiserver%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fer-fiadminportal-demo.azurewebsites.net&client-request-id=0199389d-8f58-7d07-82a9-7c57a89e7e33&response_mode=fragment&client_info=1&nonce=0199389d-8f5a-711b-9b00-fe49b3f5970e&state=eyjpzci6ijaxotkzodlklthmntktnzk1zc1hztu1lwzjnzfizdhimdc1yyisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&x-client-sku=msal.js.browser&x-client-ver=4.12.0&response_type=code&code_challenge=esamxsbqnk1df65tei4orrtibfb4ijl5v5_ufhte5ee&code_challenge_method=s256&sso_reload=true
84895883 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84896143 main INFO main SignInPage.java:124 Entered values for the fields in 'Login' page
84896143 main INFO main FiManagement.java:2612 logged with the Username:fiAdmin@Qaxpauto1.onmicrosoft.com
84899960 main DEBUG main Utils.java:92 Page URL:: https://login.microsoftonline.com/common/login
84899960 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84906890 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
84906890 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84909975 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
84909975 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84910022 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> xpath: //*[@id='immFIAdminHeader' and normalize-space()='Admin Dashboard']]
84913217 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/admin
84913217 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84913267 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> xpath: //b[contains(text(),'Dashboard')]]
84913383 main INFO main FiManagement.java:2615 Successfully navigated to the 'Control Panel' page
84913437 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> id: immAdministration]
84915514 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> id: immAdministration]
84915668 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> id: immMenuBandW]
84917931 main INFO main FiManagement.java:2619 Successfully navigated to the 'Branches' page
84921177 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84921177 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84923367 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
84923418 main DEBUG main ImmUtils.java:307 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> xpath: //*[@id="imm_idswitchWsBr_GlobalControl"]/label[2]]
84923632 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> id: immGlobalControl_NewWorkstation_button]
84926911 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84926911 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84926976 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> id: imm_searchWs_GlobalControl]
84927007 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> id: imm_searchWs_GlobalControl]
84927528 main DEBUG main Utils.java:1013 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
84927575 main DEBUG main Utils.java:182 Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (9d3615285f605e6165d0029ea2a15b81)] -> id: immAllWorkstationsControl_SetSelectAllWsOption_CheckBox]
84927844 main INFO main FiManagement.java:2639 <b>Expected: </b>select the list matching pattern in 'Wks' page<br><b>Actual(Passed): </b>Successfully selected list in 'Wks' page
84932987 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84932987 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84933137 main INFO main FiManagement.java:2653 Given Workstation is already present - GB WStation1
84950760 main DEBUG main Utils.java:92 Page URL:: https://er-fiadminportal-demo.azurewebsites.net/branchesandworkstations
84950760 main DEBUG main Utils.java:112 Page Load Wait: (Sync)
84963613 main FATAL main FiManagement.java:2684 Index 0 out of bounds for length 0
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
     at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
     at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
     at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
     at java.base/java.util.Objects.checkIndex(Objects.java:385)
     at java.base/java.util.ArrayList.get(ArrayList.java:427)
     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
     at java.base/java.lang.reflect.Method.invoke(Method.java:580)
     at org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler.invoke(LocatingElementListHandler.java:39)
     at jdk.proxy2/jdk.proxy2.$Proxy19.get(Unknown Source)
     at com.imm.ereceipt.pages.FiManagementPage.SelectWorkstationForMove(FiManagementPage.java:1204)
     at com.imm.ereceipt.testscripts.FiManagement.FiManagement.veriyDeleteOptonsinBranch(FiManagement.java:2657)
     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.ArrayList.forEach(ArrayList.java:1596)
     at org.testng.TestRunner.privateRun(TestRunner.java:794)
     at org.testng.TestRunner.run(TestRunner.java:596)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
     at org.testng.SuiteRunner.run(SuiteRunner.java:276)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
     at org.testng.TestNG.runSuites(TestNG.java:1063)
     at org.testng.TestNG.run(TestNG.java:1031)
     at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
84963613 main INFO main Log.java:264 **** -E---N---D- *****