Search found 2 matches

by LynchDev
Thu Feb 21, 2013 10:55 am
Forum: Automation API
Topic: Access table rows
Replies: 1
Views: 4582

Access table rows

I have a <table> on a webpage that can have a variable amount of table rows, and I would like to know how I could iterate through these and pull out the data inside each. In addition, the table's ID tag is a GUID, so essentially the table has no identifying information. So the only way I can access ...
by LynchDev
Thu Feb 21, 2013 10:26 am
Forum: Automation API
Topic: Integrate visual studio code with Ranorex?
Replies: 1
Views: 2218

Integrate visual studio code with Ranorex?

I prefer to do the C# coding part of our tests in Visual Studio. So I was wondering if it was then possible to import the generated exe/dll into the Ranorex test suite and run it as a test step? This would be the same as adding a 'code step' and using the Ranorex test suite code editor to write the ...