Skip to content

Commit c5ddbdf

Browse files
committed
bump
1 parent e6bed62 commit c5ddbdf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Changes

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
Revision history for Selenium-Client
22

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

8+
1.03 2021-04-01 TEODESIAN
9+
[BUG FIXES]
10+
- Fix issue where child elements found with FindElementFromElement() (and FindElementsFromElement) would use the parent element ID rather than their own
11+
- Expose the elementid parameter in Selenium::Element objects immediately after instantiation
12+
[DOCUMENTATION]
13+
- Note that SwitchToFrame does not actually work with element IDs as suggested by WC3 standard
14+
815
1.02 2021-02-10 TEODESIAN
916
[BUG FIXES]
1017
- Declare minimum version of perl 5.28

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = Selenium-Client
2-
version = 1.03
2+
version = 1.04
33
author = George S. Baugh <george@troglodyne.net>
44
license = MIT
55
copyright_holder = George S. Baugh

0 commit comments

Comments
 (0)