monty5811 / apostello

sms for your church
MIT License
60 stars 21 forks source link

Update selenium to 3.4.0 #76

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

There's a new version of selenium available. You are currently using 3.3.3. I have updated it to 3.4.0

These links might come in handy: PyPI | Changelog | Repo

Changelog

3.4.0

  • Correct usage of newSession around firstMatch and alwaysMatch
  • Remove superfluous capabilities that are not needed
  • Add expected condition that waits for all found elements to be visible (3532)
  • Allow methods wrapped by EventFiringWebDriver and EventFiringWebElement (806)
  • Dropping javascriptEnabled capability for real browsers
  • Use W3C check from parent object instead of assuming from capabilities
  • Bump example source distribution to match latest release.
  • Replace TypeError with KeyError in remote webdriver error handler code (3826)
  • When testing Marionette use default capabilities in testing
  • Conform to the api of urllib2 for adding header for a request (3803)
  • Add text key to alertsendKeys parameters for W3C Endpoint
  • Location once scrolled into view should use W3C executeScript endpoint not JSONWP
  • Fixed the usage information in documentation of "save_screenshot". (3804)
  • Add Element Not Interactable exception
  • Clean up imports in error handler
  • flake8 cleanup

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

pyup-bot commented 7 years ago

Closing this in favor of #78