Thanks

Code: Select all
scroll=100;
loop=0;
while (loop <50)
{
sendKey(93);
sleep(scroll);
loop = loop + 1
}
Code: Select all
focusById("mib"); (I got that using info from show overlay)
sleep(3000);
paste();
Code: Select all
<ng-transclude class="x-hidden-focus"> 10 points </ng-transclude>