Pankaj Dhapola

Results 13 comments of Pankaj Dhapola

Hey @cyildirim , Please correct if my understanding is incorrect. When we start any driver, The driver start listening at a specific port. To hack into existing browser session, we...

Hi @ishubin, I am also facing the same issue. I have a question, why are we so dependent on WebDrivers ability to take the screenshot. I learned that screenshot ability...

Hi @ishubin I did some research. I concluded that we need to implement the Serializable interface to class com.galenframework.reports.GalenTestInfo Would it be possible for you to prioritize this request? I...

Hi @ishubin I made some more advancement for this issue. I realized we have Jackson Json Api already used. I tried using the ObjectMapper object's `mapper.writeValue(new File(strFilePathName), testLists);` and `allTestLists...

Hi @ishubin I did some more digging. This is actually not an issue but an enhancement request to have GalenTestInfo to be exported as JSON and later on imported. So...

I also had one more switch-case statement inside each case. I am not sure if cascaded switch-case statement is the root cause of the failure. Has any one faced this...

@ishubin do we have any workaround to handle iframe?

Hi @ishubin I think I found a bug. The height of the "bodyImage" turn out to be 0 ![image](https://user-images.githubusercontent.com/29034223/40574668-b03561e8-60f3-11e8-8364-3f74d707f782.png) ![image](https://user-images.githubusercontent.com/29034223/40574705-70cfb6ce-60f4-11e8-887a-1f173ee6f4c5.png) looks like its an issue with Selenium. ![image](https://user-images.githubusercontent.com/29034223/40574929-0093846c-60f9-11e8-8b7c-3fde1211b902.png) Does any...

As of now this can be solved by WinAppDriver https://github.com/Microsoft/WinAppDriver/issues/212

Guyz, I would like to understand the reason for thumbs down?