Pankaj Dhapola

Results 7 issues of Pankaj Dhapola

Hi @ishubin I seems to have come across an odd behavior. I have below spec file ------------------------------------------------------------------ @objects bodyImage xpath //body = Comparing Image with current screen= bodyImage: image file...

Hello Team, Can we add every new report to existing Galen report? I have created a jar file which will 1. attach to the existing browser session 2. Using GSpecfile...

Hello Team, I came across a scenario where I need to reuse an existing browser session and then perform Galen checks. I came across various article to perform the checks....

Hello Team, Was just wondering if we can have Galen framework implementation extended to .NET and WebDriver.js? Regards PD

Hey Team, I similar issue with the company logo rendering differently in results. I am not sure have any one faced this issue? As one can see in below screenshot...

Hi Ivan, I found it very hard to implement the switch-case statement in our .js file. In below statement strAppName = "app1"; switch(strAppName){ case "app1": System.out.println("App1"); break; case "app2": System.out.println("app2");...

Hello Ivan and Team, I found below issue with "ignore-objects" in spec file 1. The ignore-objects do not throw error, if the XPath mentioned is not found in HTML. I...