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

@atomic-testing/component-driver-html

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomic-testing/component-driver-html - npm Package Compare versions

Comparing version 0.27.0 to 0.28.0

4

dist/components/HTMLHiddenInputDriver.d.ts

@@ -1,4 +0,4 @@

import { ComponentDriver, IComponentDriverOption, IInputDriver, Interactor, LocatorChain } from '@atomic-testing/core';
import { ComponentDriver, IComponentDriverOption, IInputDriver, Interactor, PartLocator } from '@atomic-testing/core';
export declare class HTMLHiddenInputDriver extends ComponentDriver<{}> implements IInputDriver<string | null> {
constructor(locator: LocatorChain, interactor: Interactor, option?: IComponentDriverOption);
constructor(locator: PartLocator, interactor: Interactor, option?: IComponentDriverOption);
getValue(): Promise<string | null>;

@@ -5,0 +5,0 @@ setValue(value: string | null): Promise<boolean>;

@@ -1,4 +0,4 @@

import { ComponentDriver, IComponentDriverOption, IInputDriver, Interactor, LocatorChain } from '@atomic-testing/core';
import { ComponentDriver, IComponentDriverOption, IInputDriver, Interactor, PartLocator } from '@atomic-testing/core';
export declare class HTMLTextInputDriver extends ComponentDriver<{}> implements IInputDriver<string | null> {
constructor(locator: LocatorChain, interactor: Interactor, option?: IComponentDriverOption);
constructor(locator: PartLocator, interactor: Interactor, option?: IComponentDriverOption);
getValue(): Promise<string | null>;

@@ -5,0 +5,0 @@ setValue(value: string | null): Promise<boolean>;

{
"name": "@atomic-testing/component-driver-html",
"version": "0.27.0",
"version": "0.28.0",
"description": "HTML component driver for atomic-testing",

@@ -25,3 +25,3 @@ "main": "dist/index.js",

"dependencies": {
"@atomic-testing/core": "0.27.0"
"@atomic-testing/core": "0.28.0"
},

@@ -28,0 +28,0 @@ "devDependencies": {

@@ -1,5 +0,5 @@

import { ComponentDriver, IComponentDriverOption, IInputDriver, Interactor, LocatorChain } from '@atomic-testing/core';
import { ComponentDriver, IComponentDriverOption, IInputDriver, Interactor, PartLocator } from '@atomic-testing/core';
export class HTMLHiddenInputDriver extends ComponentDriver<{}> implements IInputDriver<string | null> {
constructor(locator: LocatorChain, interactor: Interactor, option?: IComponentDriverOption) {
constructor(locator: PartLocator, interactor: Interactor, option?: IComponentDriverOption) {
super(locator, interactor, {

@@ -6,0 +6,0 @@ ...option,

@@ -1,5 +0,5 @@

import { ComponentDriver, IComponentDriverOption, IInputDriver, Interactor, LocatorChain } from '@atomic-testing/core';
import { ComponentDriver, IComponentDriverOption, IInputDriver, Interactor, PartLocator } from '@atomic-testing/core';
export class HTMLTextInputDriver extends ComponentDriver<{}> implements IInputDriver<string | null> {
constructor(locator: LocatorChain, interactor: Interactor, option?: IComponentDriverOption) {
constructor(locator: PartLocator, interactor: Interactor, option?: IComponentDriverOption) {
super(locator, interactor, {

@@ -6,0 +6,0 @@ ...option,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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