1. 5fd7826 DanielWagnerHall: Removing trailing whitespace by dawagner · 12 years ago master
  2. a724212 DavidBurns centralising save_screenshot to remote driver so all drivers, including phantomjs get it. by david.burns@theautomatedtester.co.uk · 12 years ago
  3. 1e13921 DavidBurns adding some missing docs files by david.burns@theautomatedtester.co.uk · 12 years ago
  4. ff6ece7 DavidBurns adding the ability to pass in command line args to Firefox by david.burns@theautomatedtester.co.uk · 12 years ago
  5. 0478b2e DanielWagnerHall: Adding units to doc by dawagner · 12 years ago
  6. 40ea871 EranMes on behalf of RicardoSantos: Clean up after the Python FirefoxDriver by deleting the temporary folder after the driver quits. by eran.mes@gmail.com · 12 years ago
  7. 8212c80 DavidBurns adding python changelog by david.burns@theautomatedtester.co.uk · 12 years ago
  8. 25472ba DavidBurns bumping Python versions by david.burns@theautomatedtester.co.uk · 12 years ago
  9. 3f46b7f DavidBurns on behalf of JayakumarChinnappan. Add color and event firing webdriver classes to python api doc. Fixes issue 4868 by david.burns@theautomatedtester.co.uk · 12 years ago
  10. aca0b80 DavidBurns on behalf of JayakumarChinnappan. Add transparent and extended colour keywords to color support module. Fixes issue 4866 by david.burns@theautomatedtester.co.uk · 12 years ago
  11. 94efc53 DavidBurns updating python change log I forgot to do by david.burns@theautomatedtester.co.uk · 12 years ago
  12. c7b7b98 DavidBurns adding a test for passing in a null to execute_script by david.burns@theautomatedtester.co.uk · 12 years ago
  13. 0836ac0 DavidBurns missed a python file during version bump by david.burns@theautomatedtester.co.uk · 12 years ago
  14. 7dc0b24 DavidBurns bumping python version by david.burns@theautomatedtester.co.uk · 12 years ago
  15. bfb116e DavidBurns added security options to objects when we move from chrome->content in Firefox by david.burns@theautomatedtester.co.uk · 12 years ago
  16. bbf2689 DanielWagnerHall: Adding log_path/service_log_path as named kwargs for chrome by dawagner · 12 years ago
  17. 256e0c0 DanielWagnerHall: Allow multiple service args to be passed to the chromedriver service by dawagner · 12 years ago
  18. af1f374 LukeIS: [python] ghostdriver can now be kicked off via command line option. by luke.semerau@gmail.com · 12 years ago
  19. 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 luke.semerau@gmail.com · 12 years ago
  20. e15bff9 LukeIS: adding expected_conditions to py api docs, was available in 2.26 release. by luke.semerau@gmail.com · 12 years ago
  21. 8188219 DavidBurns changing transform visibility algorithm to handle percentages and simplifying the code by david.burns@theautomatedtester.co.uk · 12 years ago
  22. cd32187 DavidBurns, on behalf of JayakumarChinnappan, adding colour support to Python. fixes issue 4623 by david.burns@theautomatedtester.co.uk · 12 years ago
  23. 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 luke.semerau@gmail.com · 12 years ago
  24. bb1ed4d LukeIS on behalf of Yuping Chen: Fix python client, avoid duplicate chrome option items after reusing options class. Fixes Issue 4744. by luke.semerau@gmail.com · 12 years ago
  25. 399ee8b DavidBurns checking if CSS transforms on elements, or their parents, are hiding them and therefore returning they arent visible. by david.burns@theautomatedtester.co.uk · 12 years ago
  26. 3fbff8a DavidBurns forgot to commit README update when released by david.burns@theautomatedtester.co.uk · 12 years ago
  27. 9c2f896 DavidBurns bumping python version numbers to 2.26 by david.burns@theautomatedtester.co.uk · 12 years ago
  28. cbdf379 SantiagoSuarezO: removing whitespace just to fire a new build by santiycr · 12 years ago
  29. cf4e2c9 JasonLeyba: Gracefully handle exceptions raised while testing if a string by jmleyba@gmail.com · 12 years ago
  30. ed8507d DavidBurns throw a TypeError if a string is passed for the IEServer Port by david.burns@theautomatedtester.co.uk · 12 years ago
  31. 529ac04 LukeIS: removing print statement accidentally left in by luke.semerau@gmail.com · 12 years ago
  32. 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 luke.semerau@gmail.com · 12 years ago
  33. 0aecfd6 JasonLeyba on behalf of DanhNguyen: Update python ChromeDriver bindings to by jmleyba@gmail.com · 12 years ago
  34. 0e5b832 DavidBurns, on behalf of SeanGrider, adding in ChromeDriver Service args. fixes issue 4599 by david.burns@theautomatedtester.co.uk · 12 years ago
  35. 8e3a48a DavidBurns, on behalf of JasonCarr, adding touch events to Python. fixes issue 4632 by david.burns@theautomatedtester.co.uk · 12 years ago
  36. e50592d DavidBurns fixing exception handler. fixes issue 4639 by david.burns@theautomatedtester.co.uk · 12 years ago
  37. 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 luke.semerau@gmail.com · 12 years ago
  38. eab3c95 SantiagoSuarezO: Prevent firefox from updating, checking and warning for extension and plugin updates by santiycr · 12 years ago
  39. 1af6a09 LukeIS on behalf of Aditya Ivaturi: adding content-type to remote requests, needed for ghostdriver. Fixes Issue 4630 by luke.semerau@gmail.com · 12 years ago
  40. ebc5ecb DavidBurns, on behalf of AlexandrSavchuk, making sure that we check we are in remote before looking to upload. fixes issue 3812 by david.burns@theautomatedtester.co.uk · 12 years ago
  41. 524e3fa DavidBurns moving proxy setting code to the driver to be handled in capabilities and deprecating the Firefox Profile approach by david.burns@theautomatedtester.co.uk · 12 years ago
  42. 9469194 DanielWagnerHall: Fix test as well :) by dawagner · 12 years ago
  43. a12a97f DanielWagnerHall: Fix casing of proxy settings by dawagner · 12 years ago
  44. 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 · 12 years ago
  45. 3f7292b SantiagoSuarezO: by santiycr · 12 years ago
  46. 1c34e3f DavidBurns, on behalf of SeanGrider, catching the correct exception. fixes issue 4310 by david.burns@theautomatedtester.co.uk · 12 years ago
  47. 7d1a0c1 DavidBurns moving the html5 items to their own module by david.burns@theautomatedtester.co.uk · 12 years ago
  48. d21d08f DavidBurns adding the ability to get appcache status for Python and FirefoxDriver by david.burns@theautomatedtester.co.uk · 12 years ago
  49. 49d64c7 DavidBurns cleaning up name of class by david.burns@theautomatedtester.co.uk · 12 years ago
  50. 6ba9d9a DavidBurns adding html5 isOnline to python and FirefoxDriver by david.burns@theautomatedtester.co.uk · 12 years ago
  51. 4cad2c3 DanielWagnerHall for DanhNguyen: Use more efficient base64 encoding string to speed up chromedriver performance significantly. by dawagner · 12 years ago
  52. 731ef39 DavidBurns, on behalf of VianneyCarel, added GET_ELEMENT_LOCATION_WHEN_SCROLLED_INTO_VIEW support. fixes issue 4357 by david.burns@theautomatedtester.co.uk · 12 years ago
  53. fee94b8 DavidBurns cleaning imports. No functional tests by david.burns@theautomatedtester.co.uk · 12 years ago
  54. e39be27 DavidBurns fixing shutdown logic in ChromeDriver Service. fixes issue 4331 by david.burns@theautomatedtester.co.uk · 12 years ago
  55. 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 eran.mes@gmail.com · 12 years ago
  56. a8fa386 DavidBurns implementing __eq__ for webelements to check they are the same. fixxes issue 3826 by david.burns@theautomatedtester.co.uk · 12 years ago
  57. ce726b9 DavidBurns fixing a line that was left behind from having to apply a patch by hand by david.burns@theautomatedtester.co.uk · 12 years ago
  58. fd77caf DavidBurns adding click scrolling tests to python by david.burns@theautomatedtester.co.uk · 12 years ago
  59. 8b367b5 DavidBurns adding MoveOutOfTargetBoundsException to python code by david.burns@theautomatedtester.co.uk · 12 years ago
  60. 6bd0b68 DavidBurns lets name test classes properly by david.burns@theautomatedtester.co.uk · 12 years ago
  61. 0053694 DavidBurns adding opacity tests to python by david.burns@theautomatedtester.co.uk · 12 years ago
  62. bfd317d DavidBurns updating the last doc, this one is for LukeIS by david.burns@theautomatedtester.co.uk · 12 years ago
  63. 211239f DavidBurns updating changes by david.burns@theautomatedtester.co.uk · 12 years ago
  64. 19d22af DavidBurns bumping version numbers for python by david.burns@theautomatedtester.co.uk · 12 years ago
  65. 1d2e7f5 DavidBurns removing some Java from my python by david.burns@theautomatedtester.co.uk · 12 years ago
  66. 66763d0 DavidBurns correcting shutdown code for ChromeDriver by david.burns@theautomatedtester.co.uk · 12 years ago
  67. 1c09dbe DavidBurns correcting shutdown code for IEDriverServer by david.burns@theautomatedtester.co.uk · 12 years ago
  68. 9702fdb DavidBurns adding more tests to window switching by david.burns@theautomatedtester.co.uk · 12 years ago
  69. 1dea9b6 DavidBurns fixing colour test by david.burns@theautomatedtester.co.uk · 12 years ago
  70. e02574a DavidBurns release needed it too so have add it there. Thanks to IsaulVargas for noticing by david.burns@theautomatedtester.co.uk · 12 years ago
  71. f6112bd DavidBurns adding default values for click methods in chains. fixes issues 4216 by david.burns@theautomatedtester.co.uk · 12 years ago
  72. 231fbb1 DavidBurns fixing IE Service cmd arg code by david.burns@theautomatedtester.co.uk · 12 years ago
  73. 7a7934a DavidBurns removing deprecated items from ChromeDriver by david.burns@theautomatedtester.co.uk · 12 years ago
  74. c837b1c DavidBurns start preventing users from passing in bad data to webdriver. fixes issue 3735 by david.burns@theautomatedtester.co.uk · 12 years ago
  75. 6d2218b DavidBurns fixing a heinous spelling mistake by david.burns@theautomatedtester.co.uk · 12 years ago
  76. aba37e8 DavidBurns on behalf of AlexandrSavchuk, added IE Logging to Python and few other clean ups by david.burns@theautomatedtester.co.uk · 12 years ago
  77. 162a00a DavidBurns adding a test for a supposed issue but cant reproduce by david.burns@theautomatedtester.co.uk · 12 years ago
  78. 93ae662 DavidBurns on behalf of JayakumarChinnappan adding EventFiringWebDriver to python. fixes issue 2267 by david.burns@theautomatedtester.co.uk · 12 years ago
  79. e3f8e7b DavidBurns on behalf of VarialusEgnatius adding support for Jython 2.7. This fixes issue 3988 by david.burns@theautomatedtester.co.uk · 12 years ago
  80. 386d8e2 DaveHunt: Fixed an issue with setting an SSL proxy in the Python client bindings. by dave.hunt@gmail.com · 12 years ago
  81. 415b09b DavidBurns updating changelog for python by david.burns@theautomatedtester.co.uk · 12 years ago
  82. 3f72788 DavidBurns removing the old dll approach to IEDriver and with it removing the need for ctypes! yay! by david.burns@theautomatedtester.co.uk · 12 years ago
  83. 790be88 DavidBurns bumping version to 2.24 by david.burns@theautomatedtester.co.uk · 12 years ago
  84. 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 david.burns@theautomatedtester.co.uk · 12 years ago
  85. 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 luke.semerau@gmail.com · 12 years ago
  86. eba2b96 LukeIS: bumping revision numbers to 2.23 by luke.semerau@gmail.com · 12 years ago
  87. 6b4c35b DavidBurns ignoring the message that is returned by chromedriver when we try quit and fail and leave it up to the Service by david.burns@theautomatedtester.co.uk · 12 years ago
  88. e41d105 DavidBurns re-raise the exception passed to me when trying to start a ChomeDriver session instead of catching and changing the message by david.burns@theautomatedtester.co.uk · 12 years ago
  89. fb934b2 DavidBurns bumping version numbers by david.burns@theautomatedtester.co.uk · 12 years ago
  90. c9eecab LukeIS: adding ability to set page load timeout in python. Updates Issue 687 by luke.semerau@gmail.com · 12 years ago
  91. 47bf8df DavidBurns updated page loading tests for python by david.burns@theautomatedtester.co.uk · 12 years ago
  92. 185b364 SimonStewart: Fixing a dependency in the py build.desc by simon.m.stewart · 12 years ago
  93. 067fa9f DavidBurns adding clear tests and fixing exception bug they showed by david.burns@theautomatedtester.co.uk · 12 years ago
  94. 9a00cbd DavidBurns updating Children finding tests for python by david.burns@theautomatedtester.co.uk · 12 years ago
  95. a1f19d2 DavidBurns updating alert python tests by david.burns@theautomatedtester.co.uk · 12 years ago
  96. 8ae6aa6 DavidBurns adding more tests for element attributes since moar tests are always good! by david.burns@theautomatedtester.co.uk · 12 years ago
  97. 4d927d1 DavidBurns updating a test for the desired behaviour in python. Been on my todo for a long time by david.burns@theautomatedtester.co.uk · 12 years ago
  98. cb1d764 DavidBurns updated changes with IEDriver server by david.burns@theautomatedtester.co.uk · 12 years ago
  99. aad7834 DavidBurns allowing the IEDriver for python to be able to use the IEDriverServer by david.burns@theautomatedtester.co.uk · 12 years ago
  100. 304801a LukeIS on behalf of Bebe: python file upload should work on windows too. Fixes Issue 3906 by luke.semerau@gmail.com · 12 years ago