Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

Argument obsolète

Starting from GoTest version 3.4.3, the desired_capabilities argument in the Open Browser keyword is deprecated, and it will be removed in an upcoming release.

Currently, tests using this argument still work, but a warning message is displayed in the logs. See the image below for reference.

However, it is essential to plan for the modification of these tests before the argument is removed. To achieve this, you should now utilize the options argument.

New Implementation

The following subsections outline various ways for using the options argument.

Direct declaration

Example 1

Example 2

Using Variable

Example

Using WebDriver Options

This way is not supported by GoTest

Example

  • No labels