Value of using chains for FxRobot calls

22 views
Skip to first unread message

Dave Musicant

unread,
Nov 6, 2017, 4:24:23 PM11/6/17
to TestFX
I'm looking for understanding on the value of chaining FxRobot calls, like

rightClickOn("#desktop").moveTo("New").clickOn("Text Document");

as opposed to

rightClickOn("#desktop");
moveTo("New");
clickOn("Text Document");


Is this a meaningful difference, and if so, what is it?

Thanks!
Reply all
Reply to author
Forward
0 new messages