Home Reference Source
public class | source

PuppeteerFinderExtention

Extends:

Finder → PuppeteerFinderExtention

Method Summary

Public Methods
public

attachFile(filePath: string, options: object): Promise

Attach the file given with filePath.

Public Methods

public attachFile(filePath: string, options: object): Promise source

Attach the file given with filePath. Now, it is not supported that you attach a file to input-elements in iframe .

Params:

NameTypeAttributeDescription
filePath string

Specify the path of the file to be attached

options object

Return:

Promise