Jonathan Lipps
Jonathan Lipps
k sounds like it's a java client issue then, which I can't help with.
I don't think this should be a plugin. If we want to ensure W3C compatibility, I think it should either be an additional endpoint behind a vendor prefix (`GET /appium/sessions`,...
(this feature is global enough to be put into the core appium code, IMO. and we could hide it behind a security flag so that administrators must opt into making...
@mykola-mokhnach if you have a good idea for how to add execute method handling to the umbrella server, then I'm ok if we want to do that. Maybe it's not...
Yeah, could do this now and deprecate `/sessions` so downstream users can start migrating.
Previously, calling setBrowserUrl in setUp would implicitly call $this->url() before each test was run. Now it doesn't. I don't want to call $this->url() on the same url at the beginning...
FWIW, what I _really_ want is for setUp() to be called after the session is initiated, not before, that way I could call any kind of boilerplate setup (including `$this->url()`)...
I think that would be fantastic.
Ah, tried to require `dev-master` and the problem is gone. Can someone tag the fix so we can use it without minimum stability of dev? Thanks.
Maybe if I reopen this issue someone will see the above? I think fixing this bug that prevents composer use of phpunit-selenium (it's currently completely broken due to autoload issues)...