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
This benefits from [EnhancedSelenese](EnhancedSelenese) > [`=<>…<> (with preserved type)`](EnhancedSelenese#with-preserved-type). Pass an object in Selenese `value` parameter. Its direct fields become parameters passed to the chosen Selenese function (defined by respective Selenese block `function...endFunction`). (This also enables expressions that contain a comma, which is not allowed by syntax of classic SelBlocks.)
84
84
85
-
Use either an existing object, or an object literal. E.g.
85
+
Use an existing object. Alternatively pass an object literal within a pair of parenthesis (see [ClassicSelenese](ClassicSelenese) > [Limitations of `getEval` and its derivatives](ClassicSelenese#limitations-of-geteval-and-its-derivatives):
0 commit comments