c# 4.0 - how to validate text properties in a given groupbox using c#code for ranorex tool,can some one help me out -


i have tried validating text properties in group boxes c# code failed develop code tool ,can 1 me out?

you can use validate.attribute() method.

public static void attribute(     repoiteminfo iteminfo,     string name,     object value ) 

parameters:

iteminfo (repoiteminfo): repoiteminfo object repository item.

name (string): name of attribute validate.

value (object): value of attribute match.

some more methods can found in ranorex api documentation http://www.ranorex.com/documentation/ranorex/

example: validate.attribute(repo.explorer.startinfo, "text", "yourtext");

i hope helps.


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -