0

I have a Infragistics webdatagrid on one of the web pages I am working. It shows like a table and when we click on any of the cell, it will become like an input box.

I am trying to enter a value into one of the cells using selenium.

The cell initially shows as td element and once we click on it, it will be edited and once we inspect it shows an input element.

So I am first clicking on td xpath and then trying to enter a value like 50, into the input box.

Click is ok as it is showing the input box after clicking but once the selenium script tries to enter a value into the input element, it is becoming immediately uneditable and throwing an error like "Sorry! element is uneditable".

Any one know how to enter a value into the webdatagrid cells?

Thank you.

3
  • Got a url to test? Along with any corresponding code to the problem. Commented May 12, 2022 at 21:42
  • Sorry! This is my organization site. Can't access outside. Commented May 12, 2022 at 21:43
  • Any html for the corresponding elements then? Commented May 12, 2022 at 21:45

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.