pypi seleniumbase 4.11.2
4.11.2 - Add methods for URL asserts

latest releases: 4.48.4, 4.48.3, 4.48.2...
3 years ago

Add methods for URL asserts

  • Add methods for URL asserts
    --> 3321e52
    --> This resolves #1654
  • Update translations
    --> 98f49c1
  • Update behave/BDD steps
    --> a61db3a
  • Update Recorder Mode
    --> e6b9d82

self.assert_url(url)  # Assert that the current URL is same as the one provided.

self.assert_url_contains(substring)  # Assert that the current URL contains the substring.

What's Changed

Full Changelog: v4.11.1...v4.11.2

Don't miss a new seleniumbase release

NewReleases is sending notifications on new releases.