
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
wp-e2e-webdriver
Advanced tools
Webdriver manager and helper for WordPress. Most of the good stuff were shamelessly copied from wp-e2e-tests. Thanks to wp-e2e-tests authors and contributors for providing the foundation!
This package provides WebDriver manager and helper to help you test WordPress site.
By default, this package uses chromedriver, but you can optionally install other drivers such as geckodriver or use remote webdriver via Sauce Labs.
npm install wp-e2e-webdriver
import { By } from 'selenium-webdriver';
import { WebDriverManager, WebDriverHelper as helper } from 'wp-e2e-webdriver'
const manager = new WebDriverManager( 'chrome' );
const driver = manager.getDriver();
driver.get( 'https://automattic.com/work-with-us/' );
helper.waitTillPresentAndDisplayed(
driver,
By.css( '#content' )
);
The reason we pulled out manager and helper from wp-e2e-tests so that following dependents can use that:
FAQs
Webdriver manager and helper for WP end-to-end tests
The npm package wp-e2e-webdriver receives a total of 48 weekly downloads. As such, wp-e2e-webdriver popularity was classified as not popular.
We found that wp-e2e-webdriver demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.