Socket
Socket
Sign inDemoInstall

salesforce-pageobjects

Package Overview
Dependencies
0
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    salesforce-pageobjects

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


Version published
Weekly downloads
885
decreased by-17.06%
Maintainers
5
Install size
8.33 MB
Created
Weekly downloads
 

Readme

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 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.

Keywords

FAQs

Last updated on 26 Apr 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc