Selenium troubles to Type text in String

0
I installed the Selenium IDE for Firefox. Created a blanc web application, added one entity and overview pages   I recorded the creation of a new item, and changed the target to css=.mx-name-textBox1 The test runs green now, but the Value is not filled (using the type function) I followed the steps in the docs. I tried Send keys command instead of Type, but that did not help.   After two days, anyone please help me with this...   (10.6.17, but I could not select this)
asked
1 answers
0

Don't know much about Selenium IDE, but I've managed to do a E2E test using Cypress with a Mendix made web application.

 

Works like a charm:

Mendix Test Automation with Cypress

 

It might be worth considering Cypress instead of Selenium.

(you can record your tests too)

answered