Skip to content

Releases: bormando/selenium-tools

1.5.0

12 May 20:58
5266792

Choose a tag to compare

  • Added Quality Control workflow status badge to README
  • Updated Python version to 3.12.3 in GitHub Actions workflows
  • Updated package dependencies and minimum Python version
  • Updated IndexedDB setup in README
  • Updated license copyright year

1.4.0

02 Apr 09:12

Choose a tag to compare

  • Added remove item methods for IndexedDB & Local Storage
  • Added tests for remove item methods
  • Added monthly download stats
  • Added "black" as a code formatter
  • Updated package dependencies (selenium, pytest)
  • Updated GitHub Actions workflows

1.3.0

09 Nov 14:24
ff494f5

Choose a tag to compare

  • Added Local Storage interaction support (get/set methods)
  • Added tests for Local Storage
  • Updated package dependencies (selenium, pytest, webdriver-manager)
  • Updated test web app URL
  • Fixed typo in assertion message of IndexedDB test

1.2.1

04 Jul 18:14
c1a43a2

Choose a tag to compare

Bug fix:

  • IndexedDB get method now executes single iteration if implicit_wait for webdriver is set to 0

1.2.0

24 May 07:55
23b87bb

Choose a tag to compare

Add features:

  • IndexedDB interaction
  • webdriver waits getter

1.1.0

19 May 19:17
0d8a6c5

Choose a tag to compare

Add features:

  • drag & drop bug bypass
  • scrolling support