Skip to content

Problem with InputTextArea #509

Answered by egil
CedricRac asked this question in Q&A
Oct 8, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi Cedric,

try changing cut.FindAll("input").GetElementById("PrecisionLocal") to this:

cut.Find("#PrecisionLocal")

The error message you are getting is likely because GetElementById returns null, because there is no element with that ID in the markup.

To inspect the generated markup, debug the test and look at the cut.Markup property.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@CedricRac
Comment options

Answer selected by CedricRac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants