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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -