Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.12 KB

File metadata and controls

37 lines (28 loc) · 1.12 KB

1.1.0

  • Internal restructuring - new interfaces to deduplicate code
  • Added SimpleImprovedWebElement which can be for direct instantiation

1.0.8

  • Fix ImprovedRemoteWebElement not using correct search context

1.0.7

  • Added nativeClick method which executes the original/upstream click
  • Updated dependencies

1.0.6

  • Updated dependencies

1.0.5

  • Add new shortcut method CanFindElements#waitForFirstByClassName
  • Updated dependencies

1.0.4

  • ImprovedWebElement#hasAttribute now waits for loading operations to complete (now calls prepareForOperation - like getProperty already does)

1.0.3

  • Removed reflection calls in CustomizableJsonToWebElementConverter as SeleniumHQ/selenium#15884 was fixed #11
    • Selenium version 4.34+ is required
  • Updated dependencies

1.0.2

  • ImprovedRemoteWebElement
    • Make it possible to disable auto scroll
    • Don't throw an exception when scrolling into view is somehow not working
    • Improve logger initialization

1.0.1

  • Correctly declare software.xdev:testcontainers-selenium as scope test

1.0.0

Initial release