javascript - How do I check the value of an ng-model bound input field programmatically using Ranorex? -


we have input field in html bound javascript value via [ng-model]. we've found text value bound not appear in dom, seems design.

however, test elements via ranorex, , we'd test one, , ranorex doesn't (as far know) have access angular scope, dom, via "accessiblevalue".

this seem same problem we'd have solve if wanted check user-entered text in ranorex, we're not sure how solve it.

how check value of ng-model bound input field programmatically using ranorex?

edit: we've found artifact of running angular inside qtwebview (in real world, can check input's value), means we've got 3 independent programs we're expecting behave nicely each other...

maybe possible values using executescript() method. code sample can found on following forum post:

i hope helps.


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -