Skip to content

Releases: seleniumbase/SeleniumBase

Pytest update and refactoring

29 Jun 20:23
472024b
Compare
Choose a tag to compare

Pytest update and refactoring

  • Use pytest>=4.6.4
  • Add get_element() for method name standardization
  • Refactoring
  • Update npm "express" version for the web integration

Standardize methods

26 Jun 07:38
b08f486
Compare
Choose a tag to compare

Standardize methods

  • Update method parameter names
  • Update a few methods
  • Add a few new methods

Timeout feature

21 Jun 14:12
b1db6cc
Compare
Choose a tag to compare

Timeout feature

  • Add pytest-timeout to requirements.
  • Update a few other requirements.
  • Disable urllib3 warnings

Update default Chrome options

19 Jun 14:21
2ef6788
Compare
Choose a tag to compare

Update default Chrome options

Headless-mode updates for reliability

19 Jun 06:35
e1cebd0
Compare
Choose a tag to compare

Mostly headless-mode updates:

  • Make headless Chrome more reliable in Docker environments
  • Update pytest requirements

Pytest update (Use pytest >= 4.6.2)

11 Jun 03:15
2915b60
Compare
Choose a tag to compare

Pytest update:

  • Use pytest >= 4.6.2

Performance improvements

30 May 03:26
118c33f
Compare
Choose a tag to compare

Performance improvements

  • Switch to Cloudflare CDN for jQuery
  • Update urllib3, requests, and pluggy versions
    -- urllib3==1.25.3
    -- requests>=2.22.0
    -- pluggy>=0.12.0

Update requirements (Python and jQuery)

29 May 12:59
5054475
Compare
Choose a tag to compare

Update requirements

Updated Python requirements:

  • setuptools>=41.0.1
  • certifi>=2019.3.9
  • PyVirtualDisplay==0.2.1

jQuery:

  • 3.4.1

Use pytest>=4.5.0

15 May 04:55
7239266
Compare
Choose a tag to compare

Use pytest>=4.5.0

  • Also ignore pytest warnings such as PytestUnknownMarkWarning, which caused warnings to appear for test-specific markers

Update pytest version and other requirements

09 May 06:12
656de3b
Compare
Choose a tag to compare

Update pytest version and other requirements

  • pytest>=4.4.2
  • pytest-cov>=2.7.1
  • pluggy>=0.11.0
  • pip>=19.1.1