711child / robotframework-swinglibrary

Automatically exported from code.google.com/p/robotframework-swinglibrary
Other
0 stars 0 forks source link

"Get Current Context" keyword #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This keyword would allow custom keywords to store the current context,
changing it and then restore it after some window processing

Original issue reported on code.google.com by carlos.j...@gmail.com on 15 Mar 2010 at 3:51

GoogleCodeExporter commented 9 years ago
This would be useful together with a keyword like 'Get Window/Dialog context':
Imagine you need to select a window, then a panel, then do some processing 
(insert in
text fields, etc) then select other panel and do the same

In order to have generic keyworks to do that, It's required that you store the 
window
context when you start the keywork, select the panel, do something and in the 
end
return the context to the window/dialog.
--> Hence the need to have this kind of keyword

Original comment by carlos.j...@gmail.com on 23 Mar 2010 at 12:32

GoogleCodeExporter commented 9 years ago

Original comment by KariH...@gmail.com on 7 Jul 2010 at 10:12

GoogleCodeExporter commented 9 years ago

Original comment by KariH...@gmail.com on 7 Jul 2010 at 10:20

GoogleCodeExporter commented 9 years ago
Tests and implementation in r584.

Original comment by KariH...@gmail.com on 12 Jul 2010 at 9:49

GoogleCodeExporter commented 9 years ago

Original comment by KariH...@gmail.com on 16 Jul 2010 at 1:52