Socket
Socket
Sign inDemoInstall

@atomic-testing/component-driver-html

Package Overview
Dependencies
1
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.45.0 to 0.45.2

2

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

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

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

@@ -5,0 +5,0 @@ /**

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

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

"dependencies": {
"@atomic-testing/core": "0.45.0"
"@atomic-testing/core": "0.45.2"
},

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

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

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc