Rajesh Taneja

Results 21 comments of Rajesh Taneja

I am planning to use it in beforeScenario hook for the first JS sesssion, to notify if the selenium version is greater then supported version. If failure found then report...

The reason I am thinking of checking the selenium version is to inform user about the selenium version not being supported if greater then what we have tested with before...

Sorry for the late response on this @aik099 Do you think adding getStatus() in this driver is an option ? If yes, then I will be happy to create a...

@aik099 rather then having getSeleniumVersion, I think it will be nice to have getStatus() implementing https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#status As far as getBrowserName(), it should only be implemented here, as [CoreDriver](https://github.com/minkphp/Mink/blob/master/src/Driver/CoreDriver.php) or [DriverInterface](https://github.com/minkphp/Mink/blob/master/src/Driver/DriverInterface.php)...

@aik099 We have a formatter which override progress formatter and prints information about - Branch - PHP version - OS details - Browser (We test on FF, chrome, phantomjs, safari...

@stof any thoughts on this request ?

I am planning to use this in beforeScenario for the first JS session to check if selenium version is greater then the supported version. $context->getSession()->getDriver()->getSeleniumVersion(); This is only used for...

Also, can you help me how to solve ![image](https://user-images.githubusercontent.com/804487/121668439-e005ed00-cadd-11eb-80d6-d1325c756d42.png)

This happens when SDK: 2.12.0

Thanks for spotting this David, Will try get to this ASAP.