codeceptjs / codeceptjs/CodeceptJS

fillField method is not working when passed specific value

未关闭
#2,820 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
4.2k
派生
757
平均合并
2 天 9 小时
30 天内合并 PR
16

描述

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
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。