JeanL
14 years agoContributor
Hidden input / Hidden field
What is the best way to access and to get the value of a hidden field/input with TestComplete?
<input type="hidden" name="hidden_name" id="hidden_id" value="hidden_value" />
I found this:
"You can access this web page elements if you use the DOM or Hybrid web tree model. As for the elements properties' values, you can try obtaining them from the value of the outerHTML property."
But what does that mean in practice?
<input type="hidden" name="hidden_name" id="hidden_id" value="hidden_value" />
I found this:
"You can access this web page elements if you use the DOM or Hybrid web tree model. As for the elements properties' values, you can try obtaining them from the value of the outerHTML property."
But what does that mean in practice?