Skip to content

Releases: seleniumbase/SeleniumBase

Set Chrome window default sizing

18 Aug 00:41
f21be3a

Choose a tag to compare

Set Chrome window default sizing

Update the Selenium IDE script-converter tool

16 Aug 00:11
5389c3b

Choose a tag to compare

Update the Selenium IDE script-converter tool

Internet Explorer optimization

15 Aug 09:18
dd7152d

Choose a tag to compare

Internet Explorer optimization (because people are still using that browser, surprisingly)

Fix compatibility with IE Browser

15 Aug 02:12
a0adefd

Choose a tag to compare

Fix compatibility with IE Browser

Make seleniumbase become the only top-level Python package

14 Aug 06:11
d558b9a

Choose a tag to compare

Make seleniumbase become the only top-level Python package by making all other packages part of the seleniumbase package.

This means:

  • "selenium_grid" moves to seleniumbase/utilities
  • "selenium_ide" moves to seleniumbase/utilities
  • "console_scripts" moves to seleniumbase/console_scripts
  • "drivers" moves to seleniumbase/drivers

Refactoring and tour updates

12 Aug 21:29
87966aa

Choose a tag to compare

Refactoring and tour updates

Fix chromedriver install script

10 Aug 20:56
17e2285

Choose a tag to compare

Fix chromedriver install script

Update Chromedriver Version

10 Aug 18:28
e29d533

Choose a tag to compare

Chromedriver 2.41 may have issues. Forcing version 2.40

Refactoring, Updates, Fixes, and New Methods

10 Aug 06:29
3d9f067

Choose a tag to compare

Refactoring, Updates, Fixes, and New Methods

Browser updates and more

08 Aug 02:48
283392b

Choose a tag to compare

  • Adding Opera Browser to list of available browsers.
  • Expanding seleniumbase install [BROWSER] to include IE and Opera.
  • Fix a bug with the Selenium IDE script converter tool.
  • Updating example boilerplate tests.
  • Updating test files generated with seleniumbase mkdir [DIR_NAME].
  • Update a default timeout value to speed up tests running in Demo Mode.
  • Update the travis deploy script to do testing of seleniumbase mkdir.
  • Major updates to the ReadMe file.