I've bumped into something similar to this with some of the PHPWebDriver
classes and I would guess that when you find something that would be
useful to be exposed for this sort of situation but isn't then you
should exploit your commit bit and make it visible.
'public class SelendroidCommandExecutor extends HttpCommandExecutor'
seems like a perfectly reasonable thing to try.
-adam
> Second question, the java classes don't seem to have an easy way to
> add my endpoint to the client bindings by extending certain classes.
> Like nameToUrl is a private map in HttpCommandExecutor. I don't like
> the idea of duplicating a bunch of code (or using reflection) because
> I can't easily extend certain classes or accessing key components to
> add my endpoint. Should these classes be made more 'extensible' to
> accomodate these extensions? or should I add my implementation
> specific endpoint to the client bindings? (obviously i don't think
> this is the case, hence this email)
>
> -Luke
> --
> You received this message because you are subscribed to the Google
> Groups "Selenium Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
selenium-develo...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>