1. f505d1d DanielWagnerHall: Removing trailing whitespace by dawagner · 13 years ago master
  2. 5c86145 DavidBurns centralising save_screenshot to remote driver so all drivers, including phantomjs get it. by david.burns@theautomatedtester.co.uk · 13 years ago
  3. cc6037f DavidBurns adding the ability to pass in command line args to Firefox by david.burns@theautomatedtester.co.uk · 13 years ago
  4. cabcde4 DanielWagnerHall: Adding units to doc by dawagner · 13 years ago
  5. f0a7bf1 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 · 13 years ago
  6. 3a34dff DavidBurns bumping Python versions by david.burns@theautomatedtester.co.uk · 13 years ago
  7. ccd8f56 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 · 13 years ago
  8. 077967f DavidBurns on behalf of JayakumarChinnappan. Add transparent and extended colour keywords to color support module. Fixes issue 4866 by david.burns@theautomatedtester.co.uk · 13 years ago
  9. c2713be DavidBurns bumping python version by david.burns@theautomatedtester.co.uk · 13 years ago
  10. 14378ae DanielWagnerHall: Adding log_path/service_log_path as named kwargs for chrome by dawagner · 13 years ago
  11. 5ba2b66 DanielWagnerHall: Allow multiple service args to be passed to the chromedriver service by dawagner · 13 years ago
  12. c5ebea3 LukeIS: [python] ghostdriver can now be kicked off via command line option. by luke.semerau@gmail.com · 13 years ago
  13. 2f45025 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 · 13 years ago
  14. cd9a185 DavidBurns, on behalf of JayakumarChinnappan, adding colour support to Python. fixes issue 4623 by david.burns@theautomatedtester.co.uk · 13 years ago
  15. 830b382 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 · 13 years ago
  16. 9283404 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 · 13 years ago
  17. 1fda825 DavidBurns bumping python version numbers to 2.26 by david.burns@theautomatedtester.co.uk · 13 years ago
  18. 9a067c3 SantiagoSuarezO: removing whitespace just to fire a new build by santiycr · 13 years ago
  19. e3e3e7e JasonLeyba: Gracefully handle exceptions raised while testing if a string by jmleyba@gmail.com · 13 years ago
  20. faebdd8 DavidBurns throw a TypeError if a string is passed for the IEServer Port by david.burns@theautomatedtester.co.uk · 13 years ago
  21. 51be33d LukeIS: removing print statement accidentally left in by luke.semerau@gmail.com · 13 years ago
  22. e2970fb 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 · 13 years ago
  23. e22e996 JasonLeyba on behalf of DanhNguyen: Update python ChromeDriver bindings to by jmleyba@gmail.com · 13 years ago
  24. 0b772b0 DavidBurns, on behalf of SeanGrider, adding in ChromeDriver Service args. fixes issue 4599 by david.burns@theautomatedtester.co.uk · 13 years ago
  25. c1c85b5 DavidBurns, on behalf of JasonCarr, adding touch events to Python. fixes issue 4632 by david.burns@theautomatedtester.co.uk · 13 years ago
  26. 7f1f5e9 DavidBurns fixing exception handler. fixes issue 4639 by david.burns@theautomatedtester.co.uk · 13 years ago
  27. 35ea89e SantiagoSuarezO: Prevent firefox from updating, checking and warning for extension and plugin updates by santiycr · 13 years ago
  28. 3630344 LukeIS on behalf of Aditya Ivaturi: adding content-type to remote requests, needed for ghostdriver. Fixes Issue 4630 by luke.semerau@gmail.com · 13 years ago
  29. f15ebc7 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 · 13 years ago
  30. e252a5b 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 · 13 years ago
  31. a1c5bf4 DanielWagnerHall: Fix casing of proxy settings by dawagner · 13 years ago
  32. a8d7173 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 · 13 years ago
  33. 5cb5cd1 SantiagoSuarezO: by santiycr · 13 years ago
  34. 16cd091 DavidBurns, on behalf of SeanGrider, catching the correct exception. fixes issue 4310 by david.burns@theautomatedtester.co.uk · 13 years ago
  35. bd49336 DavidBurns moving the html5 items to their own module by david.burns@theautomatedtester.co.uk · 13 years ago
  36. d712cdd DavidBurns adding the ability to get appcache status for Python and FirefoxDriver by david.burns@theautomatedtester.co.uk · 13 years ago
  37. 9aed32d DavidBurns adding html5 isOnline to python and FirefoxDriver by david.burns@theautomatedtester.co.uk · 13 years ago
  38. c559f9f DanielWagnerHall for DanhNguyen: Use more efficient base64 encoding string to speed up chromedriver performance significantly. by dawagner · 13 years ago
  39. ed95eb9 DavidBurns, on behalf of VianneyCarel, added GET_ELEMENT_LOCATION_WHEN_SCROLLED_INTO_VIEW support. fixes issue 4357 by david.burns@theautomatedtester.co.uk · 13 years ago
  40. 4f3a70f DavidBurns fixing shutdown logic in ChromeDriver Service. fixes issue 4331 by david.burns@theautomatedtester.co.uk · 13 years ago
  41. ca7f470 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 · 13 years ago
  42. d331411 DavidBurns implementing __eq__ for webelements to check they are the same. fixxes issue 3826 by david.burns@theautomatedtester.co.uk · 13 years ago
  43. ca2169a DavidBurns fixing a line that was left behind from having to apply a patch by hand by david.burns@theautomatedtester.co.uk · 13 years ago
  44. 1eb11b3 DavidBurns adding MoveOutOfTargetBoundsException to python code by david.burns@theautomatedtester.co.uk · 13 years ago
  45. 06d6b1a DavidBurns bumping version numbers for python by david.burns@theautomatedtester.co.uk · 13 years ago
  46. 87f6a98 DavidBurns correcting shutdown code for ChromeDriver by david.burns@theautomatedtester.co.uk · 13 years ago
  47. 9ae49ef DavidBurns correcting shutdown code for IEDriverServer by david.burns@theautomatedtester.co.uk · 13 years ago
  48. e41a976 DavidBurns release needed it too so have add it there. Thanks to IsaulVargas for noticing by david.burns@theautomatedtester.co.uk · 13 years ago
  49. 4d8f777 DavidBurns adding default values for click methods in chains. fixes issues 4216 by david.burns@theautomatedtester.co.uk · 13 years ago
  50. a42ed3a DavidBurns fixing IE Service cmd arg code by david.burns@theautomatedtester.co.uk · 13 years ago
  51. 492f4fd DavidBurns removing deprecated items from ChromeDriver by david.burns@theautomatedtester.co.uk · 13 years ago
  52. 6e52707 DavidBurns start preventing users from passing in bad data to webdriver. fixes issue 3735 by david.burns@theautomatedtester.co.uk · 13 years ago
  53. c1c45f6 DavidBurns fixing a heinous spelling mistake by david.burns@theautomatedtester.co.uk · 13 years ago
  54. 096583d DavidBurns on behalf of AlexandrSavchuk, added IE Logging to Python and few other clean ups by david.burns@theautomatedtester.co.uk · 13 years ago
  55. 14461e2 DavidBurns on behalf of JayakumarChinnappan adding EventFiringWebDriver to python. fixes issue 2267 by david.burns@theautomatedtester.co.uk · 13 years ago
  56. 6094acb DavidBurns on behalf of VarialusEgnatius adding support for Jython 2.7. This fixes issue 3988 by david.burns@theautomatedtester.co.uk · 13 years ago
  57. c0f423c DaveHunt: Fixed an issue with setting an SSL proxy in the Python client bindings. by dave.hunt@gmail.com · 13 years ago
  58. 249e461 DavidBurns removing the old dll approach to IEDriver and with it removing the need for ctypes! yay! by david.burns@theautomatedtester.co.uk · 13 years ago
  59. e7bbbf3 DavidBurns bumping version to 2.24 by david.burns@theautomatedtester.co.uk · 13 years ago
  60. 04787b5 LukeIS: bumping revision numbers to 2.23 by luke.semerau@gmail.com · 13 years ago
  61. 00a3e9e 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 · 13 years ago
  62. 81b4ee2 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 · 13 years ago
  63. cb15795 DavidBurns bumping version numbers by david.burns@theautomatedtester.co.uk · 13 years ago
  64. 7fcd74d LukeIS: adding ability to set page load timeout in python. Updates Issue 687 by luke.semerau@gmail.com · 13 years ago
  65. 6190a82 DavidBurns adding clear tests and fixing exception bug they showed by david.burns@theautomatedtester.co.uk · 13 years ago
  66. 02dcb80 DavidBurns allowing the IEDriver for python to be able to use the IEDriverServer by david.burns@theautomatedtester.co.uk · 13 years ago
  67. a6045a0 LukeIS on behalf of Bebe: python file upload should work on windows too. Fixes Issue 3906 by luke.semerau@gmail.com · 13 years ago
  68. 9db4222 DavidBurns correcting syntax error, not sure how this hasnt been hit by david.burns@theautomatedtester.co.uk · 13 years ago
  69. c3422b7 AlexeiBarantsev: Adding desired_capabilities parameter type validation. Fixes issue 3513 by barancev · 13 years ago
  70. 7dfd7ba DavidBurns bumping to 2.21.3 for python by david.burns@theautomatedtester.co.uk · 13 years ago
  71. b4bf209 DavidBurns removing duplicate import by david.burns@theautomatedtester.co.uk · 13 years ago
  72. bb924c0 DavidBurns cleaning up python firefox imports by david.burns@theautomatedtester.co.uk · 13 years ago
  73. 2adc72f DavidBurns, on behalf of JayakumarChinnappan, ignoring lock files in profiles. Fixes issue 3841 by david.burns@theautomatedtester.co.uk · 13 years ago
  74. 8e337af DavidBurns updating the check for on the command_executor to allow unicode. Fixes issue 3740 by david.burns@theautomatedtester.co.uk · 13 years ago
  75. cef0bbb DavidBurns updating error messages that I need to handle when working with file inputs because death by a thousand papercuts is the way to go apparently by david.burns@theautomatedtester.co.uk · 13 years ago
  76. c6fc1b7 DavidBurns only write the filename to the archive and not replicate the folder structure by david.burns@theautomatedtester.co.uk · 13 years ago
  77. b6aea2d DavidBurns shutting down the service if the Driver doesnt. fixes issue 2236 by david.burns@theautomatedtester.co.uk · 14 years ago
  78. f0e33da DavidBurns using with to simplify disk access in profile. fixes issues 3669 by david.burns@theautomatedtester.co.uk · 14 years ago
  79. 238ac5c DavidBurns bumping versions to 2.21.2 by david.burns@theautomatedtester.co.uk · 14 years ago
  80. 51ac422 DavidBurns if the browser doesnt understand upload, because only the remote server does, then just type the file path and dont upload. fixes issue 3736 by david.burns@theautomatedtester.co.uk · 14 years ago
  81. 4b0ca16 LukeIS: disable native events by default for mac only when running locally, one will have to take care of disabling it themselves (as was in previous releases of the python bindings) when using Remote and sending a FirefoxProfile with the DesiredCapabilities. by luke.semerau@gmail.com · 14 years ago
  82. cf7e536 LukeIS: creating 2.21.1 and rolling back focusmanager.testmode set on firefox by luke.semerau@gmail.com · 14 years ago
  83. 1cf044a LukeIS: updating changelog, docs, version numbers for python by luke.semerau@gmail.com · 14 years ago
  84. 3fbd69c DanielWagnerHall for MykolaDzyuba: Make WebDriverWait.until_not handle False correctly. Fixes issue 3607. by dawagner · 14 years ago
  85. f06155f DavidBurns adding window maximise to python by david.burns@theautomatedtester.co.uk · 14 years ago
  86. f44f6a7 DavidBurns setting ASSUME_UNTRUSTED_ISSUER to true to align with other bindings by david.burns@theautomatedtester.co.uk · 14 years ago
  87. 6df08d5 DanielWagnerHall for MykolaDzyuba: Add an optional message to the TimeoutException in Python version of WebDriverWait. Fixes issue 3528. by dawagner · 14 years ago
  88. e60ee3d DavidBurns sanitising profile items before returning it to the user by david.burns@theautomatedtester.co.uk · 14 years ago
  89. 2d6c394 DavidBurns updating firefox profile for focus manager code. TODO add dependency on webdriver.json and then read that file by david.burns@theautomatedtester.co.uk · 14 years ago
  90. 740ecf0 DavidBurns cleaning up data as it comes into the profile and set it correctly for when it is written to the disk by david.burns@theautomatedtester.co.uk · 14 years ago
  91. 7d82b78 DavidBurns adding assume untrusted cert issuer. fixes issue 3506 by david.burns@theautomatedtester.co.uk · 14 years ago
  92. 4a24104 DavidBurns updating desiredcapabilities to use ANDROID as the platform by david.burns@theautomatedtester.co.uk · 14 years ago
  93. f237f25 DanielWagnerHall: Linting by dawagner · 14 years ago
  94. 69d32f4 DavidBurns python port of FileLocator code. I need to update the python webserver/swap to the java one to commit the test. Tested manually for now by david.burns@theautomatedtester.co.uk · 14 years ago
  95. fd4df94 DanielWagnerHall: Un-setting spurious property by dawagner · 14 years ago
  96. 25c6133 LukeIS: don't be case sensitive when ensuring select tag name for Select Support. Fixes Issue 3438 by luke.semerau@gmail.com · 14 years ago
  97. ed47c7d DavidBurns bumping version number to 2.20 by david.burns@theautomatedtester.co.uk · 14 years ago
  98. 7e533bc DanielWagnerHall: Always try to evaluate a wait at least once by dawagner · 14 years ago
  99. b9f6ee8 DavidBurns adding the missing comma to the prefs by david.burns@theautomatedtester.co.uk · 14 years ago
  100. a95dd3d DanielWagnerHall: Disable native events on mac in python by dawagner · 14 years ago