configure webdriver

Description

Set up an advanced test environment where you are going to run tests with WebDriver. (Learn more about Webdriver)

Important: 
This action is dedicated to Generic WebDriver.

Valid contexts

This action may be used within the following project items: test modules and user-defined actions.

Arguments

Example

Suppose that we ’d like to launch Chrome in headless and webdriver mode. The desired capabilities should resemble the following:

{"capabilities":{"browserName":"chrome"},"options":{"args":["--headless"]}}

Action lines

Besides, in GWD mode, you can decide whether or not to keep the browser open after test execution by using the clean upkey. . See the example below for more information:

{"cleanup":"no"}

Additionally, you can use the Start-up settings to configure the cleanup. Click here for more information.

Important: 
The purpose of keeping the browser open is to help you to debug your test. Using it may cause some problems related to headless mode, multi-execution, un-rent devices, etc. Please be aware of this before using this setting.


Copyright © 2023 LogiGear Corporation. All rights reserved. LogiGear is a registered trademark, and Action Based Testing and TestArchitect are trademarks of LogiGear Corporation. All other trademarks contained herein are the property of their respective owners.

LogiGear Corporation

1730 S. Amphlett Blvd. Suite 200, San Mateo, CA 94402

Tel: +1(800) 322-0333