Search found 5 matches

by akshayru
Tue Nov 12, 2019 9:15 pm
Forum: Automation Tools
Topic: Electron app dropdown selection
Replies: 1
Views: 1510

Electron app dropdown selection

I am new to Ranorex and trying to Automate Electron framework based chrome app. When i am trying to Spy dropdown list i Ranorex detect only selected element and it doesn't show all elements list. If you look at below XPath the only thing different for dropdown elements is the accessible name, rest a...
by akshayru
Wed Feb 14, 2018 8:29 pm
Forum: General Questions
Topic: Identify cell/Row color from table.
Replies: 3
Views: 1487

Identify cell/Row color from table.

I am trying to identify color of cell, every row in my table have different color and based on its color we identify its type. I tried spy but i don't see any property which shows color. I have attached xpath, could you please guild me if there is any way... Snapshot Location (As its more than 1MB i...
by akshayru
Tue Jan 23, 2018 7:56 pm
Forum: General Questions
Topic: Convert String to Integer
Replies: 8
Views: 3237

Re: Convert String to Integer

I am using latest Ranorex version 8 with 4.6.1 .net version.
by akshayru
Fri Jan 19, 2018 5:50 pm
Forum: General Questions
Topic: Convert String to Integer
Replies: 8
Views: 3237

Re: Convert String to Integer

Sorry about the delay... My Probilem is i tried all Convert.Int32, Int32.Parse,Int.Parse,Int64.parese,Int32.TryParse but all of them are failing. While i can see value does exist. but when i am trying to convert it doesn't work and i get below exception... at System.Number.StringToNumber(String str,...
by akshayru
Thu Jan 18, 2018 10:29 pm
Forum: General Questions
Topic: Convert String to Integer
Replies: 8
Views: 3237

Convert String to Integer

I am trying to convert string to integer, so i can use arithmatical operator but somehow i am not able to do so. below is my code and few options i tried.. string actualPrice = (repo.HKItemICSearch2010CIVICEngineIC.Row01.actprice.Text).ToString(); string silverPrice = repo.HKItemICSearch2010CIVICEng...