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.12.0 #65

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps splinter from 0.11.0 to 0.12.0.

Release notes *Sourced from [splinter's releases](https://github.com/cobrateam/splinter/releases).* > ## 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.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 - [`9022ff8`](https://github.com/cobrateam/splinter/commit/9022ff8c8d2103fc0be10588b39497db9380be16) setup: bump to 0.12.0 - [`0606e51`](https://github.com/cobrateam/splinter/commit/0606e51d6d0156f60696b29609e4125273a55a5e) add docs about 0.12.0 - [`a574862`](https://github.com/cobrateam/splinter/commit/a5748621573c8dfd9a5bce069b25e7e466bcaa14) Allow ActionChains when using Remote WebDriver ([#738](https://github-redirect.dependabot.com/cobrateam/splinter/issues/738)) - [`282e828`](https://github.com/cobrateam/splinter/commit/282e828aca719de217aa5fa1afdf73530df1d687) Accept all valid arguments for Remote WebDriver ([#734](https://github-redirect.dependabot.com/cobrateam/splinter/issues/734)) - [`27e3542`](https://github.com/cobrateam/splinter/commit/27e3542d820460fcb107fdfe7d2635932aa0a8f6) Update version of Firefox and geckodriver used for tests ([#737](https://github-redirect.dependabot.com/cobrateam/splinter/issues/737)) - [`fdcbaee`](https://github.com/cobrateam/splinter/commit/fdcbaeeae2a1f5d53e6d577ad7432f1aae5118dc) is_not_present/visible returns True immediately after not finding anything (#... - [`13b7d27`](https://github.com/cobrateam/splinter/commit/13b7d27b115cc5e4289bba7b194462855d2b426c) Fixed dead external links ([#731](https://github-redirect.dependabot.com/cobrateam/splinter/issues/731)) - [`e8c0272`](https://github.com/cobrateam/splinter/commit/e8c027280d40cb0452c545c58bf1aca96cbd2ee8) find_by_x methods in WebDriverElement now uses retry mechanism ([#727](https://github-redirect.dependabot.com/cobrateam/splinter/issues/727)) - [`d7c9dd0`](https://github.com/cobrateam/splinter/commit/d7c9dd08e418f67f5c4d9e9769b44ac8d356877c) Retry WebElement.click if ElementClickInterceptedException or WebDriverExcept... - [`201c23e`](https://github.com/cobrateam/splinter/commit/201c23ecbf9f11f249bc958a289f9cdbb0cc8b00) added docs for is_element_visible methods ([#723](https://github-redirect.dependabot.com/cobrateam/splinter/issues/723)) - Additional commits viewable in [compare view](https://github.com/cobrateam/splinter/compare/0.11.0...0.12.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)
dependabot-preview[bot] commented 4 years ago

Superseded by #67.