Under Review
Last Updated: 22 Dec 2023 07:54 by ADMIN
ADMIN
Cody
Created on: 20 Mar 2014 14:30
Type: Feature Request
6
Add Focus property to Click and Set Text action steps
Desktop commands (e.g. Left Click on xxx) have a Focus property which controls whether or not a Scroll To Visible happens at the beginning of the step. When you turn on Simulate Real Typing (Set Text) or Simulate Real Click (Click X) I want the ability to disable Scroll To Visible. However I can't because these steps have no Focus property on them.

In addition, I would like to be able to control what the default recorded setting will be. Currently Desktop commands default to Focus being checked and I'd rather have the default to be unchecked.
2 comments
ADMIN
Andy Wieland
Posted on: 13 Oct 2017 15:39
relates to: https://feedback.telerik.com/Project/161/Feedback/Details/137576-only-scroll-to-visible-the-target-element-when-necessary
ADMIN
Andy Wieland
Posted on: 03 Aug 2017 04:03
I am seeing the need for this is growing due to floating banners and React applications like FB where 'scroll to' messes up the step and can only be turned off by editing the step in code and commenting out the 'focus' and 'scroll to visible' steps.