Socket
Book a DemoInstallSign in
Socket

salesforce-pageobjects

Package Overview
Dependencies
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

salesforce-pageobjects

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

unpublished
npmnpm
Version
1.1.1
Version published
Weekly downloads
792
-24.93%
Maintainers
5
Weekly downloads
 
Created
Source

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 Summer ’22 Salesforce release.

This package is compatible with versions 1.0.2 up to 1.0.4 of the wdio-utam-service package.

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.

Keywords

salesforce

FAQs

Package last updated on 24 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts