6.0.3 • Published 13 days ago

salesforce-pageobjects v6.0.3

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
13 days ago

salesforce-pageobjects

Page objects provided by Salesforce to test Lightning Experience using the UI Test Automation Model (UTAM) framework.

This package is compatible with the Spring’24 Salesforce release.

This package is compatible with versions 3.0.0 up to 3.0.1 of the wdio-utam-service package. Mobile page objects are compatible with versions 3.0.0 up to 3.0.1.

Install

Using npm:

npm install salesforce-pageobjects --save-dev

or using yarn:

yarn add salesforce-pageobjects --dev

Usage

To import a page object in a test, use the following syntax. This example imports the login page object.

ES Modules (ESM)

import Login from 'salesforce-pageobjects/helpers/pageObjects/login';

CommonJS (CJS)

const Login = require('salesforce-pageobjects/helpers/pageObjects/login');

For a complete example, see the utam-js-recipes repo.

For more information about UTAM, see utam.dev.

For any issues, see Salesforce Help.

6.0.3

13 days ago

6.0.2

2 months ago

6.0.1

3 months ago

6.0.0

5 months ago

5.0.2

6 months ago

5.0.1

6 months ago

5.0.0

8 months ago

4.0.1

11 months ago

4.0.3

10 months ago

4.0.2

11 months ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

4.0.0

12 months ago

3.0.0

1 year ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.2.2

2 years ago

1.1.3

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

2.0.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago