Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@communicatehealth/browsertests

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@communicatehealth/browsertests - npm Package Compare versions

Comparing version 1.0.8 to 1.1.0

4

CHANGELOG.md
# Changelog
## 1.1.0
- Change to 'eager' page load strategy to avoid timeouts from blocked dependencies
## 1.0.8

@@ -4,0 +8,0 @@

5

index.js

@@ -15,3 +15,6 @@ /**

chromeOptionsArgs = options.debug ? [] : ['--headless','--no-sandbox', '--disable-dev-shm-usage'],
chromeOptions = new chrome.Options().addArguments(chromeOptionsArgs).setLoggingPrefs(loggingPrefs),
chromeOptions = new chrome.Options()
.setPageLoadStrategy('eager')
.addArguments(chromeOptionsArgs)
.setLoggingPrefs(loggingPrefs),
driver = new webdriver.Builder()

@@ -18,0 +21,0 @@ .forBrowser('chrome')

{
"name": "@communicatehealth/browsertests",
"version": "1.0.8",
"version": "1.1.0",
"description": "Testing framework for testing Drupal sites using Selenium",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc