Search found 7 matches

by markrussell
Sun Nov 01, 2015 3:53 am
Forum: General Questions
Topic: How to automate an embedded browser
Replies: 1
Views: 2301

How to automate an embedded browser

I have a application which needs to automate a variety of external websites. These websites appear in an embedded Winform (currently I'm using CEF but I can change if required). Now it seems that I can automate the CEF browser object by sending java script commands. However this doenst work with FLA...
by markrussell
Tue Mar 12, 2013 1:38 am
Forum: Automation API
Topic: Intermittantly fails to find WebElement collection
Replies: 5
Views: 2627

Re: Intermittantly fails to find WebElement collection

Thanks Markus, It certainly doesn't appear that the web page is reloaded at all. You can tell when a webpage is being refreshed. Anyway I suspect it is just the left menu container that is being refreshed which I guess amounts to the same thing - so that makes sense. When I run this in a program how...
by markrussell
Sat Mar 09, 2013 6:06 am
Forum: Automation API
Topic: Intermittantly fails to find WebElement collection
Replies: 5
Views: 2627

Re: Intermittantly fails to find WebElement collection

Hi Bernhard, This problem is still haunting me. Hoping you or someone can help. I using Ranorex 4.0 and I have reproduced the problem against a simple public website so you can see for yourself with the example code below. You can run this to reproduce the issue. In summary I'm trying to loop throug...
by markrussell
Thu Feb 14, 2013 8:44 am
Forum: Automation API
Topic: Intermittantly fails to find WebElement collection
Replies: 5
Views: 2627

Intermittantly fails to find WebElement collection

Hi team, I'm a little puzzled by the following problem: I have the following line of C# code which is meant to return a collection of webelements, using a "container" element which was acquired earlier: IList<WebElement> _webElementList = container.Find<WebElement>("." + xpElement, 10000); This only...
by markrussell
Thu Feb 14, 2013 8:33 am
Forum: Automation API
Topic: Get related column when column/row hierarchy is switched
Replies: 2
Views: 2250

Re: Get related column when column/row hierarchy is switched

Thanks Bernhard,

I actually used ChildIndex from the Element member, but did effectively the same thing as you suggest there.
I suspect RowIndex will only work if you have an actual Cell adapter.

Regards
Mark
by markrussell
Mon Feb 04, 2013 3:23 am
Forum: Automation API
Topic: Get related column when column/row hierarchy is switched
Replies: 2
Views: 2250

Get related column when column/row hierarchy is switched

Hi team, I'm trying to write code (CSharp) to interrogate a table (Flex) by looking up a particular cell (which I can do successfully) and then return the related values in several adjacent columns - within the same row. Looking at examples, I can see two ways that one might normally do this: i) use...
by markrussell
Thu Jan 24, 2013 12:49 am
Forum: Automation Tools
Topic: Copy/Paste from XPath edit field
Replies: 3
Views: 2068

Re: Copy/Paste from XPath edit field

Hi This doesn't work for me. Probably a dumb question as I just started using the spy but for the life of me, I cant figure out how to copy and paste the RXPath expression. It just doesnt work. I highlight the path, type CTRL-c, then CTRL-v and nothing happens. I have version 4.0.1.21107 Is there a ...