Search found 4 matches

by lac
Mon Sep 11, 2023 5:04 am
Forum: Automation Tools
Topic: Unable to use most functions with the RanorexDriver
Replies: 1
Views: 3061

Re: Unable to use most functions with the RanorexDriver

I have exactly the same issue - I have not heard anything back from Ranorex either. There is an issue before this though I have found - when using RanorexDriver, files seem to be missing, such as isDisplayed.js and getAttribute.js. Once I actually add these into my (C#) solution (from Selenium sourc...
by lac
Tue Jul 18, 2023 4:07 am
Forum: Bug Reports
Topic: RanorexDriver - Cannot find a file named 'isDisplayed.js'
Replies: 0
Views: 3958

RanorexDriver - Cannot find a file named 'isDisplayed.js'

Hi Team Trying out RanorexDriver with C#, however am encountering this error when checking if an element is displayed (i.e. using the Selenium method element.Displayed() ); OpenQA.Selenium.WebDriverException : Cannot find a file named 'C:\Users\...\bin\Debug\net48\isDisplayed.js' or an embedded reso...
by lac
Fri Jul 14, 2023 3:47 am
Forum: Ranorex Driver
Topic: Cannot find file named 'isDisplayed.js '
Replies: 1
Views: 16125

Cannot find file named 'isDisplayed.js '

Hi Team I am getting this error when using RanorexDriver embedded with Ranorex Studio 10.7.1. I am using C#.NET, but cannot write code to check if an element is displayed like this: IWebElement e = _driver.FindElement(....); if (e.Displayed).... Due to the code throwing the exception below. I can al...
by lac
Fri Mar 27, 2015 4:10 am
Forum: General Questions
Topic: Extract text from within an image
Replies: 4
Views: 2924

Extract text from within an image

Hello Is it possible to extract text from within an image using Ranorex? I know HP's UFT tool has an image method called "GetVisibleText" which allows this. In the attached screenshot I am able to extract "JHT101" and "Puhoi South Bound" from the image. The app is a Java Web Start desktop applicatio...