File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ Release Notes
33
441.7 (unreleased)
55----------------
6+ - Fixed ‘NoSuchWindowException' issue. Running keyword 'Select Window' after 'Close Window'
7+ will trigger this issue if locator has prefix 'name=','title=' or 'url='. Also fixed same
8+ issue for keywords 'Get Window Ids', 'Get Window Titles' and 'Get Window Names'.
9+ [divfor]
10+
611- Corrected error message in new keyword 'Wait Until Element Is Not
712 Visible' to reflect element being visible instead of not visible.
813 [joepurdy]
Original file line number Diff line number Diff line change @@ -50,6 +50,17 @@ Get and Set Window Position
5050 Should Be Equal ${position_x} ${returned_x}
5151 Should Be Equal ${position_y} ${returned_y}
5252
53+ Select Window By Title After Close Window
54+ Cannot Be Executed in IE
55+ Open Popup Window, Select It And Verify myName
56+ Close Popup Window And Select Main Window By Title
57+
58+ Get Window Titles After Close Window
59+ [Tags] Known Issue - TravisCI
60+ Cannot Be Executed in IE
61+ Open Popup Window, Select It And Verify myName
62+ Close Window
63+ ${titles}= Get Window Titles
5364
5465*Keywords*
5566Open Popup Window, Select It And Verify
@@ -66,3 +77,7 @@ Select Main Window And Verify
6677Do Action In Popup Window And Verify
6778 Click Link change title
6879 Title Should Be Changed
80+
81+ Close Popup Window And Select Main Window By Title
82+ Close Window
83+ Select Window title=Click link to show a popup window
You can’t perform that action at this time.
0 commit comments