Commit Graph

2358 Commits

Author SHA1 Message Date
Michael Mintz 1b38d423a5 Use the new assert_true() format instead of assertTrue() 2019-02-06 01:45:10 -05:00
Michael Mintz 8e23026757 Rename an example test 2019-02-06 01:42:58 -05:00
Michael Mintz 2a6b0e1a64 Update the description 2019-02-04 02:46:11 -05:00
Michael Mintz 6b082bf8f9 Update the proxy list 2019-02-04 02:45:57 -05:00
Michael Mintz 35e2215b41 Add a proxy test that gets the ip address from Bing 2019-02-04 02:45:30 -05:00
Michael Mintz 2cbeb72e23
Merge pull request #274 from seleniumbase/tour-update
Save the URL with exported SeleniumBase tours
2019-02-02 16:36:59 -05:00
Michael Mintz 51f4a483cb Version 1.19.2 2019-02-02 16:27:12 -05:00
Michael Mintz 3879003b82 Update method_summary 2019-02-02 16:25:03 -05:00
Michael Mintz cb618d6427 Save the URL with SeleniumBase tours 2019-02-02 16:24:43 -05:00
Michael Mintz be65fb0d91
Merge pull request #273 from seleniumbase/refactoring-and-new-methods
Refactoring and new methods
2019-02-02 02:23:21 -05:00
Michael Mintz 817ef5129b Version 1.19.1 2019-02-02 02:11:24 -05:00
Michael Mintz 5da05cbb6c Update method_summary 2019-02-02 02:10:13 -05:00
Michael Mintz 926f67a720 Add methods to avoid using camelCase in Python 2019-02-02 02:09:15 -05:00
Michael Mintz 2be461e62a Refactor the imports 2019-02-02 02:07:46 -05:00
Michael Mintz c230072f5a Use the new method for getting the BeautifulSoup soup 2019-02-02 02:04:49 -05:00
Michael Mintz 552c545540 Deprecate scroll_click() because click() already scrolls before clicking 2019-02-02 02:02:32 -05:00
Michael Mintz c75e9a38e2 Remove methods that were deprecated a long time ago. 2019-02-02 01:59:11 -05:00
Michael Mintz 1172aa5602 Add get_beautiful_soup() method to base_case 2019-02-02 01:57:16 -05:00
Michael Mintz 870951e876 Formally deprecate a deprecated method 2019-02-02 01:49:31 -05:00
Michael Mintz 19234fdf3d flake8 upgraded to v3.7.4 2019-02-02 01:48:37 -05:00
Michael Mintz c023ee709b Git-ignore the .vscode folder 2019-02-02 01:47:48 -05:00
Michael Mintz 90975cf7bf
Merge pull request #272 from seleniumbase/new-updates
Update requirements and a few other things
2019-02-01 00:23:01 -05:00
Michael Mintz 0c21ca6e6d Version 1.19.0 2019-01-31 23:46:10 -05:00
Michael Mintz 2674a53473 Disable Chrome local_discovery pop-up notifications 2019-01-31 23:44:54 -05:00
Michael Mintz b678e44b78 Turn proxy string warnings into errors (configurable) 2019-01-31 23:42:58 -05:00
Michael Mintz 8ccc2c4694 Update settings comments 2019-01-31 23:37:36 -05:00
Michael Mintz dab7c493d2 Update pytest, pytest-xdist, and flake8 requirements 2019-01-31 23:36:27 -05:00
Michael Mintz 003d941944
Merge pull request #271 from seleniumbase/update-parameterized-version
Update parameterized version
2019-01-26 02:10:14 -05:00
Michael Mintz 438255bed3 Version 1.18.2 2019-01-26 02:03:50 -05:00
Michael Mintz 9ccaf6b98b Use parameterized==0.6.3 2019-01-26 02:03:05 -05:00
Michael Mintz d0227337bb Git ignore PyCharm .idea folder 2019-01-26 00:46:46 -05:00
Michael Mintz 38f81c4a4b
Merge pull request #270 from nathaniel-s/master
Adding CrossBrowserTesting remote server example
2019-01-25 15:04:16 -05:00
nathaniel-s a6435d5b3c
Adding CrossBrowserTesting remote server example
This illustrates how to run selenium base tests on CrossBrowserTesting remote devices.
2019-01-25 13:23:46 -06:00
Michael Mintz 0dbd4b8574
Merge pull request #269 from seleniumbase/mostly-pytest-improvements
Mostly replacing a pytest deprecated call with a new one
2019-01-23 14:58:24 -05:00
Michael Mintz 13e026219a Version 1.18.1 2019-01-23 14:42:29 -05:00
Michael Mintz 6481da2f83 Update a console script that ignored a parameter 2019-01-23 14:41:54 -05:00
Michael Mintz c0e3dc402f Use sb_config instead of pytest.config for command-line options 2019-01-23 14:39:56 -05:00
Michael Mintz 14e24a35fd Update the logo 2019-01-20 19:02:50 -05:00
Michael Mintz a0cbbb422f Update the logo 2019-01-20 16:28:29 -05:00
Michael Mintz aeed133f74
Merge pull request #268 from seleniumbase/improve-test-messages
Improve Messenger methods and a few other things
2019-01-14 20:22:34 -05:00
Michael Mintz 373ccab6ef Version 1.18.0 2019-01-14 20:13:30 -05:00
Michael Mintz ea6012cbf5 Update comments 2019-01-14 20:12:41 -05:00
Michael Mintz f419dce016 Add an example script to demonstrate a run with pure Python 2019-01-14 20:11:01 -05:00
Michael Mintz 07140c033a Update pytest-html to >= 1.20.0 2019-01-14 19:59:37 -05:00
Michael Mintz 6dc68f51cc Simplify Tour error messages 2019-01-14 19:58:29 -05:00
Michael Mintz 3644a20b39 Update method_summary 2019-01-14 19:57:00 -05:00
Michael Mintz aad112986e Update Messenger methods 2019-01-14 19:56:37 -05:00
Michael Mintz 6501c3f4c9
Merge pull request #267 from seleniumbase/update-requirements
Update pytest requirements
2019-01-13 20:54:47 -05:00
Michael Mintz 8524150b9a Version 1.17.22 2019-01-13 20:50:41 -05:00
Michael Mintz e76ab51623 Update pytest requirements 2019-01-13 20:50:02 -05:00