Search found 2 matches

by Kool
Mon Nov 02, 2020 2:00 pm
Forum: Automation Tools
Topic: How to select each element in the column 2 of the table
Replies: 1
Views: 1260

How to select each element in the column 2 of the table

Hi, I am new to Ranorex . Can you please send me the code for this? My application has a table which consists of 4 columns. Table has many number of rows, but I need to select 75 cells (elements) in the second column and need to validate that it gets selected. Div/Table/Tbody/TR/ https://mobdro.bio/...
by Kool
Fri Oct 30, 2020 8:57 pm
Forum: Automation Tools
Topic: Cannot take difference of Strings; looking for Conversion.
Replies: 2
Views: 1187

Cannot take difference of Strings; looking for Conversion.

How do I get the difference of two strings that contain numbers, for example myDefinedVar = myVar1 - myVar2 showbox.bio/ is there a convert to number function. I believe when Ranorex variables are defined they are setup as strings. I did get an error stating cannot subtract strings with my UserCode....