Community
Participate
Working Groups
Currently, when Browser#execute is called inside the browser function, the result from the browser function is lost. This is true, because we expect to have a valid result in the same request that triggers the browser function. In case of Browser#execute inside the browser function, the result is delayed because Browser#execute stops its execution and wait to finish (intermediate request is issued).
Fixed in CVS HEAD. Now in case of Browser#execute inside a browser function, the "execute" sends synchronous request. Thus, RAP now behaves like in SWT in this case.