Simon Benzer

Results 121 comments of Simon Benzer

With the merge of #14592, Python is now at the same progress as Ruby

I see no reason not to continue to support both at the moment, however I would suggest being consistent with snake_case in python.

> 3. Add dict support to driver and Timeout support to options I'm down for adding Timeout support to options. If we added dict support to driver, are you thinking...

I'm assuming we don't want to import a library for this correct? so to minimize dependencies

It's been a bit since I coded much in Java either lol, but after a cursory look it LGTM

Looks like that failure is from move_mouse_by_offset, not my code luckily lol

@navin772 What did you think about my comment?

> would this get_geolocation() function be useful to the end user as a method in their high-level api? this one

> Anyways, I assume from `get_geolocation()` you mean the `get_browser_geolocation()` helper method in the tests. Yes, we can have that as high-level but which namespace should it be in -...