Skip to content

Choose File does not fail on invalid file path #372

@stevejefferiesIDBS

Description

@stevejefferiesIDBS

Currently "Choose File" checks for the files existence (os.path.isfile) and will log an info statement if the file does not exist, but does not fail the keyword. This causes issues when the browser is interacting with a native select file dialog, such as the IEDriver does. In the case of IE the test then hangs since the native dialog cannot be closed.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions