# leapwork.com > AI-optimized mirror of leapwork.com containing 1600 pages totalling 785,948 words of clean markdown content, structured data, and semantic HTML. Original source: https://leapwork.com. Last updated: 2026-07-18T08:08:05.537Z. Each page is available as HTML (with JSON-LD structured data) and Markdown (text-only, ideal for LLMs and RAG). ## Homepage - [account/index.html](/content/account/index.html) (730 words) - [Trust Center - Leapwork](/content/trust/index.html): Build, maintain and scale automation faster with our AI-powered visual test automation platform. (305 words) - [Leapwork Docs](/content/docs/index.html): How can we help you? (14 words) - [Leapwork | The Continuous Validation Platform](/content/site-root.html): Leapwork is the Continuous Validation Platform for enterprises, built to deliver agentic, application-agnostic, deterministic validation across the SDLC. (770 words) ## Articles & Blog Posts - [Page not found | Leapwork](/content/services/learning-center/testing-internet-opening-new-window/index.html) (30 words) - [Page not found | Leapwork](/content/services/learning-center/testing-internet-javascript-alerts/index.html) (30 words) - [How to select multi select Dropdown using Leapwork?](/content/support/s/article/howtoselectmultiselectdropdownusingleapwork633071b4a0ac5.html): Automating Multi-select dropdowns can be tricky, but with Leapwork you can automatically reproduce the same steps a human does to select multiple options, below are the examples to achieve this: Precondition : A user has a multi-select dropdown, for example, https://bootsnipp.com/snippets/Ekd8P , and the user wants to select two options - Cheese & Onions. Solutions: Selecting one by one using multiple Click Web Element blocks: Open the URL and navigate to drop down control: Now Click on the drop-down control to expand it After that use two Click Web elements to click on multiple options as shown below Selecting elements with one Click element and with a scroll: Open the URL and navigate to drop down control: Now Click on the drop-down control to expand it After that use the Find element to capture all elements in the dropdown, and make sure that the Use Occurrence option is selected to 'All' so that we can iterate through all options. (301 words) - [How to keep Agent resolution consistent](/content/support/s/article/howtokeepagentresolutionconsistent63306fd73c6a6/index.html): Testing application in a particular resolution is a challenging task and we have seen many users having difficulties in running tests with a fixed resolution. Below are a few best practices to follow to set Agent resolution. Have a "Service account" or "Dedicated user" for all agent connections : A remote Agent machine can be connected by multiple users before and after test execution, this can create numerous challenges like: Changing the expected resolution, as a remote desktop connection will force Agent to adopt the resolution of the machine from which the connection request is made, and if the resolution is higher or lower then the test will fail. (368 words) - [docs/leapwork-go/latest/how-to-guides/sequences/apply-advanced-techniques-md.html](/content/docs/leapwork-go/latest/how-to-guides/sequences/apply-advanced-techniques-md.html) (651 words) - [docs/leapwork-go/latest/how-to-guides/run-results/compare-runs-with-trend-analysis-md.html](/content/docs/leapwork-go/latest/how-to-guides/run-results/compare-runs-with-trend-analysis-md.html) (762 words) - [docs/leapwork-go/latest/how-to-guides/sequences/import-jmx-postman-and-har-files-as-sequences-md.html](/content/docs/leapwork-go/latest/how-to-guides/sequences/import-jmx-postman-and-har-files-as-sequences-md.html) (836 words) - [I am getting error "The element doesn’t support the pattern(s) required by the block"](/content/support/s/article/iamgettingerrortheelementdoesntsupportthepatternsrequiredbytheblock63307c4d89e33.html): LEAPWORK shows this message when the user tries to capture desktop element to the block and the captured element does not support the required patterns. For example, if the user tries to capture a button with the “Expand UI Element” block then the below error message is shown. These are the patterns specific for the mentioned blocks and not supported by other blocks. (Please note that the Invoke UI block supports all patterns): Set UI Element Value block: ValuePattern_SetValue or RangeValuePattern_SetValue Expand UI Element block: ExpandCollapsePattern_Expand Resolution Users should capture the element with the "Find UI Element" block, then open the UI editor (right click on the element - edit UI element). Here, the user will can see the supported methods (patterns) and use the best suited block to capture the element. Refer below: In case of any queries, please contact our support Priority Support . (157 words) - [docs/leapwork-go/latest/how-to-guides/run-results/use-the-summary-page-in-leapwork-go-md.html](/content/docs/leapwork-go/latest/how-to-guides/run-results/use-the-summary-page-in-leapwork-go-md.html) (668 words) - [docs/leapwork-go/latest/how-to-guides/timelines/configuring-your-timelines-md.html](/content/docs/leapwork-go/latest/how-to-guides/timelines/configuring-your-timelines-md.html) (612 words) - [How to resolve error Could not load assembly in C#](/content/support/s/article/howtoresolveerrorcouldnotloadassemblyinc63307930a7205.html): There are two ways to load assembly in the C# block - from file and from GAC(Global Assembly Cache) At times, you could face an error "Could not load assembly" while trying to load an assembly from a file. In that case, follow the steps below - Right-click on the DLL file at your end and check the Unblock checkbox and save/Apply. 2. After applying, close your Leapwork studio after saving all the test flows. 3. Go to the folder path C:\Program Files\Leapwork\Studio and open the LEAPWORK.AutomationStudio.exe.config file. 4. Scroll to the last of this config file and add this tag in the config file, in case the tag is already present, make sure the value is set as "true". 5. Save the config file and then open the studio and try to add the DLL In case, where you are trying to add an assembly directly from GAC and face a similar issue then please check the version of the assembly you are trying to load if it's present in GAC or not. (187 words) - [Changes required in the strategy generated with respect to occurrence in Salesforce](/content/support/s/article/changes-required-in-the-strategy-generated-with-respect-to-occurrence-in-salesforce.html): Introduction Using Salesforce, sometimes Leapwork is not able to generate a unique strategy to capture an element. Therefore, manual changes are required in the generated strategy with respect to occurrence. Capture new element with occurrence Click web element clear fields > Capture new web element . Click clear fields . Click web element clear fields > edit web element . Click Validate . In edit web element > Use occurrence, enter a value. Click Validate . Click Save . Make manual changes in the generated strategy Click web element Edit Quote > create new web element . Select Edit Quote . Click web element Edit Quote > edit web element . Click Validate . Click Save . For any clarification, contact our Priority Support . (125 words) - [How to handle Captcha and other alternatives](/content/support/s/article/howtohandlecaptchaandotheralternatives633080e4f407b.html): CAPTCHA stands for “Completely Automated Public Turing test to tell Computers and Humans Apart". CAPTCHAs are tools that are used to differentiate between real users and automated users, such as bots and automated scripts. They provide challenges that are difficult for computers to perform but relatively easy for humans. For example, identifying stretched letters or numbers, or clicking in a specific area. They are used by any website that wishes to restrict usage by bots and it is built in a way that only a human would pass this test and bot or automated scripts would fail. It is usually used to: Prevent any type of spam or data extraction from websites. Prevent poll skewing by ensuring that each vote is entered by a human. Used to prevent bots from spamming message boards, contact forms, or review sites. Plays a role in reducing online harassment. They are intended to defeat automated programs or RPA tools and getting around them is difficult by design. (312 words) - [How can I use DesktopUI technology to automate Chrome?](/content/support/s/article/howcaniusedesktopuitechnologytoautomatechrome633074cf77399.html): Introduction DesktopUI technology is used to automate desktop applications. In some cases, the user may have to use it with web browsers, such as Chrome. This article explains how DesktopUI technology can be used to automate Chrome. Desktop UI technology can access Chrome objects underneath browsers using a special argument. Solution Force renderer accessibility in the Start application block. You can capture all UI elements under Chrome. Example: Note : Ensure you kill all chrome.exe processes before running the script. For any clarification, contact our Priority Support . (94 words) - [Why am I getting "Restart with administrator privileges" warning in Web application cases](/content/support/s/article/whyamigettingrestartwithadministratorprivilegeswarninginwebapplicationcases6330704bbe3da.html): Introduction Leapwork requires administrator privileges in order to handle multiple windows / JavaScript alerts / Enable mouse actions in Chrome. Sometimes you need to run Leapwork as an Administrator to be able to run and capture events properly. Resolution Click on the Restart as admin (as shown below) to enable this feature in Leapwork. If you don't require this feature, you can still continue automating by clicking Continue . For any clarification, contact our Priority Support . (84 words) - [How to handle Captcha and other alternatives](/content/support/s/article/howtohandlecaptchaandotheralternatives632e89202b605.html): CAPTCHA stands for “Completely Automated Public Turing test to tell Computers and Humans Apart". CAPTCHAs are tools that are used to differentiate between real users and automated users, such as bots and automated scripts. They provide challenges that are difficult for computers to perform but relatively easy for humans. For example, identifying stretched letters or numbers, or clicking in a specific area. They are used by any website that wishes to restrict usage by bots and it is built in a way that only a human would pass this test and bot or automated scripts would fail. It is usually used to: Prevent any type of spam or data extraction from websites. Prevent poll skewing by ensuring that each vote is entered by a human. Used to prevent bots from spamming message boards, contact forms, or review sites. Plays a role in reducing online harassment. They are intended to defeat automated programs or RPA tools and getting around them is difficult by design. (311 words) - [Automate MS Teams profile click event](/content/support/s/article/automate-ms-teams-profile-click-event/index.html): Introduction You can automate a flow with show profile picture in MS Teams that shows the names and profile pictures of the employees of a certain department. Automate MS Teams Profile Image As a workaround, whenever you try to hover on the profile image icon in MS Teams to click on the profile image, the click event can happen even when you click outside button instead of clicking on the image specifically, as shown in the screenshot below. For any clarification, contact our Priority Support . (91 words) - [docs/leapwork-go/latest/how-to-guides/timelines/schedule-timeline-runs-md.html](/content/docs/leapwork-go/latest/how-to-guides/timelines/schedule-timeline-runs-md.html) (468 words) - [docs/leapwork-go/latest/how-to-guides/sequences/import-and-export-asset-packages-md.html](/content/docs/leapwork-go/latest/how-to-guides/sequences/import-and-export-asset-packages-md.html) (460 words) - [docs/leapwork-go/latest/how-to-guides/sequences/reuse-sequences-in-leapwork-go-md.html](/content/docs/leapwork-go/latest/how-to-guides/sequences/reuse-sequences-in-leapwork-go-md.html) (389 words) - [docs/leapwork-go/latest/how-to-guides/sequences/variables-and-validations-md.html](/content/docs/leapwork-go/latest/how-to-guides/sequences/variables-and-validations-md.html) (331 words) - [docs/leapwork-go/latest/how-to-guides/timelines/managing-timelines-md.html](/content/docs/leapwork-go/latest/how-to-guides/timelines/managing-timelines-md.html) (239 words) - [docs/leapwork-go/latest/how-to-guides/sequences/set-dynamic-values-md.html](/content/docs/leapwork-go/latest/how-to-guides/sequences/set-dynamic-values-md.html) (333 words) - [docs/leapwork-go/latest/how-to-guides/sequences/preview-runs-md.html](/content/docs/leapwork-go/latest/how-to-guides/sequences/preview-runs-md.html) (79 words) - [Page not found | Leapwork](/content/services/learning-center/web-automation-tutorial-2/index.html) (48 words) - [Using the Click Image block, “Capture new image” doesn’t do anything](/content/support/s/article/usingtheclickimageblockcapturenewimagedoesntdoanything633070c6d5a89.html): Introduction Above your test case, you will see the ‘Preview environments’ selector. By default “Local (Display 1)” is selected. This is your local primary screen. When you click “Capture new image” with “Local (Display 1)” selected as the environment, the Leapwork is minimized and the system switches to capture mode. Resolution Use the selector tool to capture the image you want — simply hold down the left mouse button and drag across the screen — and it will appear in your building block. For any clarification, contact our Priority Support . (100 words) - [How to automate Electron Apps running in development mode with Leapwork?](/content/support/s/article/howtoautomateelectronappsrunningindevelopmentmodewithleapwork6330823827d26.html): Introduction Electron is a free and open-source software framework to develop the Desktop GUI applications that host a chromium browser inside. It combines the Chromium rendering engine and the Node.js runtime. Running Electron application in Development mode can be useful for enabling debug features, building and running the application locally as well as on production environment. By default, some of the electron-based applications that supports DEV mode and are not automatable are: Discord Microsoft Teams Mailspring In order to automate such applications using Leapwork, the application is required to run under DEV mode so that the respective chromium driver is compatible to read the elements under dev mode. Otherwise, you will get an error message: This version of the Electron application does not support automation. Try to run the Electron application in the developer mode to enable automation . Run Electron Application in DEV Mode In Electron, the process that runs package. (589 words) - [Error](/content/support/s/article/installationguidedownloadandinstallplatformversionofleapwork63307adf16535.html): {!Record.Summary} (19 words) - [docs/faq/latest/leapwork-flow-faq/agent-faq-md.html](/content/docs/faq/latest/leapwork-flow-faq/agent-faq-md.html) (1,722 words) - [docs/faq/latest/leapwork-flow-faq/installation-faq-md.html](/content/docs/faq/latest/leapwork-flow-faq/installation-faq-md.html) (2,181 words) - [docs/troubleshooting/latest/leapwork-flow-troubleshooting/installation-troubleshooting-md.html](/content/docs/troubleshooting/latest/leapwork-flow-troubleshooting/installation-troubleshooting-md.html) (1,394 words) - [How to reuse building blocks](/content/support/s/article/howtoreusebuildingblocks633070a84abf6/index.html): There are two ways to reuse building blocks Copy-paste the building block Users can Copy and paste building blocks from one test case to another, but this can of course get quite cumbersome and you would have to maintain the same test logic in many different places. Subflows A much better way of re-using building blocks and test logic between cases is to use “Subflows”. Building your automation functionality into reusable components, Sub-flows enables you to design automation flows faster and significantly reduces maintenance. Here is the article to read more about Subflows . Get a visual insight by watching a video tutorial here. For any clarification, please contact our Priority Support . (114 words) - [docs/leapwork-go/latest/integrations/advanced-monitoring-of-leapwork-go-with-datadog-and-grafana-integration-md.html](/content/docs/leapwork-go/latest/integrations/advanced-monitoring-of-leapwork-go-with-datadog-and-grafana-integration-md.html) (2,022 words) - [docs/troubleshooting/latest/leapwork-flow-troubleshooting/agent-troubleshooting-md.html](/content/docs/troubleshooting/latest/leapwork-flow-troubleshooting/agent-troubleshooting-md.html) (2,526 words) - [docs/leapwork-go/latest/integrations/set-up-grafana-for-leapwork-go-md.html](/content/docs/leapwork-go/latest/integrations/set-up-grafana-for-leapwork-go-md.html) (1,457 words) - [docs/leapwork-flow/latest/building-blocks/salesforce/get-and-validate-md.html](/content/docs/leapwork-flow/latest/building-blocks/salesforce/get-and-validate-md.html) (827 words) - [Page not found | Leapwork](/content/services/learning-center/clicking-on-elements-and-text-on-screen/index.html) (48 words) - [docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-get-validate-text-md.html](/content/docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-get-validate-text-md.html) (1,342 words) - [Best Practices - Managing and Maintaining Leapwork Remote Agent](/content/support/s/article/bestpracticesmanagingandmaintainingleapworkremoteagent63307846b7946.html): In the Leapwork Automation Platform, Agents are the available machines/computers/devices on which the automation flows can be executed. This allows for flows to run uninterrupted and provides the possibility to run the same flow in different configurations. (878 words) - [docs/faq/latest/leapwork-flow-faq/fusion-recorder-faq-md.html](/content/docs/faq/latest/leapwork-flow-faq/fusion-recorder-faq-md.html) (1,185 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-checkbox-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-checkbox-md.html) (1,019 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/type-electron-text-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/type-electron-text-md.html) (864 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/set-electron-radio-button-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/set-electron-radio-button-md.html) (971 words) - [Configuring an SAP instance for automation use with Leapwork](/content/support/s/article/configuring-an-sap-instance-for-automation-use-with-leapwork.html): From generating master data to verifying cross-application processes, Leapwork comes with built-in capabilities ideal for SAP automation. With the Leapwork Automation Platform, organizations do not have to worry about the highly technical know-how required by other SAP automation providers. Below steps show how we create a connection to an active instance of SAP in a machine which already has SAP installed. And then consume the same connection in Leapwork block to initiate the SAP via automation Configure a SAP Instance Step 1 . Install SAP on your machine. Step 2. Open the SAP application. Step 3 . Click on New Item and then on Connection. A new window will be opened as shown below. Step 4 . Double click on the User Specified System . A new window will be opened. Step 6. Fill in all the details and click the Next button. Step 7. Click the Next button. Step 8. Select Language and click the Finish button. Step 9 . As we click the Finish button, we can see our instance created. (240 words) - [docs/leapwork-flow/latest/building-blocks/image-and-text-recognition/get-text-md.html](/content/docs/leapwork-flow/latest/building-blocks/image-and-text-recognition/get-text-md.html) (1,256 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-radio-button-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-radio-button-md.html) (883 words) - [docs/faq/latest/leapwork-flow-faq/sap-faq-md.html](/content/docs/faq/latest/leapwork-flow-faq/sap-faq-md.html) (470 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/find-electron-element-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/find-electron-element-md.html) (644 words) - [How to capture popup window for Web Applications?](/content/support/s/article/howtocapturepopupwindowforwebapplications633072667fd01.html): Introduction LEAPWORK offers an efficient and easy way to handle pop-up windows while automating web applications. As LEAPWORK always operates on the active window and in case a pop-up window appears we need to change focus of our active window to that particular pop-up window. This can be achieved in different ways depending on the type of pop-up window. Capture Popup Window As a rule, there are 3 major types of pop-up windows: New Web browser window/New Tab Opened Windows-based alert pop-ups Web-based alert pop-ups New Web Browser Window/New Tab Opened Multiple browser windows can be easily handled in LEAPWORK by " Use Browser Window " building block. It is used to switch focus to a specific web browser window when working with web automation. This would work in case of a new web browser window opened or if we have a new tab opened up. Refer Testing the Internet - 24. Opening a new window video for detailed explanation. (360 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-text-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-text-md.html) (732 words) - [docs/leapwork-flow/latest/building-blocks/image-and-text-recognition/get-number-md.html](/content/docs/leapwork-flow/latest/building-blocks/image-and-text-recognition/get-number-md.html) (1,106 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/electron-file-upload-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/electron-file-upload-md.html) (711 words) - [docs/leapwork-flow/latest/working-with-leapwork/designing-automation-flows/ai-flow-builder-md.html](/content/docs/leapwork-flow/latest/working-with-leapwork/designing-automation-flows/ai-flow-builder-md.html) (907 words) - [Page not found | Leapwork](/content/services/learning-center/positions-and-areas/index.html) (48 words) - [docs/leapwork-flow/latest/building-blocks/desktop-ui/select-ui-element-md.html](/content/docs/leapwork-flow/latest/building-blocks/desktop-ui/select-ui-element-md.html) (1,031 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/click-electron-element-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/click-electron-element-md.html) (678 words) - [Page not found](/content/docs/com/leapwork/www/services/learning-center/automation-using-image-recognition-html.html): NOT_FOUND (19 words) - [Page not found | Leapwork](/content/services/learning-center/get-clipboard-content/index.html) (30 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-application-details-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-application-details-md.html) (602 words) - [docs/leapwork-flow/latest/working-with-leapwork/designing-automation-flows/flows-md.html](/content/docs/leapwork-flow/latest/working-with-leapwork/designing-automation-flows/flows-md.html) (606 words) - [docs/leapwork-flow/latest/building-blocks/green-screen/get-value-md.html](/content/docs/leapwork-flow/latest/building-blocks/green-screen/get-value-md.html) (538 words) - [docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-login-md.html](/content/docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-login-md.html) (830 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-dropdown-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-dropdown-md.html) (579 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/start-electron-application-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/start-electron-application-md.html) (529 words) - [docs/leapwork-flow/latest/building-blocks/logic/c-sharp-code-md.html](/content/docs/leapwork-flow/latest/building-blocks/logic/c-sharp-code-md.html) (803 words) - [docs/leapwork-flow/latest/building-blocks/green-screen/read-table-md.html](/content/docs/leapwork-flow/latest/building-blocks/green-screen/read-table-md.html) (418 words) - [docs/faq/latest/leapwork-performance-faq/d365-fno-and-ce-recording-faq-md.html](/content/docs/faq/latest/leapwork-performance-faq/d365-fno-and-ce-recording-faq-md.html) (1,738 words) - [docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/click-image-md.html](/content/docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/click-image-md.html) (905 words) - [docs/leapwork-flow/latest/building-blocks/image-and-text-recognition/select-text-md.html](/content/docs/leapwork-flow/latest/building-blocks/image-and-text-recognition/select-text-md.html) (1,116 words) - [docs/leapwork-flow/latest/building-blocks/image-and-text-recognition/find-image-md.html](/content/docs/leapwork-flow/latest/building-blocks/image-and-text-recognition/find-image-md.html) (905 words) - [docs/leapwork-flow/latest/building-blocks/logic/compare-md.html](/content/docs/leapwork-flow/latest/building-blocks/logic/compare-md.html) (392 words) - [docs/leapwork-flow/latest/building-blocks/debugging/stopwatch-md.html](/content/docs/leapwork-flow/latest/building-blocks/debugging/stopwatch-md.html) (379 words) - [docs/leapwork-flow/latest/building-blocks/desktop-ui/get-ui-text-md.html](/content/docs/leapwork-flow/latest/building-blocks/desktop-ui/get-ui-text-md.html) (1,048 words) - [URLs required for connection from Leapwork](/content/support/s/article/urls-required-for-connection-from-leapwork/index.html): With the inclusion of industry leading technology in our product, communication with the internet and respective available services initiating from Leapwork. We need to ensure that the below mentioned URLs to be accessible from the Leapwork Controller machine. If your infrastructure has some policies which monitor or block the internet traffic, then these URLs need to be whitelisted at your end. For the whitelisting request please contact your IT team to assist with that request. S.no URL Why? 1 https://api.licensespring.com Secures connection to the Leapwork License Engine. 2 https://portal.leapwork.com/ Secures connection to Leapwork Customer Portal & all its functionalities relying on information from Leapwork Studio. 3 https://api.leapwork.cloud/ Secures connection to Leapwork Cloud-based APIs for AI blocks, Cloud blocks, and usage analytics. 4 chromedriver.chromium.org github.com/mozilla/geckodriver/releases developer.microsoft.com/*/tools/webdriver/* msedgedriver.microsoft. (193 words) - [docs/leapwork-flow/latest/building-blocks/desktop-ui/invoke-ui-element-md.html](/content/docs/leapwork-flow/latest/building-blocks/desktop-ui/invoke-ui-element-md.html) (987 words) - [docs/leapwork-flow/latest/building-blocks/sap/read-sap-table-md.html](/content/docs/leapwork-flow/latest/building-blocks/sap/read-sap-table-md.html) (648 words) - [docs/leapwork-flow/latest/building-blocks/image-and-text-recognition/find-text-md.html](/content/docs/leapwork-flow/latest/building-blocks/image-and-text-recognition/find-text-md.html) (1,035 words) - [docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-select-row-md.html](/content/docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-select-row-md.html) (607 words) - [docs/leapwork-flow/latest/building-blocks/desktop-ui/get-ui-number-md.html](/content/docs/leapwork-flow/latest/building-blocks/desktop-ui/get-ui-number-md.html) (931 words) - [docs/leapwork-flow/latest/building-blocks/desktop-ui/collapse-ui-element-md.html](/content/docs/leapwork-flow/latest/building-blocks/desktop-ui/collapse-ui-element-md.html) (923 words) - [docs/leapwork-flow/latest/building-blocks/desktop-ui/expand-ui-element-md.html](/content/docs/leapwork-flow/latest/building-blocks/desktop-ui/expand-ui-element-md.html) (827 words) - [docs/leapwork-flow/latest/building-blocks/sap/sap-get-text-md.html](/content/docs/leapwork-flow/latest/building-blocks/sap/sap-get-text-md.html) (540 words) - [docs/leapwork-flow/latest/building-blocks/salesforce/set-element-radio-button-md.html](/content/docs/leapwork-flow/latest/building-blocks/salesforce/set-element-radio-button-md.html) (479 words) - [docs/leapwork-flow/latest/building-blocks/sap/start-sap-md.html](/content/docs/leapwork-flow/latest/building-blocks/sap/start-sap-md.html) (489 words) - [docs/leapwork-flow/latest/building-blocks/salesforce/set-element-combo-box-md.html](/content/docs/leapwork-flow/latest/building-blocks/salesforce/set-element-combo-box-md.html) (454 words) - [docs/leapwork-flow/latest/building-blocks/logic/offset-position-md.html](/content/docs/leapwork-flow/latest/building-blocks/logic/offset-position-md.html) (311 words) - [docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-set-radio-button-md.html](/content/docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-set-radio-button-md.html) (529 words) - [How to handle dropdown in Microsoft D365](/content/support/s/article/how-to-handle-dropdowns-in-microsoft-d365/index.html): Introduction Microsoft Dynamics 365 application has a variety of dropdowns with a huge list of data within. To keep the performance of the application up to speed, most of the dropdowns are dynamic in nature. They load their values directly at run time, which means, that when the user selects any drop-down, it displays limited values, and when the user scrolls down the drop-down, more values get loaded. Dropdown using Set By Value and Set By Text actions For such drop-downs, it is difficult to select any value via index. Hence, when these drop-downs are automated using Leapwork, the values in the drop-down can only be selected using Set By Value and Set By Text actions in the Set Web Dropdown building block. You cannot use Set By Index action of the building block. For any clarification, contact our Priority Support . (148 words) - [docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-set-panel-state-md.html](/content/docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-set-panel-state-md.html) (513 words) - [docs/leapwork-flow/latest/building-blocks/desktop-ui/toggle-ui-element-md.html](/content/docs/leapwork-flow/latest/building-blocks/desktop-ui/toggle-ui-element-md.html) (660 words) - [docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-set-combo-box-md.html](/content/docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-set-combo-box-md.html) (563 words) - [docs/leapwork-flow/latest/building-blocks/logic/change-text-md.html](/content/docs/leapwork-flow/latest/building-blocks/logic/change-text-md.html) (662 words) - [Page not found](/content/docs/com/leapwork/www/services/learning-center/using-clipboard-to-insert-text-html.html): NOT_FOUND (19 words) - [docs/leapwork-flow/latest/building-blocks/salesforce/set-toggle-button-md.html](/content/docs/leapwork-flow/latest/building-blocks/salesforce/set-toggle-button-md.html) (516 words) - [docs/leapwork-flow/latest/building-blocks/salesforce/set-element-checkbox-md.html](/content/docs/leapwork-flow/latest/building-blocks/salesforce/set-element-checkbox-md.html) (399 words) - [docs/leapwork-flow/latest/building-blocks/desktop-ui/start-application-md.html](/content/docs/leapwork-flow/latest/building-blocks/desktop-ui/start-application-md.html) (620 words) - [docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-set-dropdown-md.html](/content/docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-set-dropdown-md.html) (523 words) - [docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-set-checkbox-md.html](/content/docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-set-checkbox-md.html) (498 words) - [docs/leapwork-flow/latest/building-blocks/logic/switch-md.html](/content/docs/leapwork-flow/latest/building-blocks/logic/switch-md.html) (520 words) - [docs/leapwork-flow/latest/building-blocks/logic/loop-md.html](/content/docs/leapwork-flow/latest/building-blocks/logic/loop-md.html) (432 words) - [docs/leapwork-flow/latest/building-blocks/desktop-ui/find-ui-element-md.html](/content/docs/leapwork-flow/latest/building-blocks/desktop-ui/find-ui-element-md.html) (688 words) - [docs/leapwork-flow/latest/building-blocks/sap/validate-sap-md.html](/content/docs/leapwork-flow/latest/building-blocks/sap/validate-sap-md.html) (459 words) - [docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-click-element-md.html](/content/docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-click-element-md.html) (417 words) - [docs/leapwork-flow/latest/building-blocks/logic/regular-expression-md.html](/content/docs/leapwork-flow/latest/building-blocks/logic/regular-expression-md.html) (524 words) - [How to Set up Leapwork in a Stand-alone Configuration?](/content/support/s/article/howtosetupleapworkinastandaloneconfiguration6330751552739.html): LEAPWORK automation software is a stand-alone platform, including all features, and is licensed on an annual subscription basis. In this case, a user can design and run tests on their local machine. This allows the user to get started quickly, but the local machine is blocked while tests are running, as Leapwork takes control of the keyboard and mouse. Leapwork software includes: 1 x Controller. This is the server that stores all automation assets and orchestrates running and gathering results. 1 x Agent. This is the run-time agent that executes automation cases on virtual machines or in the cloud. 1 Studio. This is the visual designer application that is used to create and maintain automation cases, as well as review the results. Here is an example of what a single, stand-alone Leapwork configuration looks like: The following steps are to set up a Leapwork stand-alone configuration: While installing Leapwork, choose all three components to install on the same machine. (528 words) - [docs/leapwork-flow/latest/building-blocks/mobile/set-mobile-text-md.html](/content/docs/leapwork-flow/latest/building-blocks/mobile/set-mobile-text-md.html) (665 words) - [docs/leapwork-flow/latest/building-blocks/mobile/mobile-image-action-md.html](/content/docs/leapwork-flow/latest/building-blocks/mobile/mobile-image-action-md.html) (656 words) - [docs/leapwork-flow/latest/building-blocks/salesforce/set-panel-state-md.html](/content/docs/leapwork-flow/latest/building-blocks/salesforce/set-panel-state-md.html) (374 words) - [docs/leapwork-flow/latest/building-blocks/salesforce/close-browser-md.html](/content/docs/leapwork-flow/latest/building-blocks/salesforce/close-browser-md.html) (231 words) - [docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/scroll-wheel-md.html](/content/docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/scroll-wheel-md.html) (423 words) - [docs/leapwork-flow/latest/building-blocks/mobile/find-mobile-image-md.html](/content/docs/leapwork-flow/latest/building-blocks/mobile/find-mobile-image-md.html) (653 words) - [docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/hover-position-md.html](/content/docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/hover-position-md.html) (394 words) - [docs/leapwork-flow/latest/building-blocks/sap/start-sap-session-md.html](/content/docs/leapwork-flow/latest/building-blocks/sap/start-sap-session-md.html) (320 words) - [docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/press-key-md.html](/content/docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/press-key-md.html) (330 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/use-electron-window-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/use-electron-window-md.html) (493 words) - [docs/leapwork-flow/latest/building-blocks/desktop-ui/close-ui-window-md.html](/content/docs/leapwork-flow/latest/building-blocks/desktop-ui/close-ui-window-md.html) (485 words) - [docs/leapwork-flow/latest/building-blocks/mobile/mobile-action-md.html](/content/docs/leapwork-flow/latest/building-blocks/mobile/mobile-action-md.html) (564 words) - [docs/leapwork-flow/latest/building-blocks/sap/close-sap-md.html](/content/docs/leapwork-flow/latest/building-blocks/sap/close-sap-md.html) (210 words) - [docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/release-key-md.html](/content/docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/release-key-md.html) (312 words) - [docs/leapwork-flow/latest/building-blocks/logic/set-clipboard-md.html](/content/docs/leapwork-flow/latest/building-blocks/logic/set-clipboard-md.html) (344 words) - [docs/leapwork-flow/latest/building-blocks/debugging/log-screenshot-md.html](/content/docs/leapwork-flow/latest/building-blocks/debugging/log-screenshot-md.html) (484 words) - [How to handle Popup windows in IE Browser](/content/support/s/article/howtohandlepopupwindowsiniebrowser633079289f4b9/index.html): A Browser Helper Object is a DLL module designed as a plugin for Microsoft's Internet Explorer web browser to provide added functionality. BHOs were introduced in October 1997 with the release of version 4 of Internet Explorer. Most BHOs are loaded once by each new instance of Internet Explorer. In a few scenarios the IE browser abruptly closes, while opening a new tab or pop-up window where BHO is implemented. Please follow the steps to fix this issue. Step 1 : Open Internet Explorer browser and click on settings. Step 2: And click on Internet option. Step 3 : Make sure that “Turn on Pop-up Blocker“ is unchecked under the “Privacy” menu. Step 4 : Click on the Tabs button. Step 4 : Click on “Always open pop-ups in a new tab” and click OK button. For any clarification, please contact our Priority Support . (148 words) - [docs/leapwork-flow/latest/building-blocks/logic/offset-area-md.html](/content/docs/leapwork-flow/latest/building-blocks/logic/offset-area-md.html) (354 words) - [docs/leapwork-flow/latest/building-blocks/desktop-ui/update-ui-window-md.html](/content/docs/leapwork-flow/latest/building-blocks/desktop-ui/update-ui-window-md.html) (276 words) - [docs/leapwork-flow/latest/building-blocks/logic/calculate-md.html](/content/docs/leapwork-flow/latest/building-blocks/logic/calculate-md.html) (416 words) - [docs/leapwork-flow/latest/building-blocks/module-input-and-output/value-input-md.html](/content/docs/leapwork-flow/latest/building-blocks/module-input-and-output/value-input-md.html) (237 words) - [docs/leapwork-flow/latest/building-blocks/desktop-ui/get-ui-attribute-md.html](/content/docs/leapwork-flow/latest/building-blocks/desktop-ui/get-ui-attribute-md.html) (364 words) - [docs/leapwork-flow/latest/building-blocks/desktop-ui/drag-ui-element-md.html](/content/docs/leapwork-flow/latest/building-blocks/desktop-ui/drag-ui-element-md.html) (386 words) - [docs/leapwork-flow/latest/building-blocks/mobile/mobile-screen-action-md.html](/content/docs/leapwork-flow/latest/building-blocks/mobile/mobile-screen-action-md.html) (404 words) - [docs/leapwork-flow/latest/building-blocks/mobile/connect-to-mobile-device-md.html](/content/docs/leapwork-flow/latest/building-blocks/mobile/connect-to-mobile-device-md.html) (424 words) - [docs/leapwork-flow/latest/building-blocks/mobile/mobile-drawing-action-md.html](/content/docs/leapwork-flow/latest/building-blocks/mobile/mobile-drawing-action-md.html) (345 words) - [docs/leapwork-flow/latest/building-blocks/green-screen/get-text-md.html](/content/docs/leapwork-flow/latest/building-blocks/green-screen/get-text-md.html) (402 words) - [docs/leapwork-flow/latest/building-blocks/mobile/start-mobile-application-md.html](/content/docs/leapwork-flow/latest/building-blocks/mobile/start-mobile-application-md.html) (350 words) - [docs/leapwork-flow/latest/building-blocks/debugging/log-message-md.html](/content/docs/leapwork-flow/latest/building-blocks/debugging/log-message-md.html) (311 words) - [docs/leapwork-flow/latest/building-blocks/green-screen/connect-to-session-md.html](/content/docs/leapwork-flow/latest/building-blocks/green-screen/connect-to-session-md.html) (343 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/drag-electron-element-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/drag-electron-element-md.html) (459 words) - [docs/leapwork-flow/latest/building-blocks/mobile/uninstall-mobile-application-md.html](/content/docs/leapwork-flow/latest/building-blocks/mobile/uninstall-mobile-application-md.html) (326 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/handle-electron-alert-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/handle-electron-alert-md.html) (350 words) - [docs/leapwork-flow/latest/building-blocks/logic/wait-md.html](/content/docs/leapwork-flow/latest/building-blocks/logic/wait-md.html) (201 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/hover-electron-position-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/hover-electron-position-md.html) (309 words) - [docs/leapwork-flow/latest/building-blocks/green-screen/hit-key-md.html](/content/docs/leapwork-flow/latest/building-blocks/green-screen/hit-key-md.html) (282 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-attribute-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-attribute-md.html) (325 words) - [docs/leapwork-flow/latest/building-blocks/logic/get-clipboard-md.html](/content/docs/leapwork-flow/latest/building-blocks/logic/get-clipboard-md.html) (217 words) - [docs/leapwork-flow/latest/building-blocks/green-screen/disconnect-from-session-md.html](/content/docs/leapwork-flow/latest/building-blocks/green-screen/disconnect-from-session-md.html) (302 words) - [docs/leapwork-flow/latest/building-blocks/module-input-and-output/execution-output-md.html](/content/docs/leapwork-flow/latest/building-blocks/module-input-and-output/execution-output-md.html) (199 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/close-electron-application-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/close-electron-application-md.html) (220 words) - [docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-close-browser-md.html](/content/docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-close-browser-md.html) (236 words) - [docs/leapwork-flow/latest/building-blocks/module-input-and-output/value-output-md.html](/content/docs/leapwork-flow/latest/building-blocks/module-input-and-output/value-output-md.html) (204 words) - [docs/leapwork-flow/latest/building-blocks/module-input-and-output/execution-input-md.html](/content/docs/leapwork-flow/latest/building-blocks/module-input-and-output/execution-input-md.html) (198 words) - [docs/leapwork-flow/latest/building-blocks/debugging/comment-md.html](/content/docs/leapwork-flow/latest/building-blocks/debugging/comment-md.html) (145 words) - [docs/leapwork-go/latest/how-to-guides/sequences/recording-sequences-md.html](/content/docs/leapwork-go/latest/how-to-guides/sequences/recording-sequences-md.html) (247 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/log-electron-screenshot-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/log-electron-screenshot-md.html) (489 words) - [Log Electron Screenshot | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/log-electron-screenshot/index.html): The Log Electron Screenshot block captures a screenshot of an Electron application window and logs it as part of the run. The captured image is provided as an … (464 words) - [Known Issues and Workarounds](/content/support/s/article/known-issues/index.html): This article provides an overview of the known issues in the current build 2025.3.0, along with their corresponding description and planned fix dates/current workarounds. These insights are intended to assist you in overcoming potential blockers during your automation journey. (1,176 words) - [ChromeDriver is not compatible with the installed Chrome Browser. Please update ChromeDriver to the appropriate version](/content/support/s/article/chromedriverisnotcompatiblewiththeinstalledchromebrowserpleaseupdatechromedrivertotheappropriateversion63307823dcc39.html): Introduction The ChromeDriver vXX is not compatible with the installed Chrome Browser. Please update ChromeDriver to the appropriate version. No browser window is open, so navigation cannot continue message is shown when Chrome browser and Selenium driver (a selenium driver used to interact with browser to perform automation) is incompatible. Google releases the new version for chrome browser at regular intervals. The auto-update browser settings result in this sort of incompatibility between the browser and the driver version present in Leapwork. Note Some users might get the error "Could not open Chrome, please check that it is properly installed on your computer". If the following steps do not resolve the issue, follow this link . Resolution Follow below steps to fix this issue. You need to know your chrome browser version. To do so, click on three vertical dots at the top right corner of your chrome browser window > Help > click About Google Chrome ). (510 words) - [docs/leapwork-go/latest/integrations/public-api-s-for-integration-md.html](/content/docs/leapwork-go/latest/integrations/public-api-s-for-integration-md.html) (1,314 words) - [docs/faq/latest/leapwork-flow-faq/mobile-faq-md.html](/content/docs/faq/latest/leapwork-flow-faq/mobile-faq-md.html) (1,273 words) - [docs/leapwork-go/latest/integrations/set-up-datadog-for-leapwork-go-md.html](/content/docs/leapwork-go/latest/integrations/set-up-datadog-for-leapwork-go-md.html) (1,231 words) - [How to work with CSV files using Database block?](/content/support/s/article/howtoworkwithcsvfilesusingdatabaseblock63308853d9600.html): Users can work with CSV files through Leapwork using the ODBC driver. Below are the steps to configure ODBC Driver for Database. Prerequisite: In order to work with CSV files in Leapwork using Database block, 32/64 bit ODBC needs to be present on the user's machine depending upon the operating system. Please install ODBC 64-bit AccessDatabaseEngine_X64.exe from here . Configure ODBC: 1. Open the 64-bit ODBC application in your system. 2. Click on Add button present in "User DSN". 3. Select "Microsoft Access Text Driver (*.txt,*.csv)" (as shown below) and click Finish. 4. Enter a logical name for the ODBC data source, "Data Source Name" is used in the database block as "Connection" while accessing the database from Leapwork, Enter a meaningful description. Now remove the checkbox present in front of "Use Current Directory", and then click on "Select Directory". 5. Navigate to the folder/directory where your CSV file is present. Select the file and then click on "OK". 6. (324 words) - [How does different properties of the "Change Text" block work](/content/support/s/article/how-does-different-properties-of-the-change-text-block-work.html): Introduction The Change text building block changes a piece of text by applying an operation such as a “substring” (get a smaller piece of the text), “concatenate” (add two pieces of text together) among many others. Text to Change The original text to change (example: Leapwork). The text can be dynamic by using tokens for added fields (see below). Right-click in the text and select “Insert token” to insert a field that has been added below. Text fields Add any number of fields that can contain dynamic content and be used as tokens in the text. Change Text Method Method “substring” Get a piece of text from within the original text. This method requires two sub-properties to be filled out: Index: The first character position in the text to start the substring operation from. (ex: 0). Count: The number of characters to get from the text (ex: 4). Method “Replace” Replace all occurrences of a piece of text with another piece of text. (551 words) - [How to upgrade from Trial to Platform Edition?](/content/support/s/article/howtoupgradefromtrialtoplatformedition63307b4b9a735.html): Leapwork's Trial version has all the features that are available in the licensed version ( Platform and Enterprise edition ) and is available to real-time users to try and test the product for initial analysis and requirement fitment. Once the trial period elapses and the user wants to migrate to licensed version and specifically to Platform edition, also wants to utilize the assets created during the trial period, the following steps need to be followed. Due to the difference in the Database structure of the Trial version and Platform version, direct migration is not possible from the Trial to the Platform version, however, it is possible to do the same from the Trial to the Enterprise edition. What is an alternative solution? Utilizing the export option for all the desired flows from the Studio of the Trial version and further importing the same on the Platform version, users can retain the flows that they created during the trial period. What can be migrated? (397 words) - [Knowledge: How to achieve a forward/backward Browser and Driver compatibility](/content/support/articles/knowledge/howtoachieveaforwardbackwardbrowseranddrivercompatibility63307281b3505.html) (23 words) - [docs/faq/latest/leapwork-flow-faq/salesforce-faq-md.html](/content/docs/faq/latest/leapwork-flow-faq/salesforce-faq-md.html) (880 words) - [How to verify the state of Radio button in Desktop application?](/content/support/s/article/howtoverifythestateofradiobuttonindesktopapplication633076202a28f.html): The state of the radio button (True/False) in Desktop Application can be fetched by adding an IsSelected property in the strategy editor of the captured element. Below are the steps to be followed to get the state of the Radio Button in Desktop UI: 1. Use a Find UI Element block to capture the element having the Radio Button as shown below: 2. Right-click on the element captured inside the Find UI Element and click on Edit Element to land on the Strategy Editor window. 3. Click on validate. Once the element is validated successfully, add a property named IsSelected by hitting the + icon(Highlighted in the screenshot) from the Structure tab in the Strategy Editor Window. 4. Save the Strategy Editor. And add the Get UI Attribute Block with the Desktop Attributes as IsSelected to fetch the Radio Button state and then add the Log Message block for the possibilities by adding the Field of the Get UI Attribute exists property using the blue connectors as shown below. 5. (219 words) - [docs/leapwork-go/latest/integrations/set-up-go-gates-in-ci-cd-with-leapwork-go-md.html](/content/docs/leapwork-go/latest/integrations/set-up-go-gates-in-ci-cd-with-leapwork-go-md.html) (1,333 words) - [How to Whitelist Websites in Microsoft Internet Explorer for SSO](/content/support/s/article/how-to-whitelist-websites-in-microsoft-internet-explorer-techwalla-com.html): Introduction The Internet Explorer browser uses a variety of categories and applies different security levels to each category. For example, Internet Explorer can block potentially dangerous content such as ActiveX or Java scripts on general websites yet allow the content on sites that you know and trust. You can add URLs to the "Trusted Sites" list of Internet Explorer to "whitelist" those sites, indicating that they are safe and trusted. Add URLs to Whitelist In the Windows taskbar, click the Internet Explorer icon. If the taskbar is not visible, click the "Desktop" tile on the Start menu or press the "Windows- D" key combination to switch to the Windows desktop view. Click the "Tools" icon resembling a gear and select Internet Options . Select Security tab, and then click the "Trusted Sites" icon with a green check symbol. Click Sites to view the current list of trusted or whitelist URLs. Click Add this website to the zone . (270 words) - [Page not found | Leapwork](/content/services/learning-center/using-clipboard-to-insert-text/index.html) (48 words) - [I am getting error that "Import of assets from version 2.5 or older are not supported"](/content/support/s/article/iamgettingerrorthatimportofassetsfromversion25orolderarenotsupported63307857eeffe.html): Description User can Export and Import automation flow(s) using Export and Import functionality in Leapwork. This feature can also be used for taking backup or moving flows from one machine to other machines efficiently. There are two ways to Export and Import flows in Leapwork. Using Leapwork Studio Using Leapwork API Endpoints However, with the various releases, Leapwork keeps on evolving and upgrading the various approaches in order to deliver the best user experience. With this, the flows created and exported from a very older version can not be directly imported in the latest version. If the user tries to import such flows, the following error is shown: Resolution The solution is to first upgrade the flows into an intermediate version after which the flows can be re-exported and imported in the latest version. e.g. if a flow has been created and exported from a version less than Release Version 2.5.1029 then it can't be directly imported to the latest version. (244 words) - [Page not found | Leapwork](/content/services/learning-center/desktop-ui-automation-lesson-7-write-to-excel/index.html) (48 words) - [Disabling kiosk mode in edge browser](/content/support/s/article/disabling-kiosk-mode-in-edge-browser/index.html): Introduction Sometimes, when launching websites in Microsoft Edge, the browser might behave differently than usual, especially if it is operating in kiosk mode. Kiosk mode is a setting where the browser is locked to a single webpage, often seen in things like public info displays or self-service kiosks at airports. This behaviour can cause issues when automating the target website or application. In this article, we will walk you through the steps to disable kiosk mode in Microsoft Edge and restore the browser to its normal functionality. How to disable kiosk mode in edge browser? 1. Check Edge’s Settings If the browser is opening in kiosk mode, we need to reset Edge’s settings: Open Microsoft Edge. Click the three-dot menu in the top-right corner and select Settings. Scroll down and click on Reset Settings in the left-hand panel. Select Restore settings to their default values. 2. (386 words) - [I am getting error while exporting project or test case (Valid for LEAPWORK version 2.5 or earlier)](/content/support/s/article/iamgettingerrorwhileexportingprojectortestcasevalidforleapworkversion25orearlier6330706cc8eab.html): Description Usually there are two major reasons for getting an error while exporting a project or a test case, " Project or test case is not completely loaded" or "Project or test case path is longer than 248 characters". Resolution Project or test case is not completely loaded : It may happen if you have huge number of scripts and all of them are in process of loading. To fix this issue please give Leapwork enough time to load your project and try exporting afterwards. Project or test case path is longer than 248 characters : Error message stating to "contact support team" is probably due to the project or test case path being longer than 248 characters, try below steps to resolve this issue Go to C:\Program Files\Leapwork\Logs open studio logs in text file and check if the studio log has the following error message: “ The specified path, file name, or both are too long. (292 words) - [docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/hover-image-md.html](/content/docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/hover-image-md.html) (945 words) - [docs/leapwork-play/latest/play-tech-preview/getting-started-with-leapwork-play-md.html](/content/docs/leapwork-play/latest/play-tech-preview/getting-started-with-leapwork-play-md.html) (1,659 words) - [How to perform Keyboard shortcuts in the Leapwork flows](/content/support/s/article/howtoperformkeyboardshortcutsintheleapworkflows63307a44198f8.html): Introduction While creating flows in Leapwork, many times users come across scenarios that require them to make use of keyboard shortcuts to perform some keystroke operations. This approach is very useful in the scenarios when functionality that is to be achieved using multiple blocks can be achieved by keyboard shortcuts thus reducing the complexity as well as the size of the flows along with contributing to the test flow execution speed. To fulfill this kind of case, Leapwork has a dedicated category of Mouse and Keyboard which contains blocks like Type Text , Press Key and Release Key to perform the keyboard operations. Using these blocks, keyboard shortcuts can be performed as shown below. Type Text Block Type Text block can be used to perform keyboard shortcuts along with the textual values in combination. This can be done by clicking on the Capture to capture keystrokes. This makes it easy to use special keys and key combinations such as CTRL+C, ENTER, etc. (290 words) - [How to Upgrade Leapwork from Trial to Enterprise Version?](/content/support/s/article/howtoupgradeleapworkfromtrialtoenterpriseversion63307e522b8a6.html): Leapwork's Trial Version has all the features that are available in the paid version( Platform and Enterprise edition ) and is available to real-time users to try and test the product for initial analysis. Once the trial period has elapsed and the user is looking to migrate to Platform edition with the data created during the trial period, the following steps would need to be followed. Due to the difference in the Database structure of the Trial version and Platform version, direct migration is not possible from the Trial to the Platform version, however, it is possible to do the same from the Trial to the Enterprise edition. Steps: Take all the backups of Assets folder, DB Encryption key, and Exported flows Perform fresh installation and after that import, the test flows Note : From the 2021 version of Leapwork direct migration from trial to the platform is not possible and the customer would need to perform the fresh installation and import the flows thereafter. (181 words) - [Click and Drag mouse doesn’t work sometimes](/content/support/s/article/clickanddragmousedoesntworksometimes6330703730bf2/index.html): Description Combination of Click image block followed by a Drag mouse block may perform a double click as after Click image Drag mouse will also click on the block and try to perform dragging afterward this combination sometime results in double click instead of dragging. Resolution The way out is to add a Wait block with at least a 1-second delay so that Click image Drag mouse is treated as two separate operations. Please note that the required delay depends on your double click speed in the computer settings. To check these settings, please go to > Mouse & touchpad in System settings of your computer > Additional Mouse Options > Buttons. There you can adjust the speed of a double click. If you want the delay in the test case to be the shortest choose the fastest speed in the mouse settings. For any clarification, please contact our Priority Support . (156 words) - [Page not found | Leapwork](/content/learn/data-driven-automation-web-services/index.html) (48 words) - [I am getting error “Unknown host” while running a test case](/content/support/s/article/iamgettingerrorunknownhostwhilerunningatestcase633070247c24d.html): Description The most probable reasons for getting this error are "Hostname is not reachable" or "Hostname for the selected environment has not been set correctly". Resolution You can use the command-line tool “ ping ” to check if the hostname is reachable. Hostname is unreachable : If Hostname is unreachable then check with your administrator (locally) or service provider (in case of cloud). Hostname is reachable : If the machine is reachable then check values in the Hostname text box, try updating it if it is wrong and test the connection. If the correct values connection succeeds, then you are ready to go. Note : The hostname needs to be accessible from Leapwork Studio and Controller in order to run the test case on the Leapwork Agent computer. If the issue continues, please contact our Priority Support . (141 words) - [docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/click-text-md.html](/content/docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/click-text-md.html) (1,226 words) - [Page not found](/content/docs/22/help/index/index.html): NOT_FOUND (19 words) - [How to automate Native, Hybrid and Mobile Web Applications in Leapwork?](/content/support/s/article/howtoautomatenativehybridandmobilewebapplicationsinleapwork63307a56852e0.html): Introduction With Leapwork ’s no-code automation platform, you can test native and mobile web apps with ease across any device. Enterprise mobile apps are mission-critical, but most enterprises have not yet solved the puzzle of how to perform test automation of native iOS and Android apps on real devices. Automating Mobile Web Applications To automate applications in different devices like Android or iPhone: In the Start Web Browser, click Device Type property dropdown and select the required device. Selected the Device Type as Apple Iphone4 . The elements can be captured like other web pages. Native and Hybrid Mobile Apps on Real Devices With Leapwork it is very easy to automate Native and Hybrid Mobile Apps on Real Devices. You can use the Browser stack App live or Saucelabs website to open the real devices and use Leapwork's Image and Text Recognition blocks to automate the native and hybrid apps. Open Browser stack App live. Open device for testing. (194 words) - [docs/best-practices/latest/leapwork-flow-best-practices/organizing-daily-work-in-leapwork-md.html](/content/docs/best-practices/latest/leapwork-flow-best-practices/organizing-daily-work-in-leapwork-md.html) (1,108 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/set-electron-checkbox-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/set-electron-checkbox-md.html) (802 words) - [Page not found | Leapwork](/content/services/learning-center/introduction-virtual-automation-1/index.html) (48 words) - [Guidelines for Using the AI Blocks](/content/support/s/article/guidelines-for-using-the-ai-blocks/index.html): This articles outlines suggestions and examples of using the AI block so that you can make the most out of the AI Blocks and ensure that the test data generated is appropriate for your automation needs. This article is divided into sections and below table can help you navigate through: Writing effective prompts Overview of the AI Blocks Guidelines for Using the AI Generate Block Guidelines for Using the AI Validate Block Guidelines for Using the AI Extract Block Guidelines for Using the AI Transform Block Writing effective prompts Writing effective prompts is key to getting the most out of any AI system. Whether you're working with an AI to generate data, answer questions, or automate processes, your prompt should be clear, focused, and well-structured. Following these best practices will help you achieve accurate and relevant results: Be Clear and Specific: A specific prompt improves the AI's understanding of the task. Poor Prompt: "Generate a name. (1,766 words) - [Page not found | Leapwork](/content/services/learning-center/drive-data-with-excel/index.html) (48 words) - [How to automate Electron based Applications with Leapwork?](/content/support/s/article/howtoautomateelectronbasedapplicationswithleapwork633082506f692.html): Introduction Electron is a free and open-source software framework developed and maintained by GitHub. It allows for developing desktop GUI applications using web technologies. It combines the Chromium rendering engine and the Node.js runtime. Electron applications can be very easily automated using Leapwork. Prerequisites The electron application hosts the browser inside. Different applications can be based on different Chromium browsers. You need to find the exact version of the browser used in each specific Electron application. To achieve that, download all the major chrome driver versions and save in Leapwork Directory C:\Program Files\LEAPWORK\Studio\driver\chrome . Once the user completes the prerequisites, the User can start automating the electron-based applications. Automate Electron applications through Leapwork Start Recorder To use Smart recorder, click (+) and select Start Electron Application in the recorder menu. (266 words) - [How to get detailed information about Leapwork building blocks](/content/support/s/article/howtogetdetailedinformationaboutleapworkbuildingblocks63307d1bcb948.html): Whether you are new to Leapwork or an advanced user, you can find detailed information about the Leapwork Building Blocks and their properties. Check out the links below and scroll till you find the required building block. For your information, you can also select a block in the Studio, press F1 on your keyboard and you'll be redirected to our reference documentation. (310 words) - [How to Install and Setup Leapwork Environment](/content/support/s/article/howtoinstallandsetupleapworkenvironmentvalidforreleaseversion2020xxxx63307cc2e8305.html): Introduction With the Leapwork Automation Platform, users at all business levels can build Web, Desktop, and Virtual Desktop automation in minutes. Cases are designed as flowcharts and automated without writing a single line of code. Your organization can set up and run automation without learning a new skill set or relying on external consultants. The Leapwork Automation Platform consists of three components: Studio (the designer) Controller (the server) Agent (the runner) Leapwork Studio The Leapwork Studio is a desktop application made for Microsoft Windows. It’s a powerful visual designer that can be used by anyone in your organization to easily create automation cases, set up schedules to run automation cases on physical or virtual machines and in the cloud, and dig into the results with dashboards and reports. Controller The Controller is a service that runs in the background, and it’s also made for Microsoft Windows. (1,621 words) - [docs/leapwork-flow/latest/building-blocks/mobile/find-mobile-element-md.html](/content/docs/leapwork-flow/latest/building-blocks/mobile/find-mobile-element-md.html) (591 words) - [Errors while capturing Java application controls](/content/support/s/article/errorswhilecapturingjavaapplicationcontrols63308473b75d0.html): Description of issue Leapwork is designed to fully support Java desktop applications, allowing users to capture any control inside of Java applications. However, few users have experienced difficulties due to various factors resulting in capture related errors or applications getting crashed or Leapwork being hanged. Steps to resolve Validating installation of Java components on respective machines using Leapwork Studio/Agent Configuring respective environment variables with appropriate values Enabling of Java Access Bridge Step 1. As a pre-requisite to troubleshoot, we need to ascertain whether Java is installed on the user's machine . We can do this via launching command prompt and executing the command java -version If there is no Java present, this command will result in an error. And we can proceed with installing the latest Java from the below links, basis the machine configuration If there is Java installed, the above statement should return the details of the installed version. (425 words) - [docs/leapwork-flow/latest/release-notes/leapwork-flow-major-release-2026-2-md.html](/content/docs/leapwork-flow/latest/release-notes/leapwork-flow-major-release-2026-2-md.html) (1,282 words) - [docs/leapwork-flow/latest/building-blocks/desktop-ui/use-ui-window-md.html](/content/docs/leapwork-flow/latest/building-blocks/desktop-ui/use-ui-window-md.html) (710 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/hover-electron-element-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/hover-electron-element-md.html) (721 words) - [docs/leapwork-flow/latest/working-with-leapwork/agents-overview/scheduling-assistant-md.html](/content/docs/leapwork-flow/latest/working-with-leapwork/agents-overview/scheduling-assistant-md.html) (164 words) - [docs/leapwork-flow/latest/building-blocks/sap/write-sap-table-md.html](/content/docs/leapwork-flow/latest/building-blocks/sap/write-sap-table-md.html) (537 words) - [docs/leapwork-flow/latest/building-blocks/mobile/get-mobile-number-md.html](/content/docs/leapwork-flow/latest/building-blocks/mobile/get-mobile-number-md.html) (566 words) - [docs/leapwork-flow/latest/building-blocks/desktop-ui/get-window-details-md.html](/content/docs/leapwork-flow/latest/building-blocks/desktop-ui/get-window-details-md.html) (356 words) - [docs/leapwork-flow/latest/building-blocks/mobile/get-mobile-text-md.html](/content/docs/leapwork-flow/latest/building-blocks/mobile/get-mobile-text-md.html) (473 words) - [docs/leapwork-flow/latest/building-blocks/mobile/set-mobile-orientation-md.html](/content/docs/leapwork-flow/latest/building-blocks/mobile/set-mobile-orientation-md.html) (253 words) - [Type Electron Text | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/type-electron-text/index.html): The Type Electron Text block types text into a specified Electron element. You can type normal text or mask the input as a password, and you can optionally cle… (861 words) - [docs/leapwork-flow/latest/building-blocks/salesforce/click-element-md.html](/content/docs/leapwork-flow/latest/building-blocks/salesforce/click-element-md.html) (396 words) - [docs/best-practices/latest/leapwork-flow-best-practices/working-with-run-lists-md.html](/content/docs/best-practices/latest/leapwork-flow-best-practices/working-with-run-lists-md.html) (796 words) - [docs/leapwork-flow/latest/building-blocks/mobile/log-mobile-screenshot-md.html](/content/docs/leapwork-flow/latest/building-blocks/mobile/log-mobile-screenshot-md.html) (356 words) - [docs/leapwork-flow/latest/building-blocks/green-screen/get-cursor-location-md.html](/content/docs/leapwork-flow/latest/building-blocks/green-screen/get-cursor-location-md.html) (297 words) - [docs/leapwork-flow/latest/building-blocks/logic/offset-date-time-md.html](/content/docs/leapwork-flow/latest/building-blocks/logic/offset-date-time-md.html) (366 words) - [docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/click-position-md.html](/content/docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/click-position-md.html) (446 words) - [docs/leapwork-flow/latest/building-blocks/mobile/install-mobile-application-md.html](/content/docs/leapwork-flow/latest/building-blocks/mobile/install-mobile-application-md.html) (333 words) - [Find Electron Element | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/find-electron-element/index.html): The Find Electron Element block locates a specific element within an Electron application window. It is typically used to identify UI components dynamically du… (644 words) - [docs/leapwork-flow/latest/building-blocks/start-stop/done-md.html](/content/docs/leapwork-flow/latest/building-blocks/start-stop/done-md.html) (290 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks/click-electron-position-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/click-electron-position-md.html) (419 words) - [Set Electron Checkbox | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/set-electron-checkbox/index.html): The Set Electron Checkbox block sets the state of a checkbox in an Electron application by locating the checkbox element and applying the selected state. If th… (803 words) - [docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/type-text-md.html](/content/docs/leapwork-flow/latest/building-blocks/mouse-and-keyboard/type-text-md.html) (431 words) - [docs/leapwork-flow/latest/building-blocks/green-screen/type-text-md.html](/content/docs/leapwork-flow/latest/building-blocks/green-screen/type-text-md.html) (501 words) - [I am unable to capture control in my Java application built in Java version 6 and 7](/content/support/s/article/iamunabletocapturecontrolinmyjavaapplicationbuiltinjavaversion6and7633074e0dd9c3.html): Leapwork is designed to fully support Java desktop applications, allowing users to capture any control inside of Java applications. However, some users have experienced that Leapwork capture technology doesn't work with a Java application built with Java versions 6 and 7. In order to correct any capture control issues with Java version 6 and 7 applications, follow the following installation steps: Install JDK/JRE on your Studio and Agent machine Change the PATH of your java.exe to system Environment variables (variable Path ) . The PATH is the system variable that your operating system uses to locate the needed executables from the command line. (233 words) - [docs/leapwork-flow/latest/building-blocks/start-stop/start-md.html](/content/docs/leapwork-flow/latest/building-blocks/start-stop/start-md.html) (212 words) - [Get Electron Radio Button | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-radio-button/index.html): The Get Electron Radio Button block is used to locate and retrieve an Electron radio button element from an application window. It can capture values such as t… (849 words) - [Get Electron Checkbox | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-checkbox/index.html): The Get Electron Checkbox block is used to locate a checkbox in an Electron application window and read its current state. It returns whether the checkbox is c… (997 words) - [docs/leapwork-flow/latest/building-blocks/start-stop/fail-md.html](/content/docs/leapwork-flow/latest/building-blocks/start-stop/fail-md.html) (295 words) - [docs/leapwork-flow/latest/building-blocks/variables/get-variable-md.html](/content/docs/leapwork-flow/latest/building-blocks/variables/get-variable-md.html) (444 words) - [Set Electron Radio Button | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/set-electron-radio-button/index.html): The Set Electron Radio Button block selects a radio button in an Electron application window. You can target the radio button by value, text, or index and opt… (958 words) - [docs/leapwork-flow/latest/building-blocks/green-screen/set-cursor-location-md.html](/content/docs/leapwork-flow/latest/building-blocks/green-screen/set-cursor-location-md.html) (252 words) - [Get Value | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/green-screen/get-value/index.html): The Get Value block retrieves a value from a green screen based on Leapwork’s intelligent field recognition. It identifies the nearest Protected field (typical… (513 words) - [docs/leapwork-flow/latest/building-blocks/logic/break-iteration-md.html](/content/docs/leapwork-flow/latest/building-blocks/logic/break-iteration-md.html) (230 words) - [docs/leapwork-flow/latest/building-blocks/green-screen/set-value-md.html](/content/docs/leapwork-flow/latest/building-blocks/green-screen/set-value-md.html) (495 words) - [docs/leapwork-flow/latest/building-blocks/mobile/close-mobile-application-md.html](/content/docs/leapwork-flow/latest/building-blocks/mobile/close-mobile-application-md.html) (343 words) - [docs/leapwork-flow/latest/building-blocks/variables/set-variable-md.html](/content/docs/leapwork-flow/latest/building-blocks/variables/set-variable-md.html) (453 words) - [docs/faq/latest/leapwork-performance-faq/recording-or-running-sequences-md.html](/content/docs/faq/latest/leapwork-performance-faq/recording-or-running-sequences-md.html) (754 words) - [Get Electron Text | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-text/index.html): The Get Electron Text block fetches text from a specified Electron element. If the element cannot be found within the configured timeout behavior, the block tr… (714 words) - [docs/leapwork-flow/latest/building-blocks/setting-values/set-text-md.html](/content/docs/leapwork-flow/latest/building-blocks/setting-values/set-text-md.html) (318 words) - [docs/leapwork-flow/latest/building-blocks/setting-values/set-position-md.html](/content/docs/leapwork-flow/latest/building-blocks/setting-values/set-position-md.html) (240 words) - [docs/leapwork-flow/latest/building-blocks/green-screen/write-table-md.html](/content/docs/leapwork-flow/latest/building-blocks/green-screen/write-table-md.html) (460 words) - [docs/leapwork-flow/latest/building-blocks/start-stop/pass-md.html](/content/docs/leapwork-flow/latest/building-blocks/start-stop/pass-md.html) (244 words) - [docs/leapwork-flow/latest/building-blocks/setting-values/set-area-md.html](/content/docs/leapwork-flow/latest/building-blocks/setting-values/set-area-md.html) (264 words) - [Read Table | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/green-screen/read-table/index.html): The Read Table block fetches a specified range of values using a table construct that Leapwork has grabbed from the green screen. This can speed up test creati… (402 words) - [docs/leapwork-flow/latest/building-blocks/setting-values/set-date-time-md.html](/content/docs/leapwork-flow/latest/building-blocks/setting-values/set-date-time-md.html) (292 words) - [Start Electron Application | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/start-electron-application/index.html): The Start Electron Application building block starts an Electron application and returns a handle to the Electron window so subsequent Electron blocks can targ… (497 words) - [Get Electron Application Details | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-application-details/index.html): The Get Electron Application Details block reads key properties from an open Electron application window, such as its title, process information, visual state,… (598 words) - [Get Electron Dropdown | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-dropdown/index.html): The Get Electron Dropdown block fetches the currently selected item from an Electron dropdown element and exposes the selection details (index, text, and value… (550 words) - [docs/leapwork-flow/latest/building-blocks/system/logout-md.html](/content/docs/leapwork-flow/latest/building-blocks/system/logout-md.html) (295 words) - [Click Electron Element | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/click-electron-element/index.html): The Click Electron Element block simulates a mouse click on a target UI element within an Electron-based desktop application. This block is commonly used in au… (655 words) - [Stopwatch | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/debugging/stopwatch/index.html): The Stopwatch building block measures elapsed time between different parts of an automation case. It can be used, for example, to measure how long an applicati… (372 words) - [docs/leapwork-flow/latest/building-blocks/green-screen/switch-session-md.html](/content/docs/leapwork-flow/latest/building-blocks/green-screen/switch-session-md.html) (314 words) - [docs/leapwork-go/latest/how-to-guides/sequences/editing-sequences-md.html](/content/docs/leapwork-go/latest/how-to-guides/sequences/editing-sequences-md.html) (805 words) - [Electron File Upload | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/electron-file-upload/index.html): The Electron File Upload block uploads a file in an Electron-based application by interacting with the file upload control and providing a file from the select… (711 words) - [Get Green Screen Text | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/green-screen/get-text/index.html): The Get Text block fetches text from a specific location on a green screen (row and column). You can also use an area instead of a single location, allowing Le… (385 words) - [Value Input | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/module-input-and-output/value-input/index.html): The Value Input block is used to provide an input value into a sub-flow from outside that sub-flow. It exposes a value that can be mapped when the sub-flow is … (231 words) - [docs/leapwork-flow/latest/building-blocks/generators/generate-password-md.html](/content/docs/leapwork-flow/latest/building-blocks/generators/generate-password-md.html) (292 words) - [docs/leapwork-go/latest/integrations/integrate-leapwork-go-with-ci-cd-pipelines-md.html](/content/docs/leapwork-go/latest/integrations/integrate-leapwork-go-with-ci-cd-pipelines-md.html) (865 words) - [Log Screenshot | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/debugging/log-screenshot/index.html): The Log screenshot block saves a screenshot of the current screen to the case run log. It is typically used during debugging or maintenance to document what wa… (482 words) - [docs/leapwork-flow/latest/building-blocks/setting-values/set-number-md.html](/content/docs/leapwork-flow/latest/building-blocks/setting-values/set-number-md.html) (180 words) - [docs/leapwork-flow/latest/building-blocks/generators/generate-number-md.html](/content/docs/leapwork-flow/latest/building-blocks/generators/generate-number-md.html) (270 words) - [Connect to Session | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/green-screen/connect-to-session/index.html): The Connect to Session block is used to attach to an active terminal session during execution. This is required before interacting with mainframe or green scre… (328 words) - [Get Cursor Location | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/green-screen/get-cursor-location/index.html):  The Get Cursor Location block retrieves the current cursor position on a Green Screen session as row and column coordinates, so you can reuse that position i… (293 words) - [Hit Key | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/green-screen/hit-key/index.html): The Hit Key block executes terminal-specific commands by sending a selected terminal key/action to the active terminal session. It is used in terminal automati… (275 words) - [Use Electron Window | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/use-electron-window/index.html): The Use Electron Window block is used in Electron UI automation to locate and focus a specific Electron window, then expose a handle to that window so other El… (480 words) - [Uninstall Mobile Application | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/mobile/uninstall-mobile-application/index.html): The Uninstall Mobile Application building block is used to uninstall an existing application from a mobile device. Fully expanded, the Uninstall Mobile Applica… (322 words) - [Set Cursor Location | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/green-screen/set-cursor-location/index.html): The Set Cursor Location block moves the cursor to a specific location on a green screen and sets it based on an exact row and column position. The Green Screen… (248 words) - [docs/leapwork-flow/latest/building-blocks/generators/generate-date-time-md.html](/content/docs/leapwork-flow/latest/building-blocks/generators/generate-date-time-md.html) (225 words) - [Hover Electron Position | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/hover-electron-position/index.html): The Hover Electron Position block is used in Electron UI automation to move the mouse pointer to a specific position in an Electron application window without … (309 words) - [docs/faq/latest/leapwork-performance-faq/getting-started-with-performance-md.html](/content/docs/faq/latest/leapwork-performance-faq/getting-started-with-performance-md.html) (480 words) - [Disconnect from Session | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/green-screen/disconnect-from-session/index.html): The Disconnect from Session building block disconnects from a terminal session by disconnecting from the API. It does not close the terminal session itself. Wh… (295 words) - [Execution Output | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/module-input-and-output/execution-output/index.html): The Execution Input block is used inside sub-flows to define where the execution should begin when the sub-flow is called. It acts as the starting point and co… (197 words) - [Log Message | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/debugging/log-message/index.html): The Log message block writes a text message to the case run log. It is typically used during debugging or maintenance to record checkpoints, variable values, o… (306 words) - [Value Output | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/module-input-and-output/value-output/index.html):  The Value Output block is used to provide an output value from a sub-flow to the calling flow. It represents a value that is collected inside the sub-flow an… (199 words) - [Click Electron Position | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/click-electron-position/index.html): The Click Electron Position block is used to perform a mouse click at a specific position (X, Y coordinates) in an Electron application window. It is useful wh… (412 words) - [Handle Electron Alert | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/handle-electron-alert/index.html): The Handle Electron Alert block is used to manage system alerts triggered by Electron-based applications. These alerts typically appear as native modal dialogs… (341 words) - [Drag Electron Element | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/drag-electron-element/index.html): The Drag Electron Element block is used in Electron UI automation to drag one Electron element onto another within an already open Electron application window.… (454 words) - [D365 Close Browser | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/dynamics-365/d365-close-browser/index.html): The Close browser building block closes browser windows that were launched during an automation flow in Dynamics 365 Finance & Operations. It is typically used… (231 words) - [Execution Input | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/module-input-and-output/execution-input/index.html): The Execution Input block is used to provide input into a Sub-flow. It defines the execution input that will be available wherever the sub-flow is used in your… (195 words) - [docs/leapwork-flow/latest/building-blocks/system/lock-md.html](/content/docs/leapwork-flow/latest/building-blocks/system/lock-md.html) (196 words) - [Preview environment is empty in Remote Desktop Connection to Windows 7 (SP1) and Windows Server 2008 R2 OS](/content/support/s/article/previewenvironmentisemptyinremotedesktopconnectiontowindows7sp1andwindowsserver2008r2os63307032e6d67.html): Description Due to limitations in the desktop duplication technology on Windows 7 (SP1) and Windows Server 2008 R2 operating systems, some features of Leapwork Studio cannot be used properly through a Remote Desktop Connection. Due to the same reason “Preview environment” is blank on Remote Desktop Connection to Windows 7 (SP1) and Windows Server 2008 R2 operating systems. Resolution It’s still possible to run Leapwork Agent on Windows 7 or Windows Server 2008 R2, and use it as System Under Test, but it’s not possible to connect via RDP and use Leapwork Studio. Leapwork Studio is fully functional on Windows 7 (Windows Server 2008 R2) under the following conditions: Windows 7 SP1 or Windows Server 2008 R2 on a physical machine with physical display(s) Windows 7 SP1 or Windows Server 2008 R2 as System Under Test with Leapwork Agent running Windows 8 or higher in any configuration also while using RDP, this limitation was lifted in Windows 8 and later. (186 words) - [docs/leapwork-go/latest/how-to-guides/timelines/how-leapwork-go-calculates-virtual-user-hours-for-a-timeline-md.html](/content/docs/leapwork-go/latest/how-to-guides/timelines/how-leapwork-go-calculates-virtual-user-hours-for-a-timeline-md.html) (1,013 words) - [Get Electron Attribute | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/get-electron-attribute/index.html): The Get Electron Attribute block is used to retrieve the value of a specific attribute from an element in an Electron-based application. It is typically used t… (319 words) - [Comment | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/debugging/comment/index.html): The Comment block is used to add internal notes or explanations within an automation case. These comments have no impact on execution and are purely informatio… (144 words) - [Viewing detailed report information from widgets in the Dashboard](/content/support/s/article/viewingdetailedreportinformationfromwidgetsinthedashboard63307f43d02bd.html): The dashboards are a visual representation of the results from automation flows. With the dashboards, it's easy to monitor data and results, and share them with colleagues and management. It's possible to create multiple dashboards, so that every user, project, business unit, or product unit can have its own visual overview. A dashboard consists of one or more widgets, each showing results configured from the automation flows you've created. The following widgets options are available under the Dashboard List: Flow Trending Area Flow Trending Bar Most Failed Pie Chart Dashboards are made of individual widgets and we can add any number of widgets to a single dashboard view. Step 1 . Just as with the Report feature in Leapwork, we can set up filters for an individual widget. Step 2. We can filter them by Flows, Agents, or Run Lists. (429 words) - [docs/best-practices/latest/leapwork-flow-best-practices/enable-automation-in-pdf-files-md.html](/content/docs/best-practices/latest/leapwork-flow-best-practices/enable-automation-in-pdf-files-md.html) (77 words) - [docs/leapwork-go/latest/get-started/create-a-self-signed-certificate-for-recording-traffic-in-leapwork-go-md.html](/content/docs/leapwork-go/latest/get-started/create-a-self-signed-certificate-for-recording-traffic-in-leapwork-go-md.html) (786 words) - [docs/faq/latest/leapwork-performance-faq/common-questions-about-go-md.html](/content/docs/faq/latest/leapwork-performance-faq/common-questions-about-go-md.html) (313 words) - [Prerequisite for using Windows Credential Provider for Windows 7, Server 2008 and Server 2008 R2 (Build 2020.1 onwards)](/content/support/s/article/prerequisiteforusingwindowscredentialproviderforwindows7server2008andserver2008r2build20201onwards6330760089a41.html): Leapwork's build version 2020.1 and above uses Windows Credential Provider, which allows users to automatically login to windows using given credentials. Due to technology limitation in the older version of Windows user might see below error messages during or after LEAPWORK installation, please install Windows update mentioned in the resolution section if you want to use Windows Credential Provider. Error message 1 When a user upgrades Leapwork and launches Leapwork Studio In this scenario, the user would experience an error pop up as shown below. It is due to the latest changes in LEAPWORK Agent, specifically the Credential Provider component. Error message 2 When a user upgrades Leapwork and restarts Leapwork Agent In this scenario, the user would experience an error pop up as shown below. It is due to the latest changes in LW Agent, specifically the Credential Provider component. (180 words) - [Close Electron Application | Leapwork Docs](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks/close-electron-application/index.html): The Close Electron Application block is used to close one or more open Electron application windows. It is typically placed at the end of a test flow to cleanl… (215 words) - [How to use variables in Leapwork?](/content/support/s/article/howtousevariablesinleapwork6330746dd41dc/index.html): Introduction The variables building blocks are used to Get and Set variable values for later use. Variables can be temporary or be persisted forever. Get Variable : A Get variable building block is used to get the value of a variable and pass it on to other building blocks. Variables can be scoped to be available only in the same run of a case, across all cases in a run, and even permanently for as long as the Project, it is stored in exists. Set Variable : A Set variable building block is used to set the value of a variable. Variables can be scoped to be available only in the same run of a case, across all cases in a run, and even permanently for as long as the Project, it is stored in exists. Scope Set the scope in which to load this variable. “ Only this case ” means that the variable only exists during the execution of this one case, i.e. scope of the variable is only fixed in that particular flow where it is been used. This is the by default value for both variable blocks. (513 words) - [Emergency Admin configuration setting](/content/support/s/article/emergency-admin-configuration-setting/index.html): Introduction The Emergency Admin user applies robust password policies and administrative controls to maintain system integrity and continuity in operations. To use this feature, see Emergency Admin User . Configure Emergency Admin To activate Emergency Admin, follow the instructions. Open Notepad in Administrator mode. Open controller.config file (Program files > Leapwork > Controller). Set EnableInstallAdminValidation flag to True. Save the file. Open services from start menu, right click LEAPWORK CONTROLLER . Choose Restart . A pop up appears. Click OK . Navigate back to the already open controller.config file. Click Reload . Click Save . Validate EnableInstallAdminValidation flag is set to true. Leapwork emergency admin configuration is applied. Logout and login. Leapwork password prompt will appear. For any clarification, contact our Priority Support . (121 words) - [How to configure Selenium Grid on MAC to run Safari, Chrome and Firefox Automation](/content/support/s/article/howtoconfigureseleniumgridonmactorunsafarichromeandfirefoxautomation6330754e0293e.html): Selenium Grid is used to speed up the execution of a test by using multiple machines to run tests in parallel. It is also used to support running tests against multiple environments, specifically, against different browsers at the same time. You can use Selenium Grid in the following scenarios: To run tests against multiple browsers, multiple versions of a browser, and browsers running on different operating systems. To reduce the time it takes for a test suite to complete a test pass. Use this article as a step-by-step guide for setting up the Selenium Grid. Download and Configurations Download Selenium Standalone Server, Chrome, Safari, and Firefox drivers, then configure your Mac machine to run a Safari test. The following steps explain the process: 1. Download Selenium Server Download the Selenium Server jar file from Selenium’s official website, formerly known as Selenium RC Server, and save it to any location on your local disk. Visit the Selenium HQ download page at http://www. (767 words) - [docs/leapwork-go/latest/how-to-guides/sequences/html-response-md.html](/content/docs/leapwork-go/latest/how-to-guides/sequences/html-response-md.html) (342 words) - [How to integrate Leapwork Reporting with Power BI](/content/support/s/article/howtointegrateleapworkreportingwithpowerbienterpriseedition633077a05057e.html): Introduction In this article, you will learn how Leapwork’s Enterprise version integrates directly with Power BI for visualization purposes, using a three-layered mechanism that defines the end-to-end architecture. Working Leapwork has created SSIS Package which when deployed in SQL Server extracts the data from Leapwork’s Enterprise Databases (Assets and Reports) and performs the data transformation. This data is been transformed and loaded into the DataMart Database which is acting as an intermediate SQL Database for End-to-end ETL process. Pre-requisites Before deploying the SSIS package the user needs to review the following information: SQL Server Integration Services were installed. Go to SQL Server Configuration Manager → SQL Server Services and check if SQL Server Integration Services is running. (896 words) - [Clicking "Signout" button in Dynamics application doesn't work in IE](/content/support/s/article/clickingsignoutbuttonindynamicsapplicationdoesntworkinie63307de0ace83.html): Introduction There's currently a known issue with Internet Explorer's WebDriver due to which some of the web elements when captured returns (0,0) position which points to the top-left corner. This can be seen while using the strategy editor to validate the captured control. While automating the Dynamics application, few of the controls such as signout button can't be clicked directly with the Click Web Element block in IE browser. Solution Currently, this is awaiting a fix from Selenium for IEWebdriver. We have got a workaround available in Leapwork. As Leapwork works with the strategy that "User can create a test by capturing elements in any browser and the same test should run on any other browser also" , you can create a Custom-building block for capturing the element which is not working in IE via some other browser (example: Chrome) and apply a switch condition for Internet Explorer to use a javascript based clicking mechanism. Refer to the building block below. (177 words) - [Leapwork and Jira Zephyr Scale Integration](/content/support/s/article/leapworkandjirazephyrscaleintegration633082878cda3/index.html): Leapwork Test Automation is often used in conjunction with Test Management products. This document describes the integration between Leapwork Test Automation and Zephyr Scale Test Management. Leapwork Leapwork’s no-code Test Automation technology makes it quicker and easier for regular business users and IT teams to adopt, so that they can scale automation faster - ultimately empowering quality assurance teams, leading to shorter test cycles and immediate return on investment. This means that enterprises can continue to grow and optimize their performance because they can rely on their business software to work as it should, with test automation as an integral part of their software development lifecycle. Jira Zephyr Scale The role of software testing is becoming increasingly important in the software development lifecycle to ensure that software is released with the highest possible quality. (928 words) - [docs/leapwork-flow/latest/building-blocks/debugging-md.html](/content/docs/leapwork-flow/latest/building-blocks/debugging-md.html) (93 words) - [docs/leapwork-flow/latest/building-blocks/module-input-and-output-md.html](/content/docs/leapwork-flow/latest/building-blocks/module-input-and-output-md.html) (16 words) - [docs/leapwork-flow/latest/customer-portal/downloads-md.html](/content/docs/leapwork-flow/latest/customer-portal/downloads-md.html) (377 words) - [Leapwork and ALM Octane Integration](/content/support/s/article/leapworkandalmoctaneintegration633081f6a61b7/index.html): Leapwork Test Automation is often used in conjunction with Test Management products. This document describes the integration between Leapwork Test Automation and ALM Octane Test Management. Leapwork Leadwork’s no-code Test Automation technology makes it quicker and easier for regular business users and IT teams to adopt, so that they can scale automation faster - ultimately empowering quality assurance teams, leading to shorter test cycles and immediate return on investment. This means that enterprises can continue to grow and optimize their performance because they can rely on their business software to work as it should, with test automation as an integral part of their software development lifecycle. ALM Octane The role of software testing is becoming increasingly important in the software development lifecycle to ensure that software is released with the highest possible quality. (995 words) - [docs/leapwork-flow/latest/building-blocks/error-handling-md.html](/content/docs/leapwork-flow/latest/building-blocks/error-handling-md.html) (63 words) - [docs/leapwork-flow/latest/building-blocks/electron-blocks-md.html](/content/docs/leapwork-flow/latest/building-blocks/electron-blocks-md.html) (37 words) - [How to setup Selenium Grid](/content/support/s/article/howtosetupseleniumgrid63307362113ef/index.html): Selenium-Grid is used to speed up the execution of a test by using multiple machines to run tests in parallel, it is also used to support running tests against multiple environments, specifically, against different browsers at the same time. Selenium Grid can be used in below scenarios: To run your tests against multiple browsers, multiple versions of browser, and browsers running on different operating systems. To reduce the time it takes for the test suite to complete a test pass. In this article, we are going to explain the step-by-step guide to set up the Selenium Grid. Downloads Installation is simple. Download Selenium Server jar file from Selenium’s official website which was formerly known as Selenium RC Server and save it at any location on the local disk. Here is the download page in selenium HQ: http://www.seleniumhq.org/download/ The user would see a file like "selenium-server-standalone-3.141.59.jar" in the download folder after download is completed. (905 words) - [Accessing an Oracle database with Leapwork using ODBC](/content/support/s/article/accessinganoracledatabasewithleapworkusingodbc6330729c17410.html): Introduction If you want to use the ODBC based Database block in a Leapwork flow to access an Oracle database, you typically have to run through a few steps to make it work. In the following article, you will learn how to connect a test case in a Leapwork installation with a cloud-based instance of an Oracle database. Prerequisites ODBC driver with a 64-bit version must be installed on your system (please install AccessDatabaseEngine_X64.exe from here ). Database Instance We have a database instance ( 11g_release2 ) running on oraclecloud.com. We have opened for database access on port 1521 in the list of access rules: We have setup the database instance exactly as described in these videos: Creating a new Service Instance: https://www.youtube.com/embed/ty3s32KfsKU Connecting to a Service Instance: https://www.youtube.com/embed/GUr0VLtupms?rel=0&autoplay=1 ODBC Client The database block in Leapwork uses ODBC connections to connect to databases. (810 words) - [How to Integrate Leapwork with Tableau (Enterprise Edition)](/content/support/s/article/howtointegrateleapworkwithtableauenterpriseedition633082e00fc29.html): In the current scenario, Reporting is all about Visualization for better representation of the data. Leapwork's Enterprise Editon provides a unique experience of reporting with the help of Dashboards, where the user is independent enough to design the views of how the data should look in a report. Although many users heavily rely on third-party tools like Tableau for analytics purposes as a part of their existing frameworks and want to perform analytics around the automation flows executed in Leapwork through these tools themselves. Leapwork’s Enterprise version offers a kind of direct integration with Tableau for visualization purposes. This integration works in a kind of three-layered mechanism where end to end things at the architecture level looks somewhat like below: Working Leapwork has created SSIS Package which when deployed in SQL Server extracts the data from Leapwork’s Enterprise Databases(Assets and Reports) and performs the data transformation. (710 words) - [I am unable to Inspect/Capture Rogue Wave Stingray Objective Grid (C++) Controls in Leapwork](/content/support/s/article/iamunabletoinspectcaptureroguewavestingrayobjectivegridccontrolsinleapwork63307a04810ae.html): Description: During automation of Rogue Wave Stingray Objective Grid (Visual C++) controls, users may see that the application controls cannot be inspected/captured using Desktop UI blocks in Leapwork. Leapwork can help users to automate Visual C++ applications with Rogue Wave Stingray Objective Grid (C++) controls, however, this requires that the application that needs to be tested must be compiled with Debug information. The Release configurations of the Objective Grid library usually do not have the debug information required to allow Leapwork to identify elements. So, if a user is about to test a Release configuration of a Visual C++ application with Objective Grid (C++) controls, the application developer would be required to rebuild the Objective Grid library to generate the necessary debug information. (387 words) - [How to login/logout on Remote Agent machine if the screen is locked?](/content/support/s/article/howtologinlogoutonremoteagentmachineifthescreenislocked63307c1c9cdc8.html): Introduction There are two ways to login and logout Agent machines while using Leapwork for automation. Windows Credential Provider Image and Text building blocks Blocks Windows Credential Provider Leapwork can be set up to log in on the user’s behalf. Users can also start testing single-sign-on between Windows and any other application that reuses the same login credentials. This means a user can now execute automation on any machine in an incredibly secure and robust manner. To enable this behavior, building blocks to ‘ login ’, ‘ logout ’ and ‘ lock ’ can be added in the flows as per requirement, below is an example flow where a login block will log in to a remote Agent using given credentials and then perform required automation task and then logout from the agent when the task is completed. (638 words) - [docs/leapwork-go/latest/get-started/use-totp-based-mfa-for-authenticated-flows-in-leapwork-go-md.html](/content/docs/leapwork-go/latest/get-started/use-totp-based-mfa-for-authenticated-flows-in-leapwork-go-md.html) (938 words) - [I am getting error "Cannot run because no agents are defined"](/content/support/s/article/iamgettingerrorcannotrunbecausenoagentsaredefined6330742c20d5d.html): Description The error message "Cannot run because no agents are defined" means that you are missing agents configuration setup in Leapwork Studio. There are three ways to run a flow/test case: Run in Preview mode : When you press the "Run" button in the Flow editor, Leapwork Studio runs flow in Preview mode. This mode allows to use your displays directly and that’s why you don’t need to specify anything particular and can simply run it. Run from the Flows panel : Leapwork tries to run a flow or all flows in the Folder when a user presses the Run button on the Flows panel (shown below). Before starting flow execution Leapwork checks for the execution agent where all selected flows need to be run, if NO agent is defined earlier then "Cannot run because no agent are defined" message is shown to the user. Run from Scheduler : Leapwork tries to run all flows defined under Schedule when a user attempts to run Schedule on Ad-hoc basis or if a schedule is auto-triggered by Scheduler. (321 words) - [I am not able to set my dropdown using "Set Web Dropdown" block.](/content/support/s/article/iamnotabletosetmydropdownusingsetwebdropdownblock6330706077d0b.html): Description "Set Web Dropdown" block works on dropdown with standard select options, if the "Set Web Dropdown" block is not working for you then you probably have a custom implementation for drop-down. To check drop-down implementation in your application by pressing the F12 key on your browser and inspect the drop-down web element, if option is missing then it is probably custom implementation. (294 words) - [How to work with multiple displays](/content/support/s/article/howtoworkwithmultipledisplays63307d94b6326/index.html): Desktop UI Leapwork follows the primary active window in a desktop UI, this means that Leapwork will search for a single active window across all displays used, this enables the user to use multiple displays in parallel for Desktop UI case automation. While following an active window during case execution, Leapwork records a video of these active windows, which ensures that all steps followed during a case execution are captured accurately, irrespective of the display used during test execution. Web Automation Leapwork follows the active window during a web application automation case, which ensures that it captures a video of the screen under test. Virtual Desktop In virtual desktop automation, Leapwork follows the environment defined, Preview environment for local displays, for capturing images. For example, if the user-defined Local (Display 2) is in the Preview environment , the capture mode on Local (Display 2) will be highlighted only. (551 words) - [I am unable to Capture anything on IE](/content/support/s/article/iamunabletocaptureanythingonie6330719b45759/index.html): Description : Recently it has been observed on some machines running Windows 10 that capturing web elements in IE suddenly stopped working. We believe this is due to one or more forced upgrades of Windows that isn't supported in the latest version of the Selenium driver for IE. We deeply regret the inconvenience this has caused. Our engineers are working urgently to perform a thorough investigation of the root cause, and are working with the Selenium open source initiative so that a workaround or resolution can be released. Resolution : The issue is currently not resolved, but we suggest the following workarounds: We have found that an older version of the 32-bit Selenium driver for IE resolves the issue on most machines. You can download and unzip this file and place it in your Studio installation folder (C:\Program Files\LEAPWORK\Studio): http://selenium-release.storage.googleapis.com/3.9/IEDriverServer_Win32_3.9.0.zip . (261 words) - [How to perform an Insert operation in Leapwork using a Database Block?](/content/support/s/article/howtoperformaninsertoperationinleapworkusingadatabaseblock633080d12c99e.html): Introduction There are various scenarios where a user wants to connect to any database (using DSN) in order to validate the data getting stored in the database. There are also scenarios where a user needs to insert data into the database through automation. In this article, we will be talking about how we can achieve this scenario by executing different database commands using a Leapwork Database block. How to perform an Insert operation in Leapwork using a Database Block? In this scenario, we will learn how to perform an INSERT operation in Leapwork using a Database Block. To start, we need to first check some of the prerequisites. For example - setting up ODBC drivers. Please refer to this article for more information - Access SQL-Database via ODBC driver in Leapwork Please note that we will be using SQL Server Database to execute the commands in this article. The two input fields viz. (555 words) - [How to prevent the Agent machine from logging out/going into sleep mode?](/content/support/s/article/howtopreventtheagentmachinefromloggingoutgoingintosleepmode633070fd694f3.html): By default windows Powers and Sleep settings are configured in way that screen get locked after specific interval of time. To make sure that agent machine is not locked due to power and sleep mode settings user must perform below two steps: Turn off Power and Sleep mode settings Change Agent Config Turn off Power and Sleep mode settings Turn off Power and Sleep mode settings will ensure that your agent machine doesn't get locked or goes to sleep mode automatically. Note : Due to security policy requirements some organizations doesn't allow switching off "Power and Sleep" mode settings on development/test machines, in that case host your Agent on virtual machine and perform below Power and Sleep mode changes there. Disable automatic Sleep Windows 10: In Windows 10 Open Power Options by right clicking on the start menu and clicking on Power Options. (629 words) - [docs/__attachments/a_ef2803b1a353a92f8056b0861f0f391f9c3ee39d7f7fdc4d35ecede29b1eb312/poll-integration-status-ps1.html](/content/docs/__attachments/a_ef2803b1a353a92f8056b0861f0f391f9c3ee39d7f7fdc4d35ecede29b1eb312/poll-integration-status-ps1.html) (245 words) - [Best Practices - Working with Schedules](/content/support/s/article/bestpracticesworkingwithschedules633077fc6b1e7/index.html): A schedule enables Leapwork users to define when flows should run, and on which agents - whether at pre-selected times or after specified time intervals. Schedules can be triggered either on-demand (such as through REST API calls to Leapwork) or at a single or recurring time interval. Why should I use schedules? Users can leverage the power of schedules to achieve many scenarios that otherwise look strenuous. One of the major challenges most organizations face is running automation in a continuous manner and ensuring the optimum usage of agents by doing parallel testing. When we follow best practices, Leapwork schedules can help us to overcome these challenges. When should I use Schedules? Execute Unattended Automation If we wish to execute our test cases automatically without manual interventions, we will need to schedule our tests. With Leapwork, we can configure the time recurrence of the schedule, which will enable us to test even when we are away from the office. (1,134 words) - [How to set up password requirements](/content/support/s/article/howtosetuppasswordrequirements63308133c7d24/index.html): Introduction The article details how an administrator can update password requirements for local user via the Leapwork Studio. Set New Password Double-check that you're running Leapwork version 2021.1.993 or newer . Open Leapwork Studio and click on "Settings." Click on "Security." Configure Password Complexity . By default, Leapwork requires at least one lowercase letter, one uppercase letter, and one digit. You can choose to tick the box that adds "at least one special (non-alphanumeric) character" to the list of requirements. You can also select a minimum required password length (within Leapwork's range of 6 to 20 characters). You can choose the "Never expires" option or enforce password renewal after a set number of days. Click Save and the new password requirements will go out to your entire team. You will be able to log in with current password until you save the new requirements. (295 words) - [How to perform an Update operation in Leapwork using a Database Block?](/content/support/s/article/howtoperformanupdateoperationinleapworkusingadatabaseblock633080de8d9ae.html): Introduction There are various scenarios where a user wants to connect to any database (using DSN) in order to validate the data getting stored in the database. There are scenarios where you need to insert data into a database through automation. You can achieve this scenario by executing different database commands using Leapwork's Database block. You will learn how to perform an UPDATE operation in Leapwork using a Database Block. Perform Update Operation To begin with, we need to first check some of the prerequisites. For example - setting up ODBC drivers. See Access SQL-Database via ODBC driver in Leapwork . Please note that we will be using SQL Server Database to execute the commands in this article. The input fields: Connection & Query are mandatory fields and should be populated as below: Connection The " Data Source Name " of configured ODBC connection on the computer where the test case will run. Query The query statement will be executed on the excel file. (501 words) - [docs/__attachments/a_ab3c03b8a66f31a40793f6e80b11930ae0871e2a7296b96cd38dc8c3ec762295/azure-pipelines-yml.html](/content/docs/__attachments/a_ab3c03b8a66f31a40793f6e80b11930ae0871e2a7296b96cd38dc8c3ec762295/azure-pipelines-yml.html) (111 words) - [How to add API Access Keys to a Leapwork Controller](/content/support/s/article/howtoaddapiaccesskeystoaleapworkcontroller63307917ec203.html): Introduction Open REST API (exposed to the Controller) is used to integrate components with Leapwork. For a specific component to gain access to the Leapwork environment, an API key is required. Please Note : You must have administrator role in Leapwork. Add API Access Keys Open Leapwork Settings. Click API Access Keys . Click Add Key . The access key is immediately generated by Leapwork. Add Application Name in Comment Use the comment field to identify which external component is using the generated key, for example, Jira, SNOW, DevOps etc. The relative checkbox items in the Scope field above pertain to the various APIs we can give access to. Select the Team to specify which assets are being given access to. You can select either all or any specific teams as per their requirement. Click Add. An API Access Keys window appears. The latest entry is listed on the screen. You will see all keys generated by the Controller. (224 words) - [Can't capture Desktop UI element in a pop up](/content/support/s/article/cantcapturedesktopuielementinapopup63307c52053c1/index.html): Description In MS Access and other MS Office products menu pop ups disappear before a UI element is captured. It happens due to the fact that MS Office receives a notification about mouse button release earlier than Leapwork does. Resolution Click on the UI element you are trying to capture and don't release the mouse button until the element is successfully captured. If this issue continues, please contact our Priority Support . (77 words) - [Use the Summary page in Leapwork Go | Leapwork Docs](/content/docs/leapwork-go/latest/how-to-guides/run-results/use-the-summary-page-in-leapwork-go/index.html): This article explains what the Summary tab in Run results is for in Leapwork Go. What the Summary page is for The Summary tab is the high-level view of a run. … (661 words) - [docs/__attachments/a_df9b813a822f7049fc3aab5a41763c0731a35d9b0250e662110892873e274232/jenkinsfile/index.html](/content/docs/__attachments/a_df9b813a822f7049fc3aab5a41763c0731a35d9b0250e662110892873e274232/jenkinsfile/index.html) (141 words) - [docs/leapwork-flow/latest/release-notes/leapwork-flow-service-release-2026-1-130-md.html](/content/docs/leapwork-flow/latest/release-notes/leapwork-flow-service-release-2026-1-130-md.html) (430 words) - [Compare runs with trend analysis | Leapwork Docs](/content/docs/leapwork-go/latest/how-to-guides/run-results/compare-runs-with-trend-analysis/index.html): This article explains how to compare recent runs in Leapwork Go using Trend analysis. Use it to understand whether performance is improving, staying stable, or… (757 words) - [Resolve error "the selected pattern type is not supported" while using Select UI Element block on a dropdown](/content/support/s/article/resolveerrortheselectedpatterntypeisnotsupportedwhileusingselectuielementblockonadropdown633079de0f029.html): When using the Select UI Element block on a dropdown in a desktop application , a user may see this error " The UI Element "XXX was found but it has no elements inside supporting select pattern and corresponding to the specified filter.... "Abc is the dropdown name and Ab is the value we want to select from the Dropdown. In Leapwork, this issue is faced when the element we are trying to interact with using the Select UI Element block is not a native element. The element has some unique attributes we can use to control it, such as multiple to specify whether multiple options can be selected, etc. The Select UI Element only works with native elements. In order to automate the dropdowns which are not native elements like combo box or simple elements following approach could be used - 1. Use a Click UI Element to open the dropdown. 2. Then use a Find UI Element and Click UI Element again to find the specific value and select it. For any clarification, please contact our Priority Support . (195 words) - [I am getting error "Mirage driver was not found"](/content/support/s/article/iamgettingerrormiragedriverwasnotfound633070473c923.html): Description : Mirage drivers are used for desktop duplication and these drivers are not available by default in Windows 7 and Windows Server 2008 due to which when you install Leapwork on Windows 7 or Windows Server 2008 you the user get this error. Resolution : Leapwork automatically detects the operating system (Windows 7 and Windows Server 2008) and installs Mirage driver as part of its installation to facilitate screen duplication. Note: After installation, you have to "Reboot your computer manually". Installed Mirage driver requires the computer to reboot in order to complete the installation, after computer reboot driver will function as per designed and you will be able to capture your screen. If the issue continues, please contact our Priority Support . (130 words) - [How Leapwork Go Calculates Virtual User Hours for a Timeline | Leapwork Docs](/content/docs/leapwork-go/latest/how-to-guides/timelines/how-leapwork-go-calculates-virtual-user-hours-for-a-timeline.html): This article explains how Leapwork Go calculates the Virtual User Hours estimate for a timeline. What Virtual User Hours means Virtual User Hours measures tota… (1,003 words) - [How to perform Select Query operation in Leapwork using a Database Block?](/content/support/s/article/howtoperformselectqueryoperationinleapworkusingadatabaseblock633080a643a91.html): Introduction There are various scenarios where a user wants to connect to any database (using DSN) in order to validate the data getting stored in the database. Moreover, there are scenarios where a user needs to insert data into the database through automation. In this article, we will be talking about how we can achieve these scenarios by executing different database commands using a Leapwork Database Block. How to perform SELECT Query operation in Leapwork using a Database Block? In this scenario, we will learn how to perform a SELECT query operation in Leapwork using the Database Block. To begin with, we need to first check some prerequisites. For example - Setting up ODBC drivers . Please refer to the following article for more information - Access SQL-Database via ODBC driver in Leapwork. Please note that we will be using SQL Server Database to execute the commands for this example. The two input fields viz. (568 words) - [docs/leapwork-go/latest/get-started/manage-execution-policies-in-leapwork-go-md.html](/content/docs/leapwork-go/latest/get-started/manage-execution-policies-in-leapwork-go-md.html) (737 words) - [docs/leapwork-go/latest/get-started/leapwork-go-troubleshooting-md.html](/content/docs/leapwork-go/latest/get-started/leapwork-go-troubleshooting-md.html) (748 words) - [Unable to run test using Desktop UI/Virtual Desktop case on Windows Server, Windows 10 N and Windows 7 Machine.](/content/support/s/article/unabletoruntestusingdesktopuivirtualdesktopcaseonwindowsserverwindows10nandwindows7machine633072b77591a.html): Description: Due to the unavailability of some windows components, users may face issues while running a Desktop UI/Virtual Desktop case. For instance, when the test(s) is/are running on windows server machines it doesn't get executed and ends with a Failed message in the action logs (as shown below). Resolution: Windows Servers User can easily resolve this issue by following below steps: Login to the server machine using valid credentials. Press the Windows key + R to open the Run box, or open the Command Prompt. Type ServerManager and press Enter. Select Features from the left pane, and then click on Add Features to open Add features Wizard (as shown below): In Add Features Wizard, select Features from the left pane, search for the Desktop Experience, enable it by clicking the check box and complete the setup . (371 words) - [docs/__attachments/a_88838d0d42086132476c4140464cc452142b2d9a1a6d16c0862d071601eafa13/readme-txt.html](/content/docs/__attachments/a_88838d0d42086132476c4140464cc452142b2d9a1a6d16c0862d071601eafa13/readme-txt.html) (150 words) - [Automate SAP Fiori applications](/content/support/s/article/automate-sap-fiori-applications/index.html): Introduction SAP Fiori is a user experience (UX) for SAP software. SAP customers can use this UX for various solutions, such as SAP S/4HANA, SAP Sucess factors, Employee Central, SAP Ariba, SAP Cloud for Customer, etc. This articles details SAP Fiori workarounds for: Perform actions on dropdown using Leapwork Set web dropdown block in SAP Fiori application. Capture a dropdown using Leapwork Get web dropdown block in SAP Fiori application. Scroll vertical and horizonal to find the required element in SAP Fiori application. Test end to end use cases for SAP Fiori application. Note : This flow is applicable to S/4HANA 2022 version. Vertical Scrolling Workaround Login to SAP Fiori App. Search Create Purchase Order and select the Create Purchase Order Advanced application. Select the standard PO option on the drop down and enter the: - Header details supplier code - Purchase org - Purchase group - Company code under Org. (266 words) - [Accessing Excel via ODBC driver in Leapwork](/content/support/s/article/accessingexcelviaodbcdriverinleapwork63307d444d11a/index.html): Introduction In this article, you will learn the process of configuring the ODBC driver for Excel so as to enable users to Read, Insert, or Update data in Excel through Leapwork. Below are the detailed steps to set up the ODBC driver for interaction with your Excel database. Note : Please note that Leapwork Studio, ODBC Driver, and Microsoft Excel all 3 software should run under the same bit version. i.e if you have 64-bit MS Office installed, please install ODBC Driver and Leapwork also of the 64-bit version . And if MS Office is 32-bit, install the 32-bit version of ODBC Driver and Leapwork. Prerequisites: ODBC driver with 64-bit version must be installed on your system (please install AccessDatabaseEngine_X64.exe from here ). Configure ODBC Open 64-bit ODBC application in your system Click on Add button (Make sure you choose System DSN , in case you want to run ODBC via agent/schedule) Select "Microsoft Excel Driver (.xls, .xlsx, .xlsm, .xlsb)" (as shown below) and click Finish. (339 words) - [docs/leapwork-go/latest/get-started/analyze-performance-results-md.html](/content/docs/leapwork-go/latest/get-started/analyze-performance-results-md.html) (521 words) - [docs/leapwork-go/latest/how-to-guides/sequences/in-sequence-search-md.html](/content/docs/leapwork-go/latest/how-to-guides/sequences/in-sequence-search-md.html) (423 words) - [LEAPWORK - Account](/content/account/forgot-password/index.html) (28 words) - [docs/troubleshooting/latest/leapwork-flow-troubleshooting/electron-troubleshooting-md.html](/content/docs/troubleshooting/latest/leapwork-flow-troubleshooting/electron-troubleshooting-md.html) (242 words) - [Not able to add AD User – Leapwork Enterprise Edition](/content/support/s/article/notabletoaddaduserleapworkenterpriseedition633082e617d7d.html): Introduction LEAPWORK supports a mixed user setup, where some users are created directly as users (with a username and password) in Leapwork, and some users get access via Active Directory (AD). To use AD for controlling access to the Leapwork, both the machine (where the Studio is installed) and the Controller should belong to the same AD. Otherwise, the option, 'Add AD User', will not be available. In the User Management section, the option "Add AD User" can be used to add an access level for either a user or a group from AD. Issue – The Controller could not read users & groups from the Active Directory domain due to an error. Solution – The user/account, which is configured to run the Leapwork Controller service, this respective user should have read access to the ‘Users’ and ‘Computers’ containers in the active directory. Lack of these permissions will cause an error when a user tries to add an Active Directory user to the Leapwork. (183 words) - [How to share run items from the Reporting tab?](/content/support/s/article/howtosharerunitemsfromthereportingtab63307feed37cf/index.html): Automation is not complete without high-quality reports. Documentation of tests and process automations enable the tester or process owner to quickly and reliably analyze results and debug failed flows. It is often a project requirement to share test and automation reports with our managers, colleagues, and clients. Therefore it is essential to have a simple mechanism for sharing reports. Leapwork provides multiple tools for reporting and monitoring flows: visual dashboards and structured reports. While any report can be downloaded directly from Leapwork, you can also share a run item so other Leapwork users can automatically open the specific run within Leapwork. How to use this feature: Launch Leapwork Studio and go to the Reporting tab. Select any result from either “ All-Time Results ” or “ Results by flow this week .” Right-click on the result and click “ Share run item . (325 words) - [How to connect SauceLab with Leapwork?](/content/support/s/article/howtoconnectsaucelabwithleapwork63307cec33ac0/index.html): Leapwork allows users to test your application under development in cloud-based remote environments like SauceLab and BrowserStack. If you have a SauceLab subscription then you can test your application under development from your local machine using Sauce Connect. Sauce Connect is a proxy server that opens a secure connection between a Sauce Labs virtual machine running your browser tests, and an application or website you want to test that's on your local machine or behind a corporate firewall. Please follow the below steps to test your local app from SauceLab using Leapwork. Download Sauce Connect from the below URL. https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Proxy If you're using Windows 7, 8, or 10 platforms then click the link " Download Sauce Connect v4.4. (227 words) - [docs/leapwork-go/latest/how-to-guides/run-results/turning-runs-into-insights-md.html](/content/docs/leapwork-go/latest/how-to-guides/run-results/turning-runs-into-insights-md.html) (292 words) - [docs/leapwork-flow/latest/customer-portal/data-sharing-md.html](/content/docs/leapwork-flow/latest/customer-portal/data-sharing-md.html) (451 words) - [How can we reset the Leapwork Agent password?](/content/support/s/article/howcanweresettheleapworkagentpassword633076401e9e5/index.html): Introduction During the installation of the Leapwork agent, you are asked to set an agent password so as to make the agent configuration process more robust and secure. But a few times you may forget the agent password that is been set at the time of installation of the agent component of the Leapwork. Reset the Leapwork Agent Password To handle this scenario, you can try one of the below options: Reinstall the Agent component of Leapwork. Set the password for the agent configuration again at the time of installation. Open Registry Editor and navigate to the path: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\LEAPWORK . Under this path, you will find the existing component by the name AgentPassword with the corresponding password value as shown below: Sometimes, the AgentPassword in the registry editor is visible in an encrypted manner. If so, then the second approach will not work. In that case, resetting the password is possible only through the re-installation process. (296 words) - [Automate a WPF application](/content/support/s/article/when-a-user-is-attempting-to-automate-a-wpf-application.html): Introduction When you capture control inside Tab Control, Leapwork captures the entire window/entire tab/parent. Resolution In few cases, when you capture control inside Tab Control, Leapwork captures the parent control instead of child control. This happens when control template is not defined as per guidelines for WPF control. To define the control template, you should ensure that your template matches the defined standard template. The template should have the TabControl class that defines a template part called PART_SelectedContentHost , of type ContentPresenter . Template