@@ -192,7 +192,7 @@ Selenium 4.0 Alpha 6
192
192
* Update tests and docs to not use deprecated methods
193
193
* mark various tests as failing in Firefox
194
194
* Use callback functions instead callable objects as expected conditions (#7765)
195
- * Fix error in webelemet not created, verifing if is str or dict. (#3481)
195
+ * Fix error in webelemet not created, verifying if is str or dict. (#3481)
196
196
* verify command_executor ssl certificate by default (#6536)
197
197
* Correct documentation for ChromiumDriver
198
198
* Deprecating find_element(s)_* calls in event firing webdriver
@@ -218,7 +218,7 @@ Selenium 4.0 Alpha 5
218
218
* Add support for relative locators
219
219
* Fix clear actions in ActionChains (#7943)
220
220
* Automate RemoteConnection subclass selection (#8010)
221
- * Fix capabilties to support macOS platform (#7980)
221
+ * Fix capabilities to support macOS platform (#7980)
222
222
* fix: DeprecationWarning of base64.encodestring() (#7446)
223
223
* Build python code with Bazel
224
224
* Parse python docstring example as code snippet
@@ -319,7 +319,7 @@ Selenium 3.13.0
319
319
320
320
Selenium 3.12.0
321
321
322
- * Add desired_capabilities keyword to IE and Firefox drivers for driver consitency
322
+ * Add desired_capabilities keyword to IE and Firefox drivers for driver consistency
323
323
* Fix bug with creating Safari webdriver instance (#5578)
324
324
* Add support for Safari extension command
325
325
* Deprecate Options `set_headless` methods in favor of property setter
@@ -543,7 +543,7 @@ Selenium 2.53.0
543
543
* Adding Options object for use with Python FirefoxDriver
544
544
* Fixed improper usage of super in exceptions module
545
545
* create a temp file for cookies in phantomjs if not specified
546
- * Pass in the executable that FirefoxBinary finds to the service if there isnt one passed in as a kwarg or capability
546
+ * Pass in the executable that FirefoxBinary finds to the service if there isn't one passed in as a kwarg or capability
547
547
* Applied some DRY and extracted out the keys_to_typing()
548
548
* Fix deselecting options in <select>
549
549
@@ -651,7 +651,7 @@ Selenium 2.44.0
651
651
652
652
Selenium 2.43.0
653
653
* Expand WebElement.get_attribute API docs
654
- * firefox may be installed without admininstrator privileges
654
+ * firefox may be installed without administrator privileges
655
655
and therefore there may be no HKEY_LOCAL_MACHINE entry. Issue #7784
656
656
* UnexpectedAlertPresentException should contain the alert text in python too. Issue #7745
657
657
* don't mutate the global 'ignored exceptions', take a copy of the globally specified ones, change the
@@ -840,7 +840,7 @@ Selenium 2.20
840
840
* Fixed Issue 3438
841
841
842
842
Selenium 2.19
843
- * WebDriverBackedSelenium is now avalaible to all languages
843
+ * WebDriverBackedSelenium is now available to all languages
844
844
* Addon installation fixes
845
845
846
846
Selenium 2.18
@@ -863,12 +863,12 @@ Selenium 2.14
863
863
* A fix for Error Handling
864
864
865
865
Selenium 2.13
866
- * Fixed switch_to_window so that it didnt crash Firefox Bug 2633
866
+ * Fixed switch_to_window so that it didn't crash Firefox Bug 2633
867
867
* Fixed Screenshot handling to work in all browsers. Bug 2829
868
868
* Force Firefox to the Foreground
869
869
870
870
Selenium 2.12
871
- * Added Select as a support pacakge
871
+ * Added Select as a support package
872
872
* Added Beta window size / position api's
873
873
* Bug Fixes
874
874
0 commit comments