Skip to content

Releases: seleniumbase/SeleniumBase

Update console scripts: "seleniumbase mkdir [DIR]" (and more)

23 Jul 03:02
0df878e
Compare
Choose a tag to compare

Update console scripts: "seleniumbase mkdir [DIR]" (and more)

  • Update console scripts: seleniumbase mkdir [DIR]
  • Can load a Chrome extension with --crx=[FILE.crx]
  • Add language translations for drag_and_drop()
  • Update Python dependencies:
    ** urllib3==1.25.10
    ** rich==3.4.1

Add a drag_and_drop() method

21 Jul 00:46
fe08a93
Compare
Choose a tag to compare

Add drag_and_drop(drag_selector, drop_selector)

  • Full method call:
self.drag_and_drop(drag_selector, drop_selector,
    drag_by=By.CSS_SELECTOR, drop_by=By.CSS_SELECTOR,
    timeout=None)

Other updates:

Update Python dependencies:

  • cryptography==3.0
  • pdfminer.six==20200720

Hide Presenter notes by default unless specified

20 Jul 04:30
9cff2ef
Compare
Choose a tag to compare

Hide Presenter notes by default unless specified

Fix UnicodeDecodeError issues on Windows

19 Jul 18:25
04e93a9
Compare
Choose a tag to compare

Fix UnicodeDecodeError issues on Windows

Also update Python requirements:

  • jedi==0.17.2
  • pymysql==0.10.0

Keep the current URL when using "--reuse-session"

15 Jul 16:19
f6dcd5b
Compare
Choose a tag to compare

Keep the current URL when using --reuse-session

When using --reuse-session (alt: --rs), which allows you to reuse the same browser window between tests, the browser will now continue from the URL it left off at, rather than going to a blank page first.
The exception to this rule is when also using --crumbs, which will clear out cookies and then navigate to a blank page before resuming the tests in the same browser window.

Don't disable Chrome's GPU if using SwiftShader

14 Jul 00:14
aec4b80
Compare
Choose a tag to compare

Don't disable Chrome's GPU if using SwiftShader

Update Python dependencies

13 Jul 20:53
22b37e4
Compare
Choose a tag to compare

Update Python dependencies:

  • setuptools>=49.2.0
  • rich==3.3.1

Add the "--swiftshader" command-line option

11 Jul 01:27
4551dad
Compare
Choose a tag to compare

Add the --swiftshader command-line option

  • This enables Chrome's --use-gl=swiftshader feature

(In v1.42.9, swiftshader was added as an always-on option, but in v1.42.10, swiftshader is only enabled when specifed.)

Add default Chrome option: "--use-gl=swiftshader"

10 Jul 21:42
acd9be3
Compare
Choose a tag to compare

Add default Chrome option: "--use-gl=swiftshader"

Update Python dependencies

10 Jul 19:37
2c9af06
Compare
Choose a tag to compare

Update Python dependencies

  • setuptools>=49.1.1
  • pytest-xdist==1.33.0
  • rich==3.2.0