TestedOrangeOccasional ContributorJoined 6 years ago5 Posts1 LikeLikes received2 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsIs it possible to modify project settings (mouse movement delay) from a script? Is it possible to change the playback's mouse movement delay (which is a project setting) from a script at runtime? I have a few tests which need a larger mouse movement delay to recognize actions while all other tests work fine with no mouse movement delay at all. That's why i thougt I could change the mouse movement delay before and after running this sensitve tests so that all other tests won't be delayed. SolvedRe: HoverMouse is ignoring mouse movement delay The support has confirmed that it is a bug which will be resolved in the next minor release. HoverMouse is ignoring mouse movement delay Is there a way to let a HoverMouse action respect the mouse movement delay project setting? While the setting works fine for click actions the mouse teleports to the hover position right away. I've got a dropdown button which is triggered by hovering the mouse over it. This kind of "teleporting" the mouse just over it doesn't trigger the dropdown function. Using the mouse movement delay has fixed a few issues for me.. just HoverMouse doesn't seem to use it. Is there a way to solve this issue? Something like a MoveMouse action would be fine too. Kind regards TestedOrange SolvedRe: How to run a bat file with a relative path? Thanks for your feedback. I solved it by writing a routine using aqFileSystem.GetCurrentFolder() and aqFileSystem.GetFolderInfo().ParentFolder. How to run a bat file with a relative path? Hi, I wonder how can I run a bat file from a relative path? Our Testsuite is located in a git repository which results in different absolute paths per user. Our folder structure looks like: root root/Scripts/MyBat.bat root/TestComplete/suite.pjs root/TestComplete/suite/foo.mds etc. I'd like to run the root/Scripts/MyBat.bat out of a keyword in root/TestComplete/suite/KeywordTests/ How can I achieve this without using an absolut path to MyBat.bat ? Thank you and kind Regards TestedOrange Solved