github seleniumbase/SeleniumBase v1.47.0
Add the ability to set the web browser's Language/Locale

latest releases: v4.32.6, v4.32.5, v4.32.4...
4 years ago

Add the ability to set the web browser's Language/Locale, and more

Add the ability to set the browser's Language/Locale:

Examples:

  • pytest --locale="ru"
  • pytest --locale="zh_cn"

See https://seleniumbase.io/help_docs/locale_codes/ for a list of valid codes.

Also:

  • Make improvements to JavaScript and jQuery methods
  • Improve error logging

And, add methods for activating and deactivating Chrome's Design Mode

self.activate_design_mode()

self.deactivate_design_mode()

Don't miss a new SeleniumBase release

NewReleases is sending notifications on new releases.