You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cubictest-users
Hello All,
Forgive my ignorance in describing the error that I am encountering. I
am new to Web Development so some of the technologies are unclear to
me.
I am working with JSPs and we are using nitobi to validate an <input>
in a grid. The input does have an id (which based on my understanding
is the primary method use to locate elements) however it does not have
a type.
I have tried verifying the input both through the manual process of
setting up a test and by using the record feature. The input within
the grid is used to enter a number that is validated and is required
to submit the page. In both modes the input is not recognized and the
tests fail. In the record mode I receive a message that states, "page
element cannot be found".
Any ideas as to how to solve this issue would be greatly appreciated.