SeleniumBase 1.62.0 has been shipped with new methods and commands.
For the GitHub link, check out: https://github.com/seleniumbase/SeleniumBase/releases/tag/v1.62.0
Here are some of the changes included with this release:
- Add a console script for generating boilerplate charts.
- Add methods for setting and resetting default timeout values.
- Add
method.open_start_page()
- Add
method.set_content(html_string)
- Add
method.fill(selector, text)
- Add
method.focus(selector)
- Fix an issue with duplicate Highcharts library declarations.
- Update an error message.
- Update translations.
- Update a Python dependency:
virtualenv>=20.4.4
- Refactor "base_case.py".
This release resolves the following GitHub issues:
- https://github.com/seleniumbase/SeleniumBase/issues/876
- https://github.com/seleniumbase/SeleniumBase/issues/877
- https://github.com/seleniumbase/SeleniumBase/issues/878
- https://github.com/seleniumbase/SeleniumBase/issues/879
- https://github.com/seleniumbase/SeleniumBase/issues/880
- https://github.com/seleniumbase/SeleniumBase/issues/881
- https://github.com/seleniumbase/SeleniumBase/issues/882