Nelson J Morais
Nelson J Morais
Example, instead of : ``` php $token = $soundcloud->getAuth()->getToken(); ``` becomes ``` php $token = $soundcloud->auth()->token(); ``` thoughts?
Tracking issue for missing `Webdriver` marionette commands: ## Latest version 128.0 commands: // Marionette service 1. [ ] "Marionette:AcceptConnections": GeckoDriver.prototype.acceptConnections, 1. [x] "Marionette:GetContext": GeckoDriver.prototype.getContext, 1. [ ] "Marionette:GetScreenOrientation": GeckoDriver.prototype.getScreenOrientation, 1....
.. we should also validate the correct command and response of those same features/functions.
when NewSession is called, we should check if a firefox Instance is already running and try to connect to it, else we should try to find and start the processa...
we need to have our own web pages locally for testing the client... we cannot rely on existing websites..
I can't find anything on the documentation. is there any way to do it with the actual version of SeleniumClient? if not, is it in the roadmap to implement some...