Skip to main content

How to use specific features and commands of SE in Sequentum Cloud

Questions 1:

Static Browser - How to set a maximum of 10 concurrent connections/requests to target website

The Static Browser is already set to run 10 connections/requests concurrently. Also to change the Dynamic/Static browser max active browsers please follow the below steps:

  1. Open your agent and click on the "Agent" command shown below,

  1. Now you can see the "Browser" property, as shown below.

  1. Now you can update the "Max. Dynamic browsers & Max. static browsers" They provide the functionality to change the number of concurrent browsers at runtime.

Please refer to the documentation for more detailed information about the “Max. Dynamic browsers & Max. static browsers“ the link is provide below,

Agent Configuration Overview 

Question 2:

URL Command - Where is "Scroll to end of page"

To scroll the page at the runtime please use the steps below:

  1. Please Open your agent and Load a URL you want to scroll the page on.

  1. Now, on the commands section click on the "Action" section and Add the "Action" command available under the "Action" section as shown below,

  1. Now, Provide the XPath as per your target site page scrolling section. As for the Site I used, the below XPath was working.

  1. Save the XPath from the "Save Selection" button, as shown below.

  1. Now, click on the "Options" property on the Top right, as shown below.

  1. Now, you can see the "Action" property and under it, you have the "Action settings" property.

  1. Now, uncheck the "Use default action script" to use the actions script as per your need which is "scroll to the end of the page".

  1. Now, use the below code in "Action Script" which uses the "scrollExpandingContent" method and takes (Maximum number of scrolls, number of pixels to scroll at a time, Delay in every scroll of millisecond ).

”element.scrollExpandingContent(200, 100, 500)”

  1. Now, Click on the "Save" button and then click on the "Execute Action" button as shown below.

Questions 3

Sequentum Enterprise Commands: where are these in Sequentum Cloud?

  • Calculated Value

  • Page Attribute/HTML

  • Page Attribute/Page URL

In SC, the Data Value command is the one place command in which you can access all these options which are available in "Calculated Value, Page Attribute/HTML, Page Attribute/Page URL".

  1. In the "Data Value" command if you select the "Data" option as "Static" it works the same as the "Calculated Value". You can store the fixed-value data and perform the transformation on the Input data, as shown below.

  1. In the "Data Value" command you select the "Data" option as "Action Result". Once the "Action Result" is selected you will see another Input box below the Data box. As shown below,

Click on the Input box It will drop down some options as shown below. Select the "Page HTML" option which provides the same result as the "Page Attribute/ Page HTML"

  1. In the "Data Value" command you select the "Data" option as "Action Result". Once the "Action Result" is selected you will see another Input box below the Data box. As shown below,

Click on the Input box It will drop down some options as shown below. Select the "Page URL" option which provides the same result as the "Page Attribute/ Page URL".

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.