diff --git a/README.md b/README.md index ba84017..5e908f3 100644 --- a/README.md +++ b/README.md @@ -224,12 +224,18 @@ public class BaseStepDefinitions { protected IOSDriver iosDriver; public BaseStepDefinitions() { - // for Web - driver= DriverFactory.getNewDriver(DriverType.Chrome, HeadlessMode.False, PrivateMode.True, PageLoadStrategyMode.Normal,WebSecurityMode.SecureMode,SandboxMode.Sandbox); + + // for Local Machine Web Execution + driver= DriverFactory.getNewLocalDriver(LocalDriverType.Chrome, HeadlessMode.False, PrivateMode.True, PageLoadStrategyMode.Normal,WebSecurityMode.SecureMode,SandboxMode.Sandbox); + + // for Remote Machine Web Execution + driver= DriverFactory.getNewRemoteDriver(RemoteDriverType.Remote_Chrome,new URL("http://localhost:4723"),capabilities, HeadlessMode.False, PrivateMode.True, PageLoadStrategyMode.Normal,WebSecurityMode.SecureMode,SandboxMode.Sandbox); + // for Android Mobile - androidDriver= DriverFactory.getNewDriver(DriverType.Android,new URL("http://0.0.0.0:4723"),options); + androidDriver= DriverFactory.getNewMobileDriver(MobileDriverType.Android,new URL("http://localhost:4723"),options); + // for IOS Mobile - iosDriver=DriverFactory.getNewDriver(DriverType.IOS,new URL("http://0.0.0.0:4723"),options); + iosDriver=DriverFactory.getNewDriver(MobileDriverType.IOS,new URL("http://localhost:4723"),options); // for DB SQL Provider [MY_SQL, SQL_SERVER, POSTGRES_SQL, ORACLE_SID, ORACLE_SERVICE_NAME, IBM_DB2] SQLDatabaseProvider db=new SQLDatabaseProvider( @@ -281,7 +287,7 @@ public class BaseTests extends NonBDDSetup { // with Web and the Same Logic for Other @BeforeClass public void Setup() { - driver= DriverFactory.getNewDriver(DriverType.Chrome, HeadlessMode.False, PrivateMode.True, PageLoadStrategyMode.Normal,WebSecurityMode.SecureMode,SandboxMode.Sandbox); + driver= DriverFactory.getNewLocalDriver(LocalDriverType.Chrome, HeadlessMode.False, PrivateMode.True, PageLoadStrategyMode.Normal,WebSecurityMode.SecureMode,SandboxMode.Sandbox); } @AfterClass diff --git a/Test-Output/Logs/Test.log b/Test-Output/Logs/Test.log index 1de03e8..b06a002 100644 --- a/Test-Output/Logs/Test.log +++ b/Test-Output/Logs/Test.log @@ -1,1122 +1,1176 @@ -2024-12-12 23:00:42 DEBUG TestNG - suiteXmlPath: "C:\Users\lenovo\IdeaProjects\Ellithium\TestNGRunner.xml" -2024-12-12 23:00:43 INFO Logger - Getting Timestamp: 2024-12-12 -2024-12-12 23:00:43 INFO Logger - Reading value for key: LastRunDate from JSON file: Test-Output\UpdateChecker\checker -2024-12-12 23:00:43 INFO Logger - Successfully read value for key: LastRunDate from JSON file: Test-Output\UpdateChecker\checker -2024-12-12 23:00:43 INFO Logger - Successfully loaded properties file: src\main\resources\properties\config -2024-12-12 23:00:43 INFO Logger - Initialize default Timeout for Element  -2024-12-12 23:00:43 INFO Logger - Successfully loaded properties file: src\main\resources\properties\config -2024-12-12 23:00:43 INFO Logger - Initialize default Polling Time for Element  -2024-12-12 23:00:43 INFO Logger - Successfully loaded properties file: src\main\resources\properties\config -2024-12-12 23:00:43 INFO Logger - Initialize default Implicit Wait for the Driver  -2024-12-12 23:00:43 INFO Logger - Successfully loaded properties file: src\main\resources\properties\config -2024-12-12 23:00:43 INFO Logger - --------------------------------------------- -2024-12-12 23:00:43 INFO Logger - ------- Ellithium Engine Setup ------------- -2024-12-12 23:00:43 INFO Logger - --------------------------------------------- -2024-12-12 23:00:43 INFO Logger - Successfully loaded properties file: src\main\resources\properties\allure -2024-12-12 23:00:43 TRACE Graph - [Graph] ADDING NODE NonBDDSetup.testEnd()[pri:0, instance:null] 1041438139 -2024-12-12 23:00:43 TRACE Graph - [Graph] ================ SORTING -2024-12-12 23:00:43 TRACE Graph - [Graph] =============== DONE SORTING -2024-12-12 23:00:43 TRACE Graph - [Graph] ====== SORTED NODES -2024-12-12 23:00:43 TRACE Graph - [Graph] ====== END SORTED NODES -2024-12-12 23:00:43 TRACE Graph - [Graph] ADDING NODE BaseTests.Setup()[pri:0, instance:null] -1185354547 -2024-12-12 23:00:43 TRACE Graph - [Graph] ================ SORTING -2024-12-12 23:00:43 TRACE Graph - [Graph] =============== DONE SORTING -2024-12-12 23:00:43 TRACE Graph - [Graph] ====== SORTED NODES -2024-12-12 23:00:43 TRACE Graph - [Graph] ====== END SORTED NODES -2024-12-12 23:00:43 TRACE Graph - [Graph] ADDING NODE BaseTests.tareDown()[pri:0, instance:null] 1491384560 -2024-12-12 23:00:43 TRACE Graph - [Graph] ================ SORTING -2024-12-12 23:00:43 TRACE Graph - [Graph] =============== DONE SORTING -2024-12-12 23:00:43 TRACE Graph - [Graph] ====== SORTED NODES -2024-12-12 23:00:43 TRACE Graph - [Graph] ====== END SORTED NODES -2024-12-12 23:00:43 TRACE Graph - [Graph] ADDING NODE loginTests.validLogin()[pri:2, instance:Tests.loginTests@62b969c4] -2025358339 -2024-12-12 23:00:43 TRACE Graph - [Graph] ADDING NODE loginTests.invalidLogin(java.lang.String,java.lang.String,java.lang.String)[pri:1, instance:Tests.loginTests@62b969c4] -1390687634 -2024-12-12 23:00:43 TRACE Graph - [Graph] ================ SORTING -2024-12-12 23:00:43 TRACE Graph - [Graph] =============== DONE SORTING -2024-12-12 23:00:43 TRACE Graph - [Graph] ====== SORTED NODES -2024-12-12 23:00:43 TRACE Graph - [Graph] ====== END SORTED NODES -2024-12-12 23:00:43 TRACE Graph - [Graph] ADDING NODE NonBDDSetup.testEnd()[pri:0, instance:Tests.loginTests@62b969c4] -418837655 -2024-12-12 23:00:43 TRACE Graph - [Graph] ================ SORTING -2024-12-12 23:00:43 TRACE Graph - [Graph] =============== DONE SORTING -2024-12-12 23:00:43 TRACE Graph - [Graph] ====== SORTED NODES -2024-12-12 23:00:43 TRACE Graph - [Graph] ====== END SORTED NODES -2024-12-12 23:00:43 INFO Logger - [SUITE STARTED]: FRAMEWORK TEST [SUITE STARTED] -2024-12-12 23:00:43 INFO Logger - [ALL TESTS STARTED]: WEB UI TEST CHROME [ALL TESTS STARTED] -2024-12-12 23:00:43 INFO Logger - Chrome Options Configured -2024-12-12 23:00:45 INFO Logger - Successfully loaded properties file: src\main\resources\properties\config -2024-12-12 23:00:46 INFO Logger - Driver Created -2024-12-12 23:00:46 ERROR AllureLifecycle - Could not update test case: no test case running -2024-12-12 23:00:46 INFO Logger - [START] TESTCASE invalidLogin [STARTED] -2024-12-12 23:00:46 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ -2024-12-12 23:00:50 INFO Logger - Level: error -2024-12-12 23:00:50 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:00:50 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037250314&f=298349752,318188263] -2024-12-12 23:00:50 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:00:57 INFO Logger - Level: error -2024-12-12 23:00:57 INFO Logger - Text: Failed to load resource: the server responded with a status of 404 (Not Found) -2024-12-12 23:00:57 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/favicon.ico] -2024-12-12 23:00:57 INFO Logger - Level: error -2024-12-12 23:00:57 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:00:57 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:00:57 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037257657&f=298349752,318188263] -2024-12-12 23:00:57 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:00:57 INFO Logger - Level: error -2024-12-12 23:00:57 INFO Logger - Level: error -2024-12-12 23:00:57 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:00:57 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:00:57 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037257841&f=298349752,318188263] -2024-12-12 23:00:57 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037250314&f=298349752,318188263] -2024-12-12 23:00:57 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:00:57 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:00:57 INFO Logger - Level: error -2024-12-12 23:00:57 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:00:57 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037257657&f=298349752,318188263] -2024-12-12 23:00:57 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:00:57 INFO Logger - Level: verbose -2024-12-12 23:00:57 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o -2024-12-12 23:00:57 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] -2024-12-12 23:00:57 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:00:58 INFO Logger - Clicked on element:  -2024-12-12 23:00:59 INFO Logger - Sent Data: "tomsmith" into Username. -2024-12-12 23:00:59 INFO Logger - Sent Data: "hamada" into Password. -2024-12-12 23:00:59 INFO Logger - Level: error -2024-12-12 23:00:59 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:00:59 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037259510&f=298349752,318188263] -2024-12-12 23:00:59 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:00:59 INFO Logger - Level: verbose -2024-12-12 23:00:59 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o -2024-12-12 23:00:59 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] -2024-12-12 23:00:59 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:00:59 INFO Logger - Level: error -2024-12-12 23:00:59 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:00:59 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037250314&f=298349752,318188263] -2024-12-12 23:00:59 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:00:59 INFO Logger - Level: error -2024-12-12 23:00:59 INFO Logger - Level: error -2024-12-12 23:00:59 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:00:59 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:00:59 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037257841&f=298349752,318188263] -2024-12-12 23:00:59 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037259510&f=298349752,318188263] -2024-12-12 23:00:59 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:00:59 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:00:59 INFO Logger - Level: error -2024-12-12 23:00:59 INFO Logger - Level: error -2024-12-12 23:00:59 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:00:59 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:00:59 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037257657&f=298349752,318188263] -2024-12-12 23:00:59 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037259858&f=298349752,318188263] -2024-12-12 23:00:59 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:00:59 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:00:59 INFO Logger - Clicked on element:  -2024-12-12 23:01:00 ERROR Logger - Hard Assert: - Condition is not true -2024-12-12 23:01:00 INFO Logger - Getting Timestamp: 2024-12-12-11-1-00PM -2024-12-12 23:01:00 ERROR Logger - Retry #1 for test: invalidLogin, on thread: main -2024-12-12 23:01:00 INFO Logger - [SKIPPED] TESTCASE invalidLogin [SKIPPED] -2024-12-12 23:01:00 INFO Logger - [START] TESTCASE invalidLogin [STARTED] -2024-12-12 23:01:00 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ -2024-12-12 23:01:01 INFO Logger - Level: error -2024-12-12 23:01:01 INFO Logger - Level: error -2024-12-12 23:01:01 INFO Logger - Level: error -2024-12-12 23:01:01 INFO Logger - Level: error -2024-12-12 23:01:01 INFO Logger - Level: error -2024-12-12 23:01:01 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:01 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:01 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:01 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037257841&f=298349752,318188263] -2024-12-12 23:01:01 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:01 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037257657&f=298349752,318188263] -2024-12-12 23:01:01 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:01 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037250314&f=298349752,318188263] -2024-12-12 23:01:01 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:01 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261251&f=298349752,318188263] -2024-12-12 23:01:01 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037259858&f=298349752,318188263] -2024-12-12 23:01:01 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:01 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:01 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:01 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:01 INFO Logger - Level: error -2024-12-12 23:01:01 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:01 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037259510&f=298349752,318188263] -2024-12-12 23:01:01 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:01 INFO Logger - Level: error -2024-12-12 23:01:01 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:01 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261349&f=298349752,318188263] -2024-12-12 23:01:01 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:01 INFO Logger - Level: verbose -2024-12-12 23:01:01 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o -2024-12-12 23:01:01 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] -2024-12-12 23:01:01 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:01 INFO Logger - Level: error -2024-12-12 23:01:01 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:01 INFO Logger - Level: error -2024-12-12 23:01:01 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261251&f=298349752,318188263] -2024-12-12 23:01:01 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:01 INFO Logger - Level: error -2024-12-12 23:01:01 INFO Logger - Level: error -2024-12-12 23:01:01 INFO Logger - Level: error -2024-12-12 23:01:01 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:01 INFO Logger - Level: error -2024-12-12 23:01:01 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:01 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037259510&f=298349752,318188263] -2024-12-12 23:01:01 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:01 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261349&f=298349752,318188263] -2024-12-12 23:01:01 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:01 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:01 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:01 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:01 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037250314&f=298349752,318188263] -2024-12-12 23:01:01 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037257657&f=298349752,318188263] -2024-12-12 23:01:01 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:01 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261528&f=298349752,318188263] -2024-12-12 23:01:01 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:01 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:01 INFO Logger - Level: error -2024-12-12 23:01:01 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:01 INFO Logger - Level: error -2024-12-12 23:01:01 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037259858&f=298349752,318188263] -2024-12-12 23:01:01 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:01 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037257841&f=298349752,318188263] -2024-12-12 23:01:01 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:01 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:01 INFO Logger - Clicked on element:  -2024-12-12 23:01:01 INFO Logger - Sent Data: "tomsmith" into Username. -2024-12-12 23:01:01 INFO Logger - Sent Data: "hamada" into Password. -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261986&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - Level: verbose -2024-12-12 23:01:02 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261349&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261986&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261251&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261528&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037259858&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262328&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037257841&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037257657&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037250314&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037259510&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - Clicked on element:  -2024-12-12 23:01:02 ERROR Logger - Hard Assert: - Condition is not true -2024-12-12 23:01:02 INFO Logger - Getting Timestamp: 2024-12-12-11-1-02PM -2024-12-12 23:01:02 ERROR Logger - Retry #2 for test: invalidLogin, on thread: main -2024-12-12 23:01:02 INFO Logger - [SKIPPED] TESTCASE invalidLogin [SKIPPED] -2024-12-12 23:01:02 INFO Logger - [START] TESTCASE invalidLogin [STARTED] -2024-12-12 23:01:02 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261251&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262328&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037250314&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037257657&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262816&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037259858&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037259510&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037257841&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261986&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261528&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261349&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:02 INFO Logger - Level: error -2024-12-12 23:01:02 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:02 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262917&f=298349752,318188263] -2024-12-12 23:01:02 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:03 INFO Logger - Level: verbose -2024-12-12 23:01:03 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o -2024-12-12 23:01:03 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] -2024-12-12 23:01:03 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:03 INFO Logger - Level: error -2024-12-12 23:01:03 INFO Logger - Level: error -2024-12-12 23:01:03 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:03 INFO Logger - Level: error -2024-12-12 23:01:03 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:03 INFO Logger - Level: error -2024-12-12 23:01:03 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:03 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261251&f=298349752,318188263] -2024-12-12 23:01:03 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262917&f=298349752,318188263] -2024-12-12 23:01:03 INFO Logger - Level: error -2024-12-12 23:01:03 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:03 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:03 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262816&f=298349752,318188263] -2024-12-12 23:01:03 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:03 INFO Logger - Level: error -2024-12-12 23:01:03 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037259858&f=298349752,318188263] -2024-12-12 23:01:03 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:03 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:03 INFO Logger - Level: error -2024-12-12 23:01:03 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037257841&f=298349752,318188263] -2024-12-12 23:01:03 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:03 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:03 INFO Logger - Level: error -2024-12-12 23:01:03 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037263275&f=298349752,318188263] -2024-12-12 23:01:03 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:03 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:03 INFO Logger - Level: error -2024-12-12 23:01:03 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:03 INFO Logger - Level: error -2024-12-12 23:01:03 INFO Logger - Level: error -2024-12-12 23:01:03 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:03 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:03 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262328&f=298349752,318188263] -2024-12-12 23:01:03 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:03 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:03 INFO Logger - Level: error -2024-12-12 23:01:03 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261528&f=298349752,318188263] -2024-12-12 23:01:03 INFO Logger - Level: error -2024-12-12 23:01:03 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037259510&f=298349752,318188263] -2024-12-12 23:01:03 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:03 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:03 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:03 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:03 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037250314&f=298349752,318188263] -2024-12-12 23:01:03 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037257657&f=298349752,318188263] -2024-12-12 23:01:03 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:03 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261349&f=298349752,318188263] -2024-12-12 23:01:03 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261986&f=298349752,318188263] -2024-12-12 23:01:03 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:03 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:03 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:03 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:03 INFO Logger - Clicked on element:  -2024-12-12 23:01:03 INFO Logger - Sent Data: "tomsmith" into Username. -2024-12-12 23:01:03 INFO Logger - Sent Data: "hamada" into Password. -2024-12-12 23:01:03 INFO Logger - Level: error -2024-12-12 23:01:03 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:03 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037263719&f=298349752,318188263] -2024-12-12 23:01:03 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:04 INFO Logger - Level: verbose -2024-12-12 23:01:04 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o -2024-12-12 23:01:04 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] -2024-12-12 23:01:04 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:04 INFO Logger - Level: error -2024-12-12 23:01:04 INFO Logger - Level: error -2024-12-12 23:01:04 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:04 INFO Logger - Level: error -2024-12-12 23:01:04 INFO Logger - Level: error -2024-12-12 23:01:04 INFO Logger - Level: error -2024-12-12 23:01:04 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037264197&f=298349752,318188263] -2024-12-12 23:01:04 INFO Logger - Level: error -2024-12-12 23:01:04 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:04 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:04 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:04 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:04 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262917&f=298349752,318188263] -2024-12-12 23:01:04 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262816&f=298349752,318188263] -2024-12-12 23:01:04 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:04 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:04 INFO Logger - Level: error -2024-12-12 23:01:04 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261349&f=298349752,318188263] -2024-12-12 23:01:04 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:04 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:04 INFO Logger - Level: error -2024-12-12 23:01:04 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037263719&f=298349752,318188263] -2024-12-12 23:01:04 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:04 INFO Logger - Level: error -2024-12-12 23:01:04 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:04 INFO Logger - Level: error -2024-12-12 23:01:04 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037263275&f=298349752,318188263] -2024-12-12 23:01:04 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262328&f=298349752,318188263] -2024-12-12 23:01:04 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:04 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:04 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:04 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:04 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:04 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:04 INFO Logger - Level: error -2024-12-12 23:01:04 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261528&f=298349752,318188263] -2024-12-12 23:01:04 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261986&f=298349752,318188263] -2024-12-12 23:01:04 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261251&f=298349752,318188263] -2024-12-12 23:01:04 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:04 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:04 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:04 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:04 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037259510&f=298349752,318188263] -2024-12-12 23:01:04 INFO Logger - Level: error -2024-12-12 23:01:04 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:04 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:04 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037259858&f=298349752,318188263] -2024-12-12 23:01:04 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:04 INFO Logger - Clicked on element:  -2024-12-12 23:01:04 ERROR Logger - Hard Assert: - Condition is not true -2024-12-12 23:01:04 INFO Logger - Getting Timestamp: 2024-12-12-11-1-04PM -2024-12-12 23:01:04 INFO Logger - [FAILED] TESTCASE invalidLogin [FAILED] -2024-12-12 23:01:04 INFO Logger - [START] TESTCASE invalidLogin [STARTED] -2024-12-12 23:01:04 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037263275&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262816&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037264197&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262917&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261528&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262328&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037263719&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261986&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261349&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261251&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037259858&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265207&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265304&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - Level: verbose -2024-12-12 23:01:05 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265624&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265304&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037264197&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037263719&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262917&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262816&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262328&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - Level: error -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261251&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261349&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261986&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265207&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037263275&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261528&f=298349752,318188263] -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:05 INFO Logger - Clicked on element:  -2024-12-12 23:01:05 INFO Logger - Sent Data: "hamada" into Username. -2024-12-12 23:01:05 INFO Logger - Sent Data: "SuperSecretPassword!" into Password. -2024-12-12 23:01:06 INFO Logger - Level: error -2024-12-12 23:01:06 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:06 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037266049&f=298349752,318188263] -2024-12-12 23:01:06 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:06 INFO Logger - Level: verbose -2024-12-12 23:01:06 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o -2024-12-12 23:01:06 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] -2024-12-12 23:01:06 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:06 INFO Logger - Level: error -2024-12-12 23:01:06 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:06 INFO Logger - Level: error -2024-12-12 23:01:06 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:06 INFO Logger - Level: error -2024-12-12 23:01:06 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037264197&f=298349752,318188263] -2024-12-12 23:01:06 INFO Logger - Level: error -2024-12-12 23:01:06 INFO Logger - Level: error -2024-12-12 23:01:06 INFO Logger - Level: error -2024-12-12 23:01:06 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:06 INFO Logger - Level: error -2024-12-12 23:01:06 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:06 INFO Logger - Level: error -2024-12-12 23:01:06 INFO Logger - Level: error -2024-12-12 23:01:06 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:06 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:06 INFO Logger - Level: error -2024-12-12 23:01:06 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265304&f=298349752,318188263] -2024-12-12 23:01:06 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037261986&f=298349752,318188263] -2024-12-12 23:01:06 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:06 INFO Logger - Level: error -2024-12-12 23:01:06 INFO Logger - Level: error -2024-12-12 23:01:06 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:06 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:06 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:06 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037263719&f=298349752,318188263] -2024-12-12 23:01:06 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037263275&f=298349752,318188263] -2024-12-12 23:01:06 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:06 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:06 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037266559&f=298349752,318188263] -2024-12-12 23:01:06 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:06 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262917&f=298349752,318188263] -2024-12-12 23:01:06 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265624&f=298349752,318188263] -2024-12-12 23:01:06 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262816&f=298349752,318188263] -2024-12-12 23:01:06 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:06 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:06 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:06 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:06 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265207&f=298349752,318188263] -2024-12-12 23:01:06 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:06 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:06 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:06 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:06 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262328&f=298349752,318188263] -2024-12-12 23:01:06 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037266049&f=298349752,318188263] -2024-12-12 23:01:06 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:06 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:06 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:06 INFO Logger - Clicked on element:  -2024-12-12 23:01:06 ERROR Logger - Hard Assert: - Condition is not true -2024-12-12 23:01:06 INFO Logger - Getting Timestamp: 2024-12-12-11-1-06PM -2024-12-12 23:01:06 ERROR Logger - Retry #1 for test: invalidLogin, on thread: main -2024-12-12 23:01:06 INFO Logger - [SKIPPED] TESTCASE invalidLogin [SKIPPED] -2024-12-12 23:01:06 INFO Logger - [START] TESTCASE invalidLogin [STARTED] -2024-12-12 23:01:06 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037266559&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265304&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265624&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037264197&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037263719&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265207&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262917&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262328&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262816&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037266049&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267127&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037263275&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267220&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - Level: verbose -2024-12-12 23:01:07 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267397&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267127&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265207&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037263719&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262917&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265304&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037266049&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037263275&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037264197&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037266559&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037262816&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267220&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265624&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:07 INFO Logger - Clicked on element:  -2024-12-12 23:01:07 INFO Logger - Sent Data: "hamada" into Username. -2024-12-12 23:01:07 INFO Logger - Sent Data: "SuperSecretPassword!" into Password. -2024-12-12 23:01:07 INFO Logger - Level: error -2024-12-12 23:01:07 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:07 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267892&f=298349752,318188263] -2024-12-12 23:01:07 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - Level: verbose -2024-12-12 23:01:08 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267397&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267892&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267127&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268224&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037266559&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267220&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037264197&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037263719&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Clicked on element:  -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265304&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265207&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265624&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037266049&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 ERROR Logger - Hard Assert: - Condition is not true -2024-12-12 23:01:08 INFO Logger - Getting Timestamp: 2024-12-12-11-1-08PM -2024-12-12 23:01:08 ERROR Logger - Retry #2 for test: invalidLogin, on thread: main -2024-12-12 23:01:08 INFO Logger - [SKIPPED] TESTCASE invalidLogin [SKIPPED] -2024-12-12 23:01:08 INFO Logger - [START] TESTCASE invalidLogin [STARTED] -2024-12-12 23:01:08 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267220&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267892&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265207&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267127&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265304&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268224&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265624&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037264197&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268627&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037266559&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037266049&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267397&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268720&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - Level: verbose -2024-12-12 23:01:08 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265624&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268627&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265207&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037266559&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267892&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267127&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268720&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267220&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - Level: error -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267397&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268896&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037266049&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268224&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037265304&f=298349752,318188263] -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:08 INFO Logger - Clicked on element:  -2024-12-12 23:01:09 INFO Logger - Sent Data: "hamada" into Username. -2024-12-12 23:01:09 INFO Logger - Sent Data: "SuperSecretPassword!" into Password. -2024-12-12 23:01:09 INFO Logger - Level: error -2024-12-12 23:01:09 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:09 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037269333&f=298349752,318188263] -2024-12-12 23:01:09 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:09 INFO Logger - Level: verbose -2024-12-12 23:01:09 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o -2024-12-12 23:01:09 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] -2024-12-12 23:01:09 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:09 INFO Logger - Level: error -2024-12-12 23:01:09 INFO Logger - Level: error -2024-12-12 23:01:09 INFO Logger - Level: error -2024-12-12 23:01:09 INFO Logger - Level: error -2024-12-12 23:01:09 INFO Logger - Level: error -2024-12-12 23:01:09 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:09 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:09 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267397&f=298349752,318188263] -2024-12-12 23:01:09 INFO Logger - Level: error -2024-12-12 23:01:09 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:09 INFO Logger - Level: error -2024-12-12 23:01:09 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037269664&f=298349752,318188263] -2024-12-12 23:01:09 INFO Logger - Level: error -2024-12-12 23:01:09 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:09 INFO Logger - Level: error -2024-12-12 23:01:09 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:09 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:09 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268720&f=298349752,318188263] -2024-12-12 23:01:09 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:09 INFO Logger - Level: error -2024-12-12 23:01:09 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037266049&f=298349752,318188263] -2024-12-12 23:01:09 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:09 INFO Logger - Level: error -2024-12-12 23:01:09 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:09 INFO Logger - Level: error -2024-12-12 23:01:09 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267892&f=298349752,318188263] -2024-12-12 23:01:09 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:09 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268224&f=298349752,318188263] -2024-12-12 23:01:09 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:09 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:09 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:09 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267127&f=298349752,318188263] -2024-12-12 23:01:09 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267220&f=298349752,318188263] -2024-12-12 23:01:09 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:09 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:09 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:09 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:09 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:09 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:09 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037266559&f=298349752,318188263] -2024-12-12 23:01:09 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:09 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268896&f=298349752,318188263] -2024-12-12 23:01:09 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037269333&f=298349752,318188263] -2024-12-12 23:01:09 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:09 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268627&f=298349752,318188263] -2024-12-12 23:01:09 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:09 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:09 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:09 INFO Logger - Clicked on element:  -2024-12-12 23:01:09 ERROR Logger - Hard Assert: - Condition is not true -2024-12-12 23:01:09 INFO Logger - Getting Timestamp: 2024-12-12-11-1-09PM -2024-12-12 23:01:09 INFO Logger - [FAILED] TESTCASE invalidLogin [FAILED] -2024-12-12 23:01:09 INFO Logger - [START] TESTCASE validLogin [STARTED] -2024-12-12 23:01:09 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ -2024-12-12 23:01:11 INFO Logger - Level: error -2024-12-12 23:01:11 INFO Logger - Level: error -2024-12-12 23:01:11 INFO Logger - Level: error -2024-12-12 23:01:11 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:11 INFO Logger - Level: error -2024-12-12 23:01:11 INFO Logger - Level: error -2024-12-12 23:01:11 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:11 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:11 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:11 INFO Logger - Level: error -2024-12-12 23:01:11 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268224&f=298349752,318188263] -2024-12-12 23:01:11 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037271873&f=298349752,318188263] -2024-12-12 23:01:11 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:11 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:11 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268720&f=298349752,318188263] -2024-12-12 23:01:11 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:11 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268627&f=298349752,318188263] -2024-12-12 23:01:11 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:11 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:11 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267892&f=298349752,318188263] -2024-12-12 23:01:11 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:11 INFO Logger - Level: error -2024-12-12 23:01:11 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267397&f=298349752,318188263] -2024-12-12 23:01:11 INFO Logger - Level: error -2024-12-12 23:01:11 INFO Logger - Level: error -2024-12-12 23:01:11 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:11 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:11 INFO Logger - Level: error -2024-12-12 23:01:11 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267127&f=298349752,318188263] -2024-12-12 23:01:11 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:11 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:11 INFO Logger - Level: error -2024-12-12 23:01:11 INFO Logger - Level: error -2024-12-12 23:01:11 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:11 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:11 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:11 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037269664&f=298349752,318188263] -2024-12-12 23:01:11 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:11 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268896&f=298349752,318188263] -2024-12-12 23:01:11 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037269333&f=298349752,318188263] -2024-12-12 23:01:11 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:11 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:11 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267220&f=298349752,318188263] -2024-12-12 23:01:11 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:11 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:11 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:11 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037266559&f=298349752,318188263] -2024-12-12 23:01:11 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:11 INFO Logger - Level: error -2024-12-12 23:01:11 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:11 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037271967&f=298349752,318188263] -2024-12-12 23:01:11 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - Level: verbose -2024-12-12 23:01:12 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037271873&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037269333&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037271967&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268896&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268224&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268720&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268627&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267397&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037272149&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267892&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037269664&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267127&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267220&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - Clicked on element:  -2024-12-12 23:01:12 INFO Logger - Sent Data: "SuperSecretPassword!" into Password. -2024-12-12 23:01:12 INFO Logger - Sent Data: "tomsmith" into Username. -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037272538&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037271967&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Fsecure&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037272872&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037271873&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037272149&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037269664&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037269333&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037267892&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268720&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - Level: error -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037272538&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268627&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268896&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734037250309r0.29288082880530086&wxhr=true&t=1734037268224&f=298349752,318188263] -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - StackTrace: Optional.empty -2024-12-12 23:01:12 INFO Logger - Clicked on element:  -2024-12-12 23:01:12 INFO Logger - Hard Assert: - Condition is true -2024-12-12 23:01:12 INFO Logger - [PASSED] TESTCASE validLogin [PASSED] -2024-12-12 23:01:13 INFO Logger - WebDriver quit -2024-12-12 23:01:13 ERROR AllureLifecycle - Could not update test case: no test case running -2024-12-12 23:01:13 INFO Logger - Successfully loaded properties file: src\main\resources\properties\log4j2 -2024-12-12 23:01:13 INFO Logger - Successfully loaded properties file: src\main\resources\properties\log4j2 -2024-12-12 23:01:13 INFO Logger - Log file successfully attached to the Allure report. -2024-12-12 23:01:13 ERROR AllureLifecycle - Could not update test case: no test case running -2024-12-12 23:01:13 INFO Logger - [ALL TESTS COMPLETED]: WEB UI TEST CHROME [ALL TESTS COMPLETED] -2024-12-12 23:01:13 INFO Logger - [SUITE FINISHED]: FRAMEWORK TEST [SUITE FINISHED] -2024-12-12 23:01:13 TRACE Graph - [Graph] ADDING NODE loginTests.invalidLogin(java.lang.String,java.lang.String,java.lang.String)[pri:1, instance:Tests.loginTests@62b969c4] -1390687634 -2024-12-12 23:01:13 TRACE Graph - [Graph] ADDING NODE loginTests.validLogin()[pri:2, instance:Tests.loginTests@62b969c4] -2025358339 -2024-12-12 23:01:13 TRACE Graph - [Graph] ================ SORTING -2024-12-12 23:01:13 TRACE Graph - [Graph] =============== DONE SORTING -2024-12-12 23:01:13 TRACE Graph - [Graph] ====== SORTED NODES -2024-12-12 23:01:13 TRACE Graph - [Graph] ====== END SORTED NODES -2024-12-12 23:01:13 INFO Logger - Total Execution Time is: 0 Min 29 Sec 946 Mills -2024-12-12 23:01:13 INFO Logger - ------------------------------------------ -2024-12-12 23:01:13 INFO Logger - ------- Ellithium Engine TearDown ------- -2024-12-12 23:01:13 INFO Logger - ------------------------------------------ -2024-12-12 23:01:13 INFO Logger - Successfully loaded properties file: src\main\resources\properties\allure -2024-12-12 23:01:13 INFO Logger - Successfully loaded properties file: src\main\resources\properties\allure -2024-12-12 23:01:13 INFO Logger - Successfully loaded properties file: src\main\resources\properties\allure -2024-12-12 23:01:13 INFO Logger - Allure folder exists at: C:\Users\lenovo\.m2\repository\allure-Ellithium -2024-12-12 23:01:13 INFO Logger - Found Allure binary directory: C:\Users\lenovo\.m2\repository\allure-Ellithium\-2.30.0\bin -2024-12-12 23:01:13 INFO Logger - Attempting to execute command: C:\Users\lenovo\.m2\repository\allure-Ellithium\-2.30.0\bin\allure generate --single-file --name "Test Report" -o .\LastReport\ .\Test-Output/Reports/Allure/allure-results\ -2024-12-12 23:01:16 INFO Logger - Command executed successfully. Exit code: 0 -2024-12-12 23:01:16 INFO Logger - Getting Timestamp: 2024-12-12-11-1-16PM -2024-12-12 23:01:16 INFO Logger - Successfully loaded properties file: src\main\resources\properties\allure -2024-12-12 23:01:16 INFO Logger - Attempting to execute command: start Test-Output\Reports\Allure\allure-report\Ellithium-Test-Report-2024-12-12-11-1-16PM.html -2024-12-12 23:01:16 INFO Logger - Command executed successfully. Exit code: 0 +2024-12-13 00:10:56 DEBUG TestNG - suiteXmlPath: "C:\Users\lenovo\IdeaProjects\Ellithium\TestNGRunner.xml" +2024-12-13 00:10:57 INFO Logger - Getting Timestamp: 2024-12-13 +2024-12-13 00:10:57 INFO Logger - Reading value for key: LastRunDate from JSON file: Test-Output\UpdateChecker\checker +2024-12-13 00:10:57 INFO Logger - Successfully read value for key: LastRunDate from JSON file: Test-Output\UpdateChecker\checker +2024-12-13 00:10:57 INFO Logger - Successfully loaded properties file: src\main\resources\properties\config +2024-12-13 00:10:57 INFO Logger - Initialize default Timeout for Element  +2024-12-13 00:10:57 INFO Logger - Successfully loaded properties file: src\main\resources\properties\config +2024-12-13 00:10:57 INFO Logger - Initialize default Polling Time for Element  +2024-12-13 00:10:57 INFO Logger - Successfully loaded properties file: src\main\resources\properties\config +2024-12-13 00:10:57 INFO Logger - Initialize default Implicit Wait for the Driver  +2024-12-13 00:10:57 INFO Logger - Successfully loaded properties file: src\main\resources\properties\config +2024-12-13 00:10:57 INFO Logger - --------------------------------------------- +2024-12-13 00:10:57 INFO Logger - ------- Ellithium Engine Setup ------------- +2024-12-13 00:10:57 INFO Logger - --------------------------------------------- +2024-12-13 00:10:57 INFO Logger - Successfully loaded properties file: src\main\resources\properties\allure +2024-12-13 00:10:57 TRACE Graph - [Graph] ADDING NODE BaseRemote.Setup()[pri:0, instance:null] -152046584 +2024-12-13 00:10:57 TRACE Graph - [Graph] ================ SORTING +2024-12-13 00:10:57 TRACE Graph - [Graph] =============== DONE SORTING +2024-12-13 00:10:57 TRACE Graph - [Graph] ====== SORTED NODES +2024-12-13 00:10:57 TRACE Graph - [Graph] ====== END SORTED NODES +2024-12-13 00:10:57 TRACE Graph - [Graph] ADDING NODE BaseRemote.tareDown()[pri:0, instance:null] 391358389 +2024-12-13 00:10:57 TRACE Graph - [Graph] ================ SORTING +2024-12-13 00:10:57 TRACE Graph - [Graph] =============== DONE SORTING +2024-12-13 00:10:57 TRACE Graph - [Graph] ====== SORTED NODES +2024-12-13 00:10:57 TRACE Graph - [Graph] ====== END SORTED NODES +2024-12-13 00:10:57 TRACE Graph - [Graph] ADDING NODE loginTestsRemote.validLogin()[pri:2, instance:Tests.loginTestsRemote@48535004] 857240159 +2024-12-13 00:10:57 TRACE Graph - [Graph] ADDING NODE loginTestsRemote.invalidLogin(java.lang.String,java.lang.String,java.lang.String)[pri:1, instance:Tests.loginTestsRemote@48535004] -662177396 +2024-12-13 00:10:57 TRACE Graph - [Graph] ================ SORTING +2024-12-13 00:10:57 TRACE Graph - [Graph] =============== DONE SORTING +2024-12-13 00:10:57 TRACE Graph - [Graph] ====== SORTED NODES +2024-12-13 00:10:57 TRACE Graph - [Graph] ====== END SORTED NODES +2024-12-13 00:10:57 TRACE Graph - [Graph] ADDING NODE NonBDDSetup.testEnd()[pri:0, instance:null] 1041438139 +2024-12-13 00:10:57 TRACE Graph - [Graph] ================ SORTING +2024-12-13 00:10:57 TRACE Graph - [Graph] =============== DONE SORTING +2024-12-13 00:10:57 TRACE Graph - [Graph] ====== SORTED NODES +2024-12-13 00:10:57 TRACE Graph - [Graph] ====== END SORTED NODES +2024-12-13 00:10:57 TRACE Graph - [Graph] ADDING NODE BaseTests.Setup()[pri:0, instance:null] -1185354547 +2024-12-13 00:10:57 TRACE Graph - [Graph] ================ SORTING +2024-12-13 00:10:57 TRACE Graph - [Graph] =============== DONE SORTING +2024-12-13 00:10:57 TRACE Graph - [Graph] ====== SORTED NODES +2024-12-13 00:10:57 TRACE Graph - [Graph] ====== END SORTED NODES +2024-12-13 00:10:57 TRACE Graph - [Graph] ADDING NODE BaseTests.tareDown()[pri:0, instance:null] 1491384560 +2024-12-13 00:10:57 TRACE Graph - [Graph] ================ SORTING +2024-12-13 00:10:57 TRACE Graph - [Graph] =============== DONE SORTING +2024-12-13 00:10:57 TRACE Graph - [Graph] ====== SORTED NODES +2024-12-13 00:10:57 TRACE Graph - [Graph] ====== END SORTED NODES +2024-12-13 00:10:57 TRACE Graph - [Graph] ADDING NODE loginTests.validLogin()[pri:2, instance:Tests.loginTests@7d0cc890] -1583686967 +2024-12-13 00:10:57 TRACE Graph - [Graph] ADDING NODE loginTests.invalidLogin(java.lang.String,java.lang.String,java.lang.String)[pri:1, instance:Tests.loginTests@7d0cc890] -949016262 +2024-12-13 00:10:57 TRACE Graph - [Graph] ================ SORTING +2024-12-13 00:10:57 TRACE Graph - [Graph] =============== DONE SORTING +2024-12-13 00:10:57 TRACE Graph - [Graph] ====== SORTED NODES +2024-12-13 00:10:57 TRACE Graph - [Graph] ====== END SORTED NODES +2024-12-13 00:10:57 TRACE Graph - [Graph] ADDING NODE NonBDDSetup.testEnd()[pri:0, instance:Tests.loginTests@7d0cc890] 22833717 +2024-12-13 00:10:57 TRACE Graph - [Graph] ================ SORTING +2024-12-13 00:10:57 TRACE Graph - [Graph] =============== DONE SORTING +2024-12-13 00:10:57 TRACE Graph - [Graph] ====== SORTED NODES +2024-12-13 00:10:57 TRACE Graph - [Graph] ====== END SORTED NODES +2024-12-13 00:10:57 INFO Logger - [SUITE STARTED]: FRAMEWORK TEST [SUITE STARTED] +2024-12-13 00:10:57 INFO Logger - [ALL TESTS STARTED]: WEB UI TEST REMOTE CHROME [ALL TESTS STARTED] +2024-12-13 00:10:57 INFO Logger - Chrome Options Configured +2024-12-13 00:10:57 ERROR AllureLifecycle - Could not start step: no test case running +2024-12-13 00:10:57 ERROR AllureLifecycle - Could not stop step: step with uuid 536de762-41ca-4ea4-8d03-64f85220a9a2 not found +2024-12-13 00:11:01 INFO Logger - Driver Created +2024-12-13 00:11:01 ERROR AllureLifecycle - Could not start step: no test case running +2024-12-13 00:11:01 ERROR AllureLifecycle - Could not stop step: step with uuid 327f2243-eaca-4783-95c5-11ba96d4ecf3 not found +2024-12-13 00:11:01 ERROR AllureLifecycle - Could not update test fixture: test fixture with uuid 61681208-fdf0-42f1-a5f2-fda54bbc07ba not found +2024-12-13 00:11:01 ERROR AllureLifecycle - Could not stop test fixture: test fixture with uuid 61681208-fdf0-42f1-a5f2-fda54bbc07ba not found +2024-12-13 00:11:01 ERROR AllureLifecycle - Could not update test case: no test case running +2024-12-13 00:11:01 INFO Logger - [START] TESTCASE invalidLogin [STARTED] +2024-12-13 00:11:02 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ +2024-12-13 00:11:50 INFO Logger - Clicked on element:  +2024-12-13 00:11:50 INFO Logger - Sent Data: "tomsmith" into Username. +2024-12-13 00:11:51 INFO Logger - Sent Data: "hamada" into Password. +2024-12-13 00:11:51 INFO Logger - Clicked on element:  +2024-12-13 00:11:52 INFO Logger - Getting Timestamp: 2024-12-13-12-11-52AM +2024-12-13 00:11:52 ERROR Logger - Retry #1 for test: invalidLogin, on thread: main +2024-12-13 00:11:52 INFO Logger - [SKIPPED] TESTCASE invalidLogin [SKIPPED] +2024-12-13 00:11:52 INFO Logger - [START] TESTCASE invalidLogin [STARTED] +2024-12-13 00:11:52 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ +2024-12-13 00:11:52 INFO Logger - Clicked on element:  +2024-12-13 00:11:53 INFO Logger - Sent Data: "tomsmith" into Username. +2024-12-13 00:11:53 INFO Logger - Sent Data: "hamada" into Password. +2024-12-13 00:11:53 INFO Logger - Clicked on element:  +2024-12-13 00:11:54 INFO Logger - Getting Timestamp: 2024-12-13-12-11-54AM +2024-12-13 00:11:54 ERROR Logger - Retry #2 for test: invalidLogin, on thread: main +2024-12-13 00:11:54 INFO Logger - [SKIPPED] TESTCASE invalidLogin [SKIPPED] +2024-12-13 00:11:54 INFO Logger - [START] TESTCASE invalidLogin [STARTED] +2024-12-13 00:11:54 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ +2024-12-13 00:11:54 INFO Logger - Clicked on element:  +2024-12-13 00:11:55 INFO Logger - Sent Data: "tomsmith" into Username. +2024-12-13 00:11:55 INFO Logger - Sent Data: "hamada" into Password. +2024-12-13 00:11:55 INFO Logger - Clicked on element:  +2024-12-13 00:11:56 INFO Logger - Getting Timestamp: 2024-12-13-12-11-56AM +2024-12-13 00:11:56 INFO Logger - [FAILED] TESTCASE invalidLogin [FAILED] +2024-12-13 00:11:56 INFO Logger - [START] TESTCASE invalidLogin [STARTED] +2024-12-13 00:11:56 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ +2024-12-13 00:11:56 INFO Logger - Clicked on element:  +2024-12-13 00:11:57 INFO Logger - Sent Data: "hamada" into Username. +2024-12-13 00:11:57 INFO Logger - Sent Data: "SuperSecretPassword!" into Password. +2024-12-13 00:11:57 INFO Logger - Clicked on element:  +2024-12-13 00:11:57 INFO Logger - Getting Timestamp: 2024-12-13-12-11-57AM +2024-12-13 00:11:57 ERROR Logger - Retry #1 for test: invalidLogin, on thread: main +2024-12-13 00:11:57 INFO Logger - [SKIPPED] TESTCASE invalidLogin [SKIPPED] +2024-12-13 00:11:57 INFO Logger - [START] TESTCASE invalidLogin [STARTED] +2024-12-13 00:11:58 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ +2024-12-13 00:11:58 INFO Logger - Clicked on element:  +2024-12-13 00:11:58 INFO Logger - Sent Data: "hamada" into Username. +2024-12-13 00:11:59 INFO Logger - Sent Data: "SuperSecretPassword!" into Password. +2024-12-13 00:11:59 INFO Logger - Clicked on element:  +2024-12-13 00:12:00 INFO Logger - Getting Timestamp: 2024-12-13-12-12-00AM +2024-12-13 00:12:00 ERROR Logger - Retry #2 for test: invalidLogin, on thread: main +2024-12-13 00:12:00 INFO Logger - [SKIPPED] TESTCASE invalidLogin [SKIPPED] +2024-12-13 00:12:00 INFO Logger - [START] TESTCASE invalidLogin [STARTED] +2024-12-13 00:12:00 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ +2024-12-13 00:12:01 INFO Logger - Clicked on element:  +2024-12-13 00:12:01 INFO Logger - Sent Data: "hamada" into Username. +2024-12-13 00:12:01 INFO Logger - Sent Data: "SuperSecretPassword!" into Password. +2024-12-13 00:12:02 INFO Logger - Clicked on element:  +2024-12-13 00:12:02 INFO Logger - Getting Timestamp: 2024-12-13-12-12-02AM +2024-12-13 00:12:02 INFO Logger - [FAILED] TESTCASE invalidLogin [FAILED] +2024-12-13 00:12:02 INFO Logger - [START] TESTCASE validLogin [STARTED] +2024-12-13 00:12:02 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ +2024-12-13 00:12:03 INFO Logger - Clicked on element:  +2024-12-13 00:12:03 INFO Logger - Sent Data: "SuperSecretPassword!" into Password. +2024-12-13 00:12:04 INFO Logger - Sent Data: "tomsmith" into Username. +2024-12-13 00:12:04 INFO Logger - Clicked on element:  +2024-12-13 00:12:04 INFO Logger - [PASSED] TESTCASE validLogin [PASSED] +2024-12-13 00:12:05 INFO Logger - WebDriver quit +2024-12-13 00:12:05 ERROR AllureLifecycle - Could not start step: no test case running +2024-12-13 00:12:05 ERROR AllureLifecycle - Could not stop step: step with uuid a6696b2f-55c1-4257-851f-66fc3161bdee not found +2024-12-13 00:12:05 ERROR AllureLifecycle - Could not update test fixture: test fixture with uuid 0d3c843c-30f0-4afe-ad8a-448b890ed599 not found +2024-12-13 00:12:05 ERROR AllureLifecycle - Could not stop test fixture: test fixture with uuid 0d3c843c-30f0-4afe-ad8a-448b890ed599 not found +2024-12-13 00:12:05 ERROR AllureLifecycle - Could not update test case: no test case running +2024-12-13 00:12:05 INFO Logger - [ALL TESTS COMPLETED]: WEB UI TEST REMOTE CHROME [ALL TESTS COMPLETED] +2024-12-13 00:12:05 INFO Logger - [ALL TESTS STARTED]: WEB UI TEST CHROME [ALL TESTS STARTED] +2024-12-13 00:12:05 INFO Logger - Chrome Options Configured +2024-12-13 00:12:07 INFO Logger - Successfully loaded properties file: src\main\resources\properties\config +2024-12-13 00:12:07 INFO Logger - Driver Created +2024-12-13 00:12:07 ERROR AllureLifecycle - Could not update test case: no test case running +2024-12-13 00:12:07 INFO Logger - [START] TESTCASE invalidLogin [STARTED] +2024-12-13 00:12:07 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ +2024-12-13 00:12:30 INFO Logger - Level: error +2024-12-13 00:12:30 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:12:30 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041549344&f=298349752,318188263] +2024-12-13 00:12:30 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:10 INFO Logger - Level: error +2024-12-13 00:13:10 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:10 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041589940&f=298349752,318188263] +2024-12-13 00:13:10 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:10 INFO Logger - Level: error +2024-12-13 00:13:10 INFO Logger - Text: Failed to load resource: the server responded with a status of 404 (Not Found) +2024-12-13 00:13:10 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/favicon.ico] +2024-12-13 00:13:10 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:10 INFO Logger - Level: verbose +2024-12-13 00:13:10 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o +2024-12-13 00:13:10 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] +2024-12-13 00:13:10 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:10 INFO Logger - Level: error +2024-12-13 00:13:10 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:10 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041589940&f=298349752,318188263] +2024-12-13 00:13:10 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:10 INFO Logger - Level: error +2024-12-13 00:13:10 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:10 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041590180&f=298349752,318188263] +2024-12-13 00:13:10 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:15 INFO Logger - Clicked on element:  +2024-12-13 00:13:15 INFO Logger - Sent Data: "tomsmith" into Username. +2024-12-13 00:13:15 INFO Logger - Sent Data: "hamada" into Password. +2024-12-13 00:13:15 INFO Logger - Level: error +2024-12-13 00:13:15 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:15 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041595653&f=298349752,318188263] +2024-12-13 00:13:15 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:16 INFO Logger - Level: verbose +2024-12-13 00:13:16 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o +2024-12-13 00:13:16 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] +2024-12-13 00:13:16 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:16 INFO Logger - Level: error +2024-12-13 00:13:16 INFO Logger - Level: error +2024-12-13 00:13:16 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:16 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:16 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041595653&f=298349752,318188263] +2024-12-13 00:13:16 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596192&f=298349752,318188263] +2024-12-13 00:13:16 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:16 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:16 INFO Logger - Level: error +2024-12-13 00:13:16 INFO Logger - Level: error +2024-12-13 00:13:16 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:16 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:16 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041589940&f=298349752,318188263] +2024-12-13 00:13:16 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041590180&f=298349752,318188263] +2024-12-13 00:13:16 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:16 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:16 INFO Logger - Clicked on element:  +2024-12-13 00:13:16 ERROR Logger - Hard Assert: - Condition is not true +2024-12-13 00:13:16 INFO Logger - Getting Timestamp: 2024-12-13-12-13-16AM +2024-12-13 00:13:16 ERROR Logger - Retry #1 for test: invalidLogin, on thread: main +2024-12-13 00:13:16 INFO Logger - [SKIPPED] TESTCASE invalidLogin [SKIPPED] +2024-12-13 00:13:16 INFO Logger - [START] TESTCASE invalidLogin [STARTED] +2024-12-13 00:13:16 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ +2024-12-13 00:13:16 INFO Logger - Level: error +2024-12-13 00:13:16 INFO Logger - Level: error +2024-12-13 00:13:16 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:16 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596701&f=298349752,318188263] +2024-12-13 00:13:16 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:16 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:16 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041590180&f=298349752,318188263] +2024-12-13 00:13:16 INFO Logger - Level: error +2024-12-13 00:13:16 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:16 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:16 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041595653&f=298349752,318188263] +2024-12-13 00:13:16 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:16 INFO Logger - Level: error +2024-12-13 00:13:16 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:16 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041589940&f=298349752,318188263] +2024-12-13 00:13:16 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:16 INFO Logger - Level: error +2024-12-13 00:13:16 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:16 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596192&f=298349752,318188263] +2024-12-13 00:13:16 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:16 INFO Logger - Level: error +2024-12-13 00:13:16 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:16 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596811&f=298349752,318188263] +2024-12-13 00:13:16 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:17 INFO Logger - Level: verbose +2024-12-13 00:13:17 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o +2024-12-13 00:13:17 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] +2024-12-13 00:13:17 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:17 INFO Logger - Level: error +2024-12-13 00:13:17 INFO Logger - Level: error +2024-12-13 00:13:17 INFO Logger - Level: error +2024-12-13 00:13:17 INFO Logger - Level: error +2024-12-13 00:13:17 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:17 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:17 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:17 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041595653&f=298349752,318188263] +2024-12-13 00:13:17 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596811&f=298349752,318188263] +2024-12-13 00:13:17 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:17 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:17 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041590180&f=298349752,318188263] +2024-12-13 00:13:17 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:17 INFO Logger - Level: error +2024-12-13 00:13:17 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:17 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:17 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596701&f=298349752,318188263] +2024-12-13 00:13:17 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:17 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596192&f=298349752,318188263] +2024-12-13 00:13:17 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:17 INFO Logger - Level: error +2024-12-13 00:13:17 INFO Logger - Level: error +2024-12-13 00:13:17 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:17 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:17 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041597160&f=298349752,318188263] +2024-12-13 00:13:17 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041589940&f=298349752,318188263] +2024-12-13 00:13:17 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:17 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:17 INFO Logger - Clicked on element:  +2024-12-13 00:13:17 INFO Logger - Sent Data: "tomsmith" into Username. +2024-12-13 00:13:17 INFO Logger - Sent Data: "hamada" into Password. +2024-12-13 00:13:17 INFO Logger - Level: error +2024-12-13 00:13:17 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:17 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041597585&f=298349752,318188263] +2024-12-13 00:13:17 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - Level: verbose +2024-12-13 00:13:18 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041590180&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596811&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596192&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596701&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041589940&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598219&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041595653&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041597585&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041597160&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - Clicked on element:  +2024-12-13 00:13:18 ERROR Logger - Hard Assert: - Condition is not true +2024-12-13 00:13:18 INFO Logger - Getting Timestamp: 2024-12-13-12-13-18AM +2024-12-13 00:13:18 ERROR Logger - Retry #2 for test: invalidLogin, on thread: main +2024-12-13 00:13:18 INFO Logger - [SKIPPED] TESTCASE invalidLogin [SKIPPED] +2024-12-13 00:13:18 INFO Logger - [START] TESTCASE invalidLogin [STARTED] +2024-12-13 00:13:18 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596701&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598728&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598219&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041597585&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041590180&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596811&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596192&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041595653&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041589940&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041597160&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:18 INFO Logger - Level: error +2024-12-13 00:13:18 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:18 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598831&f=298349752,318188263] +2024-12-13 00:13:18 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:19 INFO Logger - Level: verbose +2024-12-13 00:13:19 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o +2024-12-13 00:13:19 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] +2024-12-13 00:13:19 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:19 INFO Logger - Level: error +2024-12-13 00:13:19 INFO Logger - Level: error +2024-12-13 00:13:19 INFO Logger - Level: error +2024-12-13 00:13:19 INFO Logger - Level: error +2024-12-13 00:13:19 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:19 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598219&f=298349752,318188263] +2024-12-13 00:13:19 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:19 INFO Logger - Level: error +2024-12-13 00:13:19 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:19 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:19 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041597585&f=298349752,318188263] +2024-12-13 00:13:19 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596701&f=298349752,318188263] +2024-12-13 00:13:19 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:19 INFO Logger - Level: error +2024-12-13 00:13:19 INFO Logger - Level: error +2024-12-13 00:13:19 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:19 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:19 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:19 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:19 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598831&f=298349752,318188263] +2024-12-13 00:13:19 INFO Logger - Level: error +2024-12-13 00:13:19 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041590180&f=298349752,318188263] +2024-12-13 00:13:19 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041599139&f=298349752,318188263] +2024-12-13 00:13:19 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:19 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:19 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:19 INFO Logger - Level: error +2024-12-13 00:13:19 INFO Logger - Level: error +2024-12-13 00:13:19 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596811&f=298349752,318188263] +2024-12-13 00:13:19 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:19 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:19 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:19 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:19 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:19 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598728&f=298349752,318188263] +2024-12-13 00:13:19 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041597160&f=298349752,318188263] +2024-12-13 00:13:19 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041589940&f=298349752,318188263] +2024-12-13 00:13:19 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:19 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:19 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:19 INFO Logger - Level: error +2024-12-13 00:13:19 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:19 INFO Logger - Level: error +2024-12-13 00:13:19 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041595653&f=298349752,318188263] +2024-12-13 00:13:19 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:19 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:19 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596192&f=298349752,318188263] +2024-12-13 00:13:19 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:19 INFO Logger - Clicked on element:  +2024-12-13 00:13:19 INFO Logger - Sent Data: "tomsmith" into Username. +2024-12-13 00:13:19 INFO Logger - Sent Data: "hamada" into Password. +2024-12-13 00:13:19 INFO Logger - Level: error +2024-12-13 00:13:19 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:19 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041599585&f=298349752,318188263] +2024-12-13 00:13:19 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - Level: verbose +2024-12-13 00:13:20 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - Clicked on element:  +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600258&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041597585&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598728&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598219&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041597160&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041590180&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 ERROR Logger - Hard Assert: - Condition is not true +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596192&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041599585&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596811&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041595653&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041599139&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596701&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598831&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - Getting Timestamp: 2024-12-13-12-13-20AM +2024-12-13 00:13:20 INFO Logger - [FAILED] TESTCASE invalidLogin [FAILED] +2024-12-13 00:13:20 INFO Logger - [START] TESTCASE invalidLogin [STARTED] +2024-12-13 00:13:20 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600258&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596192&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041599139&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041599585&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041595653&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600802&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041597160&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598831&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598219&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598728&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596701&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041597585&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - Level: error +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596811&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:20 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600909&f=298349752,318188263] +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:20 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:21 INFO Logger - Level: verbose +2024-12-13 00:13:21 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o +2024-12-13 00:13:21 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] +2024-12-13 00:13:21 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:21 INFO Logger - Level: error +2024-12-13 00:13:21 INFO Logger - Level: error +2024-12-13 00:13:21 INFO Logger - Level: error +2024-12-13 00:13:21 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:21 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598831&f=298349752,318188263] +2024-12-13 00:13:21 INFO Logger - Level: error +2024-12-13 00:13:21 INFO Logger - Level: error +2024-12-13 00:13:21 INFO Logger - Level: error +2024-12-13 00:13:21 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:21 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:21 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598728&f=298349752,318188263] +2024-12-13 00:13:21 INFO Logger - Level: error +2024-12-13 00:13:21 INFO Logger - Level: error +2024-12-13 00:13:21 INFO Logger - Level: error +2024-12-13 00:13:21 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:21 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:21 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:21 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596811&f=298349752,318188263] +2024-12-13 00:13:21 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598219&f=298349752,318188263] +2024-12-13 00:13:21 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:21 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:21 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:21 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600909&f=298349752,318188263] +2024-12-13 00:13:21 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041599139&f=298349752,318188263] +2024-12-13 00:13:21 INFO Logger - Level: error +2024-12-13 00:13:21 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:21 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:21 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:21 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041599585&f=298349752,318188263] +2024-12-13 00:13:21 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:21 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:21 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:21 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600802&f=298349752,318188263] +2024-12-13 00:13:21 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041601290&f=298349752,318188263] +2024-12-13 00:13:21 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:21 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:21 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:21 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:21 INFO Logger - Level: error +2024-12-13 00:13:21 INFO Logger - Level: error +2024-12-13 00:13:21 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600258&f=298349752,318188263] +2024-12-13 00:13:21 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:21 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:21 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:21 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041596701&f=298349752,318188263] +2024-12-13 00:13:21 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041597160&f=298349752,318188263] +2024-12-13 00:13:21 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:21 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:21 INFO Logger - Level: error +2024-12-13 00:13:21 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:21 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041597585&f=298349752,318188263] +2024-12-13 00:13:21 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:21 INFO Logger - Clicked on element:  +2024-12-13 00:13:21 INFO Logger - Sent Data: "hamada" into Username. +2024-12-13 00:13:21 INFO Logger - Sent Data: "SuperSecretPassword!" into Password. +2024-12-13 00:13:21 INFO Logger - Level: error +2024-12-13 00:13:21 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:21 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041601760&f=298349752,318188263] +2024-12-13 00:13:21 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - Level: verbose +2024-12-13 00:13:23 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041599139&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600909&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603061&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600802&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041597160&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598831&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - Clicked on element:  +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041599585&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598728&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600258&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041601760&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598219&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041601290&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041597585&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 ERROR Logger - Hard Assert: - Condition is not true +2024-12-13 00:13:23 INFO Logger - Getting Timestamp: 2024-12-13-12-13-23AM +2024-12-13 00:13:23 ERROR Logger - Retry #1 for test: invalidLogin, on thread: main +2024-12-13 00:13:23 INFO Logger - [SKIPPED] TESTCASE invalidLogin [SKIPPED] +2024-12-13 00:13:23 INFO Logger - [START] TESTCASE invalidLogin [STARTED] +2024-12-13 00:13:23 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603556&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600802&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598831&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598728&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598219&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041597585&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041599585&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041601290&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600258&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041601760&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603061&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600909&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041599139&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:23 INFO Logger - Level: error +2024-12-13 00:13:23 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:23 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603664&f=298349752,318188263] +2024-12-13 00:13:23 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:24 INFO Logger - Level: verbose +2024-12-13 00:13:24 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o +2024-12-13 00:13:24 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] +2024-12-13 00:13:24 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:24 INFO Logger - Level: error +2024-12-13 00:13:24 INFO Logger - Level: error +2024-12-13 00:13:24 INFO Logger - Level: error +2024-12-13 00:13:24 INFO Logger - Level: error +2024-12-13 00:13:24 INFO Logger - Level: error +2024-12-13 00:13:24 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:24 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:24 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:24 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:24 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041601760&f=298349752,318188263] +2024-12-13 00:13:24 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600258&f=298349752,318188263] +2024-12-13 00:13:24 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:24 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:24 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:24 INFO Logger - Level: error +2024-12-13 00:13:24 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598831&f=298349752,318188263] +2024-12-13 00:13:24 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603556&f=298349752,318188263] +2024-12-13 00:13:24 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:24 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:24 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600802&f=298349752,318188263] +2024-12-13 00:13:24 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:24 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041604055&f=298349752,318188263] +2024-12-13 00:13:24 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:24 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:24 INFO Logger - Level: error +2024-12-13 00:13:24 INFO Logger - Level: error +2024-12-13 00:13:24 INFO Logger - Level: error +2024-12-13 00:13:24 INFO Logger - Level: error +2024-12-13 00:13:24 INFO Logger - Level: error +2024-12-13 00:13:24 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:24 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:24 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:24 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603664&f=298349752,318188263] +2024-12-13 00:13:24 INFO Logger - Level: error +2024-12-13 00:13:24 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:24 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600909&f=298349752,318188263] +2024-12-13 00:13:24 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:24 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:24 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041599585&f=298349752,318188263] +2024-12-13 00:13:24 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041601290&f=298349752,318188263] +2024-12-13 00:13:24 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:24 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041598728&f=298349752,318188263] +2024-12-13 00:13:24 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:24 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:24 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:24 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:24 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603061&f=298349752,318188263] +2024-12-13 00:13:24 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:24 INFO Logger - Clicked on element:  +2024-12-13 00:13:24 INFO Logger - Level: error +2024-12-13 00:13:24 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:24 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041599139&f=298349752,318188263] +2024-12-13 00:13:24 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:24 INFO Logger - Sent Data: "hamada" into Username. +2024-12-13 00:13:24 INFO Logger - Sent Data: "SuperSecretPassword!" into Password. +2024-12-13 00:13:24 INFO Logger - Level: error +2024-12-13 00:13:24 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:24 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041604548&f=298349752,318188263] +2024-12-13 00:13:24 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - Level: verbose +2024-12-13 00:13:25 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - Clicked on element:  +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041605063&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041604548&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603061&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041599585&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603664&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603556&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600258&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041604055&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041599139&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041601290&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600802&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600909&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041601760&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 ERROR Logger - Hard Assert: - Condition is not true +2024-12-13 00:13:25 INFO Logger - Getting Timestamp: 2024-12-13-12-13-25AM +2024-12-13 00:13:25 ERROR Logger - Retry #2 for test: invalidLogin, on thread: main +2024-12-13 00:13:25 INFO Logger - [SKIPPED] TESTCASE invalidLogin [SKIPPED] +2024-12-13 00:13:25 INFO Logger - [START] TESTCASE invalidLogin [STARTED] +2024-12-13 00:13:25 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041605063&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600802&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603556&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041601760&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041604055&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041604548&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603061&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041605576&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603664&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600258&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041599585&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041601290&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600909&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - Level: error +2024-12-13 00:13:25 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:25 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041605684&f=298349752,318188263] +2024-12-13 00:13:25 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:26 INFO Logger - Level: verbose +2024-12-13 00:13:26 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o +2024-12-13 00:13:26 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] +2024-12-13 00:13:26 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:26 INFO Logger - Clicked on element:  +2024-12-13 00:13:26 INFO Logger - Level: error +2024-12-13 00:13:26 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:26 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041606096&f=298349752,318188263] +2024-12-13 00:13:26 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:26 INFO Logger - Level: error +2024-12-13 00:13:26 INFO Logger - Level: error +2024-12-13 00:13:26 INFO Logger - Level: error +2024-12-13 00:13:26 INFO Logger - Level: error +2024-12-13 00:13:26 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:26 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:26 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:26 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:26 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600802&f=298349752,318188263] +2024-12-13 00:13:26 INFO Logger - Level: error +2024-12-13 00:13:26 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041605684&f=298349752,318188263] +2024-12-13 00:13:26 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:26 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041601290&f=298349752,318188263] +2024-12-13 00:13:26 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041605576&f=298349752,318188263] +2024-12-13 00:13:26 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:26 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:26 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:26 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:26 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041604548&f=298349752,318188263] +2024-12-13 00:13:26 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:26 INFO Logger - Level: error +2024-12-13 00:13:26 INFO Logger - Level: error +2024-12-13 00:13:26 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:26 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:26 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041600909&f=298349752,318188263] +2024-12-13 00:13:26 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603664&f=298349752,318188263] +2024-12-13 00:13:26 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:26 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:26 INFO Logger - Level: error +2024-12-13 00:13:26 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:26 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041605063&f=298349752,318188263] +2024-12-13 00:13:26 INFO Logger - Level: error +2024-12-13 00:13:26 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:26 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:26 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041604055&f=298349752,318188263] +2024-12-13 00:13:26 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:26 INFO Logger - Level: error +2024-12-13 00:13:26 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:26 INFO Logger - Level: error +2024-12-13 00:13:26 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603556&f=298349752,318188263] +2024-12-13 00:13:26 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:26 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:26 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041601760&f=298349752,318188263] +2024-12-13 00:13:26 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:26 INFO Logger - Level: error +2024-12-13 00:13:26 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:26 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603061&f=298349752,318188263] +2024-12-13 00:13:26 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:26 INFO Logger - Sent Data: "hamada" into Username. +2024-12-13 00:13:26 INFO Logger - Sent Data: "SuperSecretPassword!" into Password. +2024-12-13 00:13:26 INFO Logger - Level: error +2024-12-13 00:13:26 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:26 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041606535&f=298349752,318188263] +2024-12-13 00:13:26 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:27 INFO Logger - Level: verbose +2024-12-13 00:13:27 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o +2024-12-13 00:13:27 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] +2024-12-13 00:13:27 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:27 INFO Logger - Level: error +2024-12-13 00:13:27 INFO Logger - Level: error +2024-12-13 00:13:27 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:27 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:27 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041605576&f=298349752,318188263] +2024-12-13 00:13:27 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041605684&f=298349752,318188263] +2024-12-13 00:13:27 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:27 INFO Logger - Level: error +2024-12-13 00:13:27 INFO Logger - Level: error +2024-12-13 00:13:27 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:27 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041604055&f=298349752,318188263] +2024-12-13 00:13:27 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:27 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:27 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:27 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041605063&f=298349752,318188263] +2024-12-13 00:13:27 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:27 INFO Logger - Clicked on element:  +2024-12-13 00:13:27 INFO Logger - Level: error +2024-12-13 00:13:27 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:27 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041606535&f=298349752,318188263] +2024-12-13 00:13:27 INFO Logger - Level: error +2024-12-13 00:13:27 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:27 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:27 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041601290&f=298349752,318188263] +2024-12-13 00:13:27 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:27 INFO Logger - Level: error +2024-12-13 00:13:27 INFO Logger - Level: error +2024-12-13 00:13:27 INFO Logger - Level: error +2024-12-13 00:13:27 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:27 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:27 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041604548&f=298349752,318188263] +2024-12-13 00:13:27 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041607234&f=298349752,318188263] +2024-12-13 00:13:27 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:27 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:27 INFO Logger - Level: error +2024-12-13 00:13:27 INFO Logger - Level: error +2024-12-13 00:13:27 INFO Logger - Level: error +2024-12-13 00:13:27 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:27 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:27 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:27 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:27 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603556&f=298349752,318188263] +2024-12-13 00:13:27 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603664&f=298349752,318188263] +2024-12-13 00:13:27 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603061&f=298349752,318188263] +2024-12-13 00:13:27 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:27 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041606096&f=298349752,318188263] +2024-12-13 00:13:27 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:27 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:27 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:27 INFO Logger - Level: error +2024-12-13 00:13:27 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:27 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041601760&f=298349752,318188263] +2024-12-13 00:13:27 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:27 ERROR Logger - Hard Assert: - Condition is not true +2024-12-13 00:13:27 INFO Logger - Getting Timestamp: 2024-12-13-12-13-27AM +2024-12-13 00:13:27 INFO Logger - [FAILED] TESTCASE invalidLogin [FAILED] +2024-12-13 00:13:27 INFO Logger - [START] TESTCASE validLogin [STARTED] +2024-12-13 00:13:27 INFO Logger - Navigating to URL: https://the-internet.herokuapp.com/ +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041607976&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603556&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041605576&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041604055&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041607234&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603664&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041606096&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041605684&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041606535&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603061&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041605063&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041604548&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041601760&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041607863&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - Level: verbose +2024-12-13 00:13:28 INFO Logger - Text: [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://the-internet.herokuapp.com/login] +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041605684&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041604055&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603556&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041606096&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041606535&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041605576&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041607976&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041608337&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041607234&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041604548&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2Flogin&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041605063&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=https%3A%2F%2Fthe-internet.herokuapp.com%2F&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041607863&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041603664&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:28 INFO Logger - Clicked on element:  +2024-12-13 00:13:28 INFO Logger - Sent Data: "SuperSecretPassword!" into Password. +2024-12-13 00:13:28 INFO Logger - Sent Data: "tomsmith" into Username. +2024-12-13 00:13:28 INFO Logger - Level: error +2024-12-13 00:13:28 INFO Logger - Text: Failed to load resource: net::ERR_NAME_NOT_RESOLVED +2024-12-13 00:13:28 INFO Logger - URL: Optional[https://298279967.log.optimizely.com/event?a=298279967&d=298279967&y=false&n=engagement&g=298283957&u=oeu1734041549339r0.9689647863229764&wxhr=true&t=1734041608816&f=298349752,318188263] +2024-12-13 00:13:28 INFO Logger - StackTrace: Optional.empty +2024-12-13 00:13:29 INFO Logger - Clicked on element:  +2024-12-13 00:13:29 INFO Logger - Hard Assert: - Condition is true +2024-12-13 00:13:29 INFO Logger - [PASSED] TESTCASE validLogin [PASSED] +2024-12-13 00:13:29 INFO Logger - WebDriver quit +2024-12-13 00:13:29 ERROR AllureLifecycle - Could not update test case: no test case running +2024-12-13 00:13:29 INFO Logger - Successfully loaded properties file: src\main\resources\properties\log4j2 +2024-12-13 00:13:29 INFO Logger - Successfully loaded properties file: src\main\resources\properties\log4j2 +2024-12-13 00:13:29 INFO Logger - Log file successfully attached to the Allure report. +2024-12-13 00:13:29 ERROR AllureLifecycle - Could not update test case: no test case running +2024-12-13 00:13:29 INFO Logger - [ALL TESTS COMPLETED]: WEB UI TEST CHROME [ALL TESTS COMPLETED] +2024-12-13 00:13:29 INFO Logger - [SUITE FINISHED]: FRAMEWORK TEST [SUITE FINISHED] +2024-12-13 00:13:29 TRACE Graph - [Graph] ADDING NODE loginTestsRemote.invalidLogin(java.lang.String,java.lang.String,java.lang.String)[pri:1, instance:Tests.loginTestsRemote@48535004] -662177396 +2024-12-13 00:13:29 TRACE Graph - [Graph] ADDING NODE loginTestsRemote.validLogin()[pri:2, instance:Tests.loginTestsRemote@48535004] 857240159 +2024-12-13 00:13:29 TRACE Graph - [Graph] ================ SORTING +2024-12-13 00:13:29 TRACE Graph - [Graph] =============== DONE SORTING +2024-12-13 00:13:29 TRACE Graph - [Graph] ====== SORTED NODES +2024-12-13 00:13:29 TRACE Graph - [Graph] ====== END SORTED NODES +2024-12-13 00:13:29 TRACE Graph - [Graph] ADDING NODE loginTests.invalidLogin(java.lang.String,java.lang.String,java.lang.String)[pri:1, instance:Tests.loginTests@7d0cc890] -949016262 +2024-12-13 00:13:30 TRACE Graph - [Graph] ADDING NODE loginTests.validLogin()[pri:2, instance:Tests.loginTests@7d0cc890] -1583686967 +2024-12-13 00:13:30 TRACE Graph - [Graph] ================ SORTING +2024-12-13 00:13:30 TRACE Graph - [Graph] =============== DONE SORTING +2024-12-13 00:13:30 TRACE Graph - [Graph] ====== SORTED NODES +2024-12-13 00:13:30 TRACE Graph - [Graph] ====== END SORTED NODES +2024-12-13 00:13:30 INFO Logger - Total Execution Time is: 2 Min 32 Sec 753 Mills +2024-12-13 00:13:30 INFO Logger - ------------------------------------------ +2024-12-13 00:13:30 INFO Logger - ------- Ellithium Engine TearDown ------- +2024-12-13 00:13:30 INFO Logger - ------------------------------------------ +2024-12-13 00:13:30 INFO Logger - Successfully loaded properties file: src\main\resources\properties\allure +2024-12-13 00:13:30 INFO Logger - Successfully loaded properties file: src\main\resources\properties\allure +2024-12-13 00:13:30 INFO Logger - Successfully loaded properties file: src\main\resources\properties\allure +2024-12-13 00:13:30 INFO Logger - Allure folder exists at: C:\Users\lenovo\.m2\repository\allure-Ellithium +2024-12-13 00:13:30 INFO Logger - Found Allure binary directory: C:\Users\lenovo\.m2\repository\allure-Ellithium\-2.30.0\bin +2024-12-13 00:13:30 INFO Logger - Attempting to execute command: C:\Users\lenovo\.m2\repository\allure-Ellithium\-2.30.0\bin\allure generate --single-file --name "Test Report" -o .\LastReport\ .\Test-Output/Reports/Allure/allure-results\ +2024-12-13 00:13:33 INFO Logger - Command executed successfully. Exit code: 0 +2024-12-13 00:13:33 INFO Logger - Getting Timestamp: 2024-12-13-12-13-33AM +2024-12-13 00:13:33 INFO Logger - Successfully loaded properties file: src\main\resources\properties\allure +2024-12-13 00:13:33 INFO Logger - Attempting to execute command: start Test-Output\Reports\Allure\allure-report\Ellithium-Test-Report-2024-12-13-12-13-33AM.html +2024-12-13 00:13:33 INFO Logger - Command executed successfully. Exit code: 0 diff --git a/Test-Output/UpdateChecker/checker.json b/Test-Output/UpdateChecker/checker.json index a3daa89..afb9f7b 100644 --- a/Test-Output/UpdateChecker/checker.json +++ b/Test-Output/UpdateChecker/checker.json @@ -1,3 +1,3 @@ { - "LastRunDate": "2024-12-12" + "LastRunDate": "2024-12-13" } \ No newline at end of file diff --git a/TestNGRunner.xml b/TestNGRunner.xml index cb55716..8eff42a 100644 --- a/TestNGRunner.xml +++ b/TestNGRunner.xml @@ -5,6 +5,11 @@ + + + + + diff --git a/src/test/java/Base/AppiumBase.java b/src/test/java/Base/AppiumBase.java new file mode 100644 index 0000000..78eb5d3 --- /dev/null +++ b/src/test/java/Base/AppiumBase.java @@ -0,0 +1,30 @@ +package Base; + +import Ellithium.Utilities.interactions.DriverActions; +import Ellithium.core.base.NonBDDSetup; +import io.appium.java_client.android.AndroidDriver; +import io.appium.java_client.service.local.AppiumDriverLocalService; +import io.appium.java_client.service.local.AppiumServiceBuilder; +import org.testng.annotations.AfterClass; +import org.testng.annotations.BeforeClass; + +import java.io.File; + +public class AppiumBase extends NonBDDSetup { + protected AndroidDriver androidDriver; + protected AppiumDriverLocalService serviceBuilder; + protected DriverActions driverActions; + @BeforeClass + public void setup() { + String appiumMainJsPath=System.getProperty("user.home").concat("\\AppData\\Roaming\\npm\\node_modules\\appium\\build\\lib\\main.js"); + serviceBuilder=new AppiumServiceBuilder(). + withAppiumJS(new File(appiumMainJsPath)).withIPAddress("0.0.0.0").usingPort(4723).build(); + //serviceBuilder.start(); + } + @AfterClass + public void tareDown(){ + androidDriver.quit(); + serviceBuilder.stop(); + serviceBuilder.close(); + } +} diff --git a/src/test/java/Tests/AppiumTest.java b/src/test/java/Tests/AppiumTest.java index e1fd66b..0544eb1 100644 --- a/src/test/java/Tests/AppiumTest.java +++ b/src/test/java/Tests/AppiumTest.java @@ -17,7 +17,7 @@ public void SmokeMobileTest() throws MalformedURLException, InterruptedException options.setDeviceName("Xiaomi Redmi Note 8"); options.setAppActivity("com.appyinnovate.e_invoice.MainActivity"); options.setAppPackage("com.appyinnovate.e_invoice"); - androidDriver= DriverFactory.getNewDriver(MobileDriverType.Android,new URL("http://0.0.0.0:4723"),options); + androidDriver= DriverFactory.getNewMobileDriver(MobileDriverType.Android,new URL("http://0.0.0.0:4723"),options); driverActions=new DriverActions(androidDriver); } }