Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
teodesian committed Apr 12, 2021
1 parent e6bed62 commit c5ddbdf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
Revision history for Selenium-Client

1.03 2021-04-12 TEODESIAN
1.04 2021-04-12 TEODESIAN
[BUG FIXES]
- Don't clobber $? in destructor
- Use Playwright.pm's more clever DESTROY code

1.03 2021-04-01 TEODESIAN
[BUG FIXES]
- Fix issue where child elements found with FindElementFromElement() (and FindElementsFromElement) would use the parent element ID rather than their own
- Expose the elementid parameter in Selenium::Element objects immediately after instantiation
[DOCUMENTATION]
- Note that SwitchToFrame does not actually work with element IDs as suggested by WC3 standard

1.02 2021-02-10 TEODESIAN
[BUG FIXES]
- Declare minimum version of perl 5.28
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = Selenium-Client
version = 1.03
version = 1.04
author = George S. Baugh <george@troglodyne.net>
license = MIT
copyright_holder = George S. Baugh
Expand Down

0 comments on commit c5ddbdf

Please sign in to comment.