Forum Discussion
rraghvani
Champion Level 3
9 days agoThanks for clarifying; I understand now. It is a bug that was noticed in the post .Click action doesn't release Ctrl | SmartBear Community when using the skCtrl key. It could be related to the bug fix they implemented, which also affects skShift.
- skCtrl key not functioning as expected. Resolved a bug that prevented simulated skCtrl key presses from selecting multiple items. The fix restores correct multi-select behavior in 32-bit environments.
rraghvani
Champion Level 3
9 days agoTo add, Scroll Bars may not expose properties such as X, Y coordinates. However, there may be methods you can invoke to mimic a scroll. Use the Object Browser to see what Methods are exposed for your Scroll Bar. Alternatively, you could perform a page up/down keystroke.
TestComplete command line example,
"C:\Program Files (x86)\SmartBear\TestComplete 15\x64\Bin\TestComplete.exe" "N:\Automation\Elink\ELink Automation\ELinkServer1\ELink.pjs" /r /e /p:"ELink"
If you are testing a 64-bit application, then use x64 path for TestComplete. Use the appropriate project name for parameter /p:"ELink"