codeceptjs / codeceptjs/CodeceptJS

fillField method is not working when passed specific value

Open
#2,820 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
4.2k
Forks
757
Avg merge
2d 9h
Merged PRs (30d)
16

Description

I am trying to enter values in textboxes on web application using I.fillField and I am passing "Delete" as value
e.g. I.fillField(xpath of the textbox,"Delete");

Value "Delete" is not getting entered in textbox when 'D' is capital however if we pass 'd' i.e. "delete" as value from script then it works.

When I pass I.fillField(xpath,"Delete") this step shown as executed in debug logs but actually action does not executes on UI.

### Details

* CodeceptJS version: 3.0.2
* NodeJS Version:12.16.3
* Operating System:Windows 10
* webdriverio
* Configuration file:

```js
# paste config here
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.