xingweitian / fund-my-watcard

A tool to add fund to WatCard easily.
https://pypi.org/project/fund-my-watcard/
GNU General Public License v3.0
10 stars 4 forks source link

Bump splinter from 0.11.0 to 0.13.0 #67

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps splinter from 0.11.0 to 0.13.0.

Release notes *Sourced from [splinter's releases](https://github.com/cobrateam/splinter/releases).* > ## 0.13.0 > # whats's new in splinter 0.13.0? > > * Patch Remote WebDriver to add retry attempts (https://github-redirect.dependabot.com/cobrateam/splinter/pull/742) > * Add driver attribute to WebDriverElement. This fixes an issue where mouse interaction fails on nested elements (https://github-redirect.dependabot.com/cobrateam/splinter/pull/740) > * Fix WebDriverElement.select and .select_by_text to search only inside the parent element (https://github-redirect.dependabot.com/cobrateam/splinter/pull/729) > * find_by with 0 second wait_time only checks once (https://github-redirect.dependabot.com/cobrateam/splinter/pull/739) > * Fix FlaskClient redirects (https://github-redirect.dependabot.com/cobrateam/splinter/pull/721) > > ## 0.12.0 > whats's new in splinter 0.12.0? > ============================== > > * `find_by_text` now handle strings with quotation marks (https://github-redirect.dependabot.com/cobrateam/splinter/issues/457) > * `find_link_by` methods are now chainable (https://github-redirect.dependabot.com/cobrateam/splinter/pull/699) > * `ElementList.__getattr__()` no longer hide ElementNotFound (https://github-redirect.dependabot.com/cobrateam/splinter/pull/707) > * Firefox headless mode now handle custom firefox_binary option (https://github-redirect.dependabot.com/cobrateam/splinter/pull/714) > * Firefox driver now respects headless option in subsequent calls (https://github-redirect.dependabot.com/cobrateam/splinter/pull/715) > * `Browser.get_alert()` returns None if no alert exists (https://github-redirect.dependabot.com/cobrateam/splinter/issues/387) > * Retry WebElement.click if Exception is thrown (https://github-redirect.dependabot.com/cobrateam/splinter/pull/725) > * `find_by` methods in WebDriverElement now uses retry mechanism (https://github-redirect.dependabot.com/cobrateam/splinter/pull/727) > * `is_not_present/visible` returns True immediately after not finding anything (https://github-redirect.dependabot.com/cobrateam/splinter/pull/732) > * Accept all valid arguments for Remote WebDriver (https://github-redirect.dependabot.com/cobrateam/splinter/pull/734) > * Allow ActionChains when using Remote WebDriver (https://github-redirect.dependabot.com/cobrateam/splinter/pull/738)
Changelog *Sourced from [splinter's changelog](https://github.com/cobrateam/splinter/blob/master/docs/news.rst).* > splinter news > ============= > > See below the changes for each splinter release. > > - what's new in splinter 0.13.0 </news/0.13.0> > - what's new in splinter 0.12.0 </news/0.12.0> > - what's new in splinter 0.11.0 </news/0.11.0> > - what's new in splinter 0.10.0 </news/0.10.0> > - what's new in splinter 0.9.0 </news/0.9.0> > - what's new in splinter 0.8.0 </news/0.8.0> > - what's new in splinter 0.7.7 </news/0.7.7> > - what's new in splinter 0.7.6 </news/0.7.6> > - what's new in splinter 0.7.5 </news/0.7.5> > - what's new in splinter 0.7.4 </news/0.7.4> > - what's new in splinter 0.7.3 </news/0.7.3> > - what's new in splinter 0.7.2 </news/0.7.2> > - what's new in splinter 0.7.1 </news/0.7.1> > - what's new in splinter 0.7.0 </news/0.7.0> > - what's new in splinter 0.6.0 </news/0.6.0> > - what's new in splinter 0.5.5 </news/0.5.5> > - what's new in splinter 0.5.4 </news/0.5.4> > - what's new in splinter 0.5.3 </news/0.5.3> > - what's new in splinter 0.5.2 </news/0.5.2> > - what's new in splinter 0.5.0 </news/0.5.0> > - what's new in splinter 0.4.10 </news/0.4.10> > - what's new in splinter 0.4.9 </news/0.4.9> > - what's new in splinter 0.4.8 </news/0.4.8> > - what's new in splinter 0.4.7 </news/0.4.7> > - what's new in splinter 0.4.4.1 </news/0.4.4.1> > - what's new in splinter 0.4.4 </news/0.4.4> > - what's new in splinter 0.4.3 </news/0.4.3> > - what's new in splinter 0.4.2 </news/0.4.2> > - what's new in splinter 0.4.1 </news/0.4.1> > - what's new in splinter 0.4 </news/0.4> > - what's new in splinter 0.3 </news/0.3> > - what's new in splinter 0.2 </news/0.2> > - what's new in splinter 0.1.1 </news/0.1.1> > - what's new in splinter 0.1 </news/0.1> > - what's new in splinter 0.0.3 </news/0.0.3> > - what's new in splinter 0.0.2 </news/0.0.2> > - what's new in splinter 0.0.1 </news/0.0.1>
Commits - [`de2528b`](https://github.com/cobrateam/splinter/commit/de2528be6b50e9f3d73748217a3e9ba0f0341d7d) setup: bump to 0.13.0 - [`b54adcf`](https://github.com/cobrateam/splinter/commit/b54adcfacc2cbafca500af7289193c6832e6f96d) add docs about 0.13.0 release - [`b755a43`](https://github.com/cobrateam/splinter/commit/b755a4341016a8718515a0ee4cd3d6b5d99c060c) WebDriverElement find_by_x methods now take wait_time argument ([#744](https://github-redirect.dependabot.com/cobrateam/splinter/issues/744)) - [`86b85a8`](https://github.com/cobrateam/splinter/commit/86b85a8aa253827e5dfa906d44e208d32fedcddd) Fix FlaskClient redirects ([#721](https://github-redirect.dependabot.com/cobrateam/splinter/issues/721)) - [`2967743`](https://github.com/cobrateam/splinter/commit/2967743aa1d1fa991faafc17560e1649e58154a5) find_by with 0 second wait_time only checks once ([#739](https://github-redirect.dependabot.com/cobrateam/splinter/issues/739)) - [`0e27948`](https://github.com/cobrateam/splinter/commit/0e27948f8607526756f3395f2ede1eca336979ce) Refactor some chrome/firefox tests to use pytest ([#735](https://github-redirect.dependabot.com/cobrateam/splinter/issues/735)) - [`ab24cf0`](https://github.com/cobrateam/splinter/commit/ab24cf02aa9ef495e136c2cd0aa72f4ef8143250) Fix WebElement.select and .select_by_text to search only inside the parent el... - [`48b13c3`](https://github.com/cobrateam/splinter/commit/48b13c3edfc874aaad49ce30acbe7346be81a220) use python 3.8 instead 3.8-3.8-3.8-dev - [`61b667c`](https://github.com/cobrateam/splinter/commit/61b667c3da9023fb5a0ecbec11987051905c5b1a) Add driver attribute to WebDriverElement ([#740](https://github-redirect.dependabot.com/cobrateam/splinter/issues/740)) - [`9604d5f`](https://github.com/cobrateam/splinter/commit/9604d5f2d211b8db9bc618d821f7cb48151a03e6) Refactor forward/back tests to run in isolation ([#741](https://github-redirect.dependabot.com/cobrateam/splinter/issues/741)) - Additional commits viewable in [compare view](https://github.com/cobrateam/splinter/compare/0.11.0...0.13.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)