codeceptjs / codeceptjs/CodeceptJS

fillField method is not working when passed specific value

オープン
#2,820 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
4.2k
フォーク
757
平均マージ
2日 9時間
マージ済み PR(30日)
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 を短くまとめたダイジェスト。