Open
Description
When python function is called from javascript we don't know from which browser
or frame it originates. We should pass the context as a first argument, a frame
or both, browser and frame. Passing only frame would be enough if we had
!GetBrowser() method in Frame object. Or should we pass "context" dictionary
with "browser" and "frame" keys?
Original issue reported on code.google.com by [email protected]
on 28 Nov 2012 at 3:25