Question

Objective : To scroll the window to the bottom and click but I am not seeing the TBox Scroll Window Operation in standard modules

  • 21 July 2023
  • 2 replies
  • 341 views

Userlevel 5
Badge +2
  • Head of Community
  • 47 replies

Objective : To scroll the window to the bottom and click but I am not seeing the TBox Scroll Window Operation in standard modules . 

Please let me know how to download the aidpack.zip (I am not seeing the download option in the URL "https://documentation.tricentis.com/tosca/1340/en/content/classic_engines/exchange_portal.htm")

Please advise the process to scroll the window to bottom 

Thanks in advance


2 replies

Userlevel 4
Badge +2

 

The above module is available from tosca 15.0 version. 

https://documentation.tricentis.com/tosca/1500/en/content/standard_subset/automation_tools/windows_operations.htm#scroll_window

Since you are using 13.4 version kindly use {SENDKEYS["^{END}']} to scroll to end of the page.

Thanks,

Userlevel 4
Badge +2

Here is how to define the scrolling behaviour of the browser. You can achieve this using the module from TBox - Scroll Window Operation. Simply enter the caption which is the window. The window index specifies the window that Tosca should scroll. You could put 2x or 5x or whichever that fit your test cases. Scrolls 500px along the vertical axis. Scrolls 1000px along the horizontal axis. Mouse pointer is positioned in the center. Scrolls along the horizontal axis first. Waits 300ms until it scrolls along the vertical axis. You can find more info at https://support-hub.tricentis.com/open?id=show_search_result&lang=en&path=%2Ftosca%2F1500%2Fen%2Fcontent%2Fstandard_subset%2Fautomation_tools%2Fwindows_operations.htm&product=tosca&sessionRotationTrigger=false&type=product_manual&version=2023.1.

Reply