You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changes
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,17 @@
1
1
Revision history for Selenium-Client
2
2
3
-
1.03 2021-04-12 TEODESIAN
3
+
1.04 2021-04-12 TEODESIAN
4
4
[BUG FIXES]
5
5
- Don't clobber $? in destructor
6
6
- Use Playwright.pm's more clever DESTROY code
7
7
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
0 commit comments