- 5fd7826 DanielWagnerHall: Removing trailing whitespace by dawagner · 13 years ago master
- a724212 DavidBurns centralising save_screenshot to remote driver so all drivers, including phantomjs get it. by [email protected] · 13 years ago
- 1e13921 DavidBurns adding some missing docs files by [email protected] · 13 years ago
- ff6ece7 DavidBurns adding the ability to pass in command line args to Firefox by [email protected] · 13 years ago
- 0478b2e DanielWagnerHall: Adding units to doc by dawagner · 13 years ago
- 40ea871 EranMes on behalf of RicardoSantos: Clean up after the Python FirefoxDriver by deleting the temporary folder after the driver quits. by [email protected] · 13 years ago
- 8212c80 DavidBurns adding python changelog by [email protected] · 13 years ago
- 25472ba DavidBurns bumping Python versions by [email protected] · 13 years ago
- 3f46b7f DavidBurns on behalf of JayakumarChinnappan. Add color and event firing webdriver classes to python api doc. Fixes issue 4868 by [email protected] · 13 years ago
- aca0b80 DavidBurns on behalf of JayakumarChinnappan. Add transparent and extended colour keywords to color support module. Fixes issue 4866 by [email protected] · 13 years ago
- 94efc53 DavidBurns updating python change log I forgot to do by [email protected] · 13 years ago
- c7b7b98 DavidBurns adding a test for passing in a null to execute_script by [email protected] · 13 years ago
- 0836ac0 DavidBurns missed a python file during version bump by [email protected] · 13 years ago
- 7dc0b24 DavidBurns bumping python version by [email protected] · 13 years ago
- bfb116e DavidBurns added security options to objects when we move from chrome->content in Firefox by [email protected] · 13 years ago
- bbf2689 DanielWagnerHall: Adding log_path/service_log_path as named kwargs for chrome by dawagner · 13 years ago
- 256e0c0 DanielWagnerHall: Allow multiple service args to be passed to the chromedriver service by dawagner · 13 years ago
- af1f374 LukeIS: [python] ghostdriver can now be kicked off via command line option. by [email protected] · 13 years ago
- 1d8d550 LukeIS: [python] adding phantomjs classes to be generated in the docs for next release, updating a few pydocs in phantomjs/service, updating changelog by [email protected] · 13 years ago
- e15bff9 LukeIS: adding expected_conditions to py api docs, was available in 2.26 release. by [email protected] · 13 years ago
- 8188219 DavidBurns changing transform visibility algorithm to handle percentages and simplifying the code by [email protected] · 13 years ago
- cd32187 DavidBurns, on behalf of JayakumarChinnappan, adding colour support to Python. fixes issue 4623 by [email protected] · 13 years ago
- ec12091 LukeIS: adding phantomjs to python bindings, requires one to get both phantomjs and ghostdriver as described in ghostdriver README. Also updating the rake task to be able to run the python tests against it './go //py:phantomjs_test:run' my last run showed these pretty good results: 43 failed, 338 passed, 9 skipped, 3 xfailed in 181.52 seconds by [email protected] · 13 years ago
- bb1ed4d LukeIS on behalf of Yuping Chen: Fix python client, avoid duplicate chrome option items after reusing options class. Fixes Issue 4744. by [email protected] · 13 years ago
- 399ee8b DavidBurns checking if CSS transforms on elements, or their parents, are hiding them and therefore returning they arent visible. by [email protected] · 13 years ago
- 3fbff8a DavidBurns forgot to commit README update when released by [email protected] · 13 years ago
- 9c2f896 DavidBurns bumping python version numbers to 2.26 by [email protected] · 13 years ago
- cbdf379 SantiagoSuarezO: removing whitespace just to fire a new build by santiycr · 13 years ago
- cf4e2c9 JasonLeyba: Gracefully handle exceptions raised while testing if a string by [email protected] · 13 years ago
- ed8507d DavidBurns throw a TypeError if a string is passed for the IEServer Port by [email protected] · 13 years ago
- 529ac04 LukeIS: removing print statement accidentally left in by [email protected] · 13 years ago
- 525b5a5 LukeIS with IsaulVargas (Dude-X): adding expected conditions support classes to python. minor moving of tests to be in common so they can be auto run in other browsers by crazy-fun. by [email protected] · 13 years ago
- 0aecfd6 JasonLeyba on behalf of DanhNguyen: Update python ChromeDriver bindings to by [email protected] · 13 years ago
- 0e5b832 DavidBurns, on behalf of SeanGrider, adding in ChromeDriver Service args. fixes issue 4599 by [email protected] · 13 years ago
- 8e3a48a DavidBurns, on behalf of JasonCarr, adding touch events to Python. fixes issue 4632 by [email protected] · 13 years ago
- e50592d DavidBurns fixing exception handler. fixes issue 4639 by [email protected] · 13 years ago
- f81f171 LukeIS: adding ghostdriver to list of browsers available to run against in python tests, currently requires a manual start of ghostdriver to run. './go //py:ghostdriver_test:run' by [email protected] · 13 years ago
- eab3c95 SantiagoSuarezO: Prevent firefox from updating, checking and warning for extension and plugin updates by santiycr · 13 years ago
- 1af6a09 LukeIS on behalf of Aditya Ivaturi: adding content-type to remote requests, needed for ghostdriver. Fixes Issue 4630 by [email protected] · 13 years ago
- ebc5ecb DavidBurns, on behalf of AlexandrSavchuk, making sure that we check we are in remote before looking to upload. fixes issue 3812 by [email protected] · 14 years ago
- 524e3fa DavidBurns moving proxy setting code to the driver to be handled in capabilities and deprecating the Firefox Profile approach by [email protected] · 14 years ago
- 9469194 DanielWagnerHall: Fix test as well :) by dawagner · 14 years ago
- a12a97f DanielWagnerHall: Fix casing of proxy settings by dawagner · 14 years ago
- 85d579a SimonStewart: The get location once scrolled into view is a semi-provate method that client code shouldn't rely on (get_location is the appropriate method) by simon.m.stewart · 14 years ago
- 3f7292b SantiagoSuarezO: by santiycr · 14 years ago
- 1c34e3f DavidBurns, on behalf of SeanGrider, catching the correct exception. fixes issue 4310 by [email protected] · 14 years ago
- 7d1a0c1 DavidBurns moving the html5 items to their own module by [email protected] · 14 years ago
- d21d08f DavidBurns adding the ability to get appcache status for Python and FirefoxDriver by [email protected] · 14 years ago
- 49d64c7 DavidBurns cleaning up name of class by [email protected] · 14 years ago
- 6ba9d9a DavidBurns adding html5 isOnline to python and FirefoxDriver by [email protected] · 14 years ago
- 4cad2c3 DanielWagnerHall for DanhNguyen: Use more efficient base64 encoding string to speed up chromedriver performance significantly. by dawagner · 14 years ago
- 731ef39 DavidBurns, on behalf of VianneyCarel, added GET_ELEMENT_LOCATION_WHEN_SCROLLED_INTO_VIEW support. fixes issue 4357 by [email protected] · 14 years ago
- fee94b8 DavidBurns cleaning imports. No functional tests by [email protected] · 14 years ago
- e39be27 DavidBurns fixing shutdown logic in ChromeDriver Service. fixes issue 4331 by [email protected] · 14 years ago
- 601a00c EranMes: Based on a patch from a.u.savchuk in issue 2853, adding the ability to ignore additional exceptions in Python's WebDriverWait class. by [email protected] · 14 years ago
- a8fa386 DavidBurns implementing __eq__ for webelements to check they are the same. fixxes issue 3826 by [email protected] · 14 years ago
- ce726b9 DavidBurns fixing a line that was left behind from having to apply a patch by hand by [email protected] · 14 years ago
- fd77caf DavidBurns adding click scrolling tests to python by [email protected] · 14 years ago
- 8b367b5 DavidBurns adding MoveOutOfTargetBoundsException to python code by [email protected] · 14 years ago
- 6bd0b68 DavidBurns lets name test classes properly by [email protected] · 14 years ago
- 0053694 DavidBurns adding opacity tests to python by [email protected] · 14 years ago
- bfd317d DavidBurns updating the last doc, this one is for LukeIS by [email protected] · 14 years ago
- 211239f DavidBurns updating changes by [email protected] · 14 years ago
- 19d22af DavidBurns bumping version numbers for python by [email protected] · 14 years ago
- 1d2e7f5 DavidBurns removing some Java from my python by [email protected] · 14 years ago
- 66763d0 DavidBurns correcting shutdown code for ChromeDriver by [email protected] · 14 years ago
- 1c09dbe DavidBurns correcting shutdown code for IEDriverServer by [email protected] · 14 years ago
- 9702fdb DavidBurns adding more tests to window switching by [email protected] · 14 years ago
- 1dea9b6 DavidBurns fixing colour test by [email protected] · 14 years ago
- e02574a DavidBurns release needed it too so have add it there. Thanks to IsaulVargas for noticing by [email protected] · 14 years ago
- f6112bd DavidBurns adding default values for click methods in chains. fixes issues 4216 by [email protected] · 14 years ago
- 231fbb1 DavidBurns fixing IE Service cmd arg code by [email protected] · 14 years ago
- 7a7934a DavidBurns removing deprecated items from ChromeDriver by [email protected] · 14 years ago
- c837b1c DavidBurns start preventing users from passing in bad data to webdriver. fixes issue 3735 by [email protected] · 14 years ago
- 6d2218b DavidBurns fixing a heinous spelling mistake by [email protected] · 14 years ago
- aba37e8 DavidBurns on behalf of AlexandrSavchuk, added IE Logging to Python and few other clean ups by [email protected] · 14 years ago
- 162a00a DavidBurns adding a test for a supposed issue but cant reproduce by [email protected] · 14 years ago
- 93ae662 DavidBurns on behalf of JayakumarChinnappan adding EventFiringWebDriver to python. fixes issue 2267 by [email protected] · 14 years ago
- e3f8e7b DavidBurns on behalf of VarialusEgnatius adding support for Jython 2.7. This fixes issue 3988 by [email protected] · 14 years ago
- 386d8e2 DaveHunt: Fixed an issue with setting an SSL proxy in the Python client bindings. by [email protected] · 14 years ago
- 415b09b DavidBurns updating changelog for python by [email protected] · 14 years ago
- 3f72788 DavidBurns removing the old dll approach to IEDriver and with it removing the need for ctypes! yay! by [email protected] · 14 years ago
- 790be88 DavidBurns bumping version to 2.24 by [email protected] · 14 years ago
- 1801792 DavidBurns adding test to check we don't hang when accessing an element after a window is closed. Test for https://bugzilla.mozilla.org/show_bug.cgi?id=763862 by [email protected] · 14 years ago
- 7b96048 LukeIS: updating javadoc and pydoc. Updating pythong changelog and one missed version bump. Bumping versions on SeHQ downloads page and maven numbers... it'll be out soonish too ;) by [email protected] · 14 years ago
- eba2b96 LukeIS: bumping revision numbers to 2.23 by [email protected] · 14 years ago
- 6b4c35b DavidBurns ignoring the message that is returned by chromedriver when we try quit and fail and leave it up to the Service by [email protected] · 14 years ago
- e41d105 DavidBurns re-raise the exception passed to me when trying to start a ChomeDriver session instead of catching and changing the message by [email protected] · 14 years ago
- fb934b2 DavidBurns bumping version numbers by [email protected] · 14 years ago
- c9eecab LukeIS: adding ability to set page load timeout in python. Updates Issue 687 by [email protected] · 14 years ago
- 47bf8df DavidBurns updated page loading tests for python by [email protected] · 14 years ago
- 185b364 SimonStewart: Fixing a dependency in the py build.desc by simon.m.stewart · 14 years ago
- 067fa9f DavidBurns adding clear tests and fixing exception bug they showed by [email protected] · 14 years ago
- 9a00cbd DavidBurns updating Children finding tests for python by [email protected] · 14 years ago
- a1f19d2 DavidBurns updating alert python tests by [email protected] · 14 years ago
- 8ae6aa6 DavidBurns adding more tests for element attributes since moar tests are always good! by [email protected] · 14 years ago
- 4d927d1 DavidBurns updating a test for the desired behaviour in python. Been on my todo for a long time by [email protected] · 14 years ago
- cb1d764 DavidBurns updated changes with IEDriver server by [email protected] · 14 years ago
- aad7834 DavidBurns allowing the IEDriver for python to be able to use the IEDriverServer by [email protected] · 14 years ago
- 304801a LukeIS on behalf of Bebe: python file upload should work on windows too. Fixes Issue 3906 by [email protected] · 14 years ago