Selenium send keys making duplicate entries in text box

Hi All,

 

I am trying to enter text in a texbox using selenium send keys node. I observe that same value is being entered twice in the textbox. PFA screenshot for the same

 

 

Please let me know you inputs on this issue.

 

Regards,

Kavita

 

Hi,

a little difficult to tell without seeing the workflow, but I can imagine two potential causes:

(1) You have a table with multiple (two, to be exact) input rows, both representing the same input field, which is connected to the Send Keys node. Thus the text is sent twice. In this case, have a look at the option "Extract only first match" in the Find Elements node config.

(2) The element to which you send the keys is not specific enough (i.e. not an <input> field, but some parent element). But I would rather guess for (1).

Hth,
Philipp

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.