Search found 8 matches

by owyndwight
Wed Oct 11, 2017 11:27 am
Forum: General Questions
Topic: Headless Chrome working, headless FF not yet
Replies: 5
Views: 1998

Re: Headless Chrome working, headless FF not yet

Try: "--headless"

The code i use for headless firefox testing with selenium is:

FirefoxOptions options = new FirefoxOptions();
options.addArguments("--headless");
driver = new FirefoxDriver(options);
by owyndwight
Thu Oct 05, 2017 9:54 am
Forum: Automation Tools
Topic: Ranorex Parallel Runner
Replies: 2
Views: 1713

Re: Ranorex Parallel Runner

Ahh okay brilliant that makes sense, as I only have one local license.

Thanks again
by owyndwight
Wed Oct 04, 2017 12:44 pm
Forum: Automation Tools
Topic: Ranorex Parallel Runner
Replies: 2
Views: 1713

Ranorex Parallel Runner

Hi Guys, Me again :roll:, I have just attempted to use the parallel runner to execute a test on a virtual machine, using 2 different capability sets, one for firefox and one for chrome. On my virtual machine I have a hub setup with 2 nodes, all on the same machine, using Linux OS. However when I exe...
by owyndwight
Mon Oct 02, 2017 11:45 am
Forum: Automation Tools
Topic: WebDriver Capabilities Issue
Replies: 4
Views: 3334

WebDriver Capabilities Issue

Hi Guys, I have set up a simple web test and an endpoint which is on a Linux VM with Selenium Grid running. I can run this with no problems from Ranorex against either chromium or firefox on the endpoint without specifying any desired capabilities. However when i specify the capabilities within Rano...
by owyndwight
Fri Jul 07, 2017 1:03 pm
Forum: Bug Reports
Topic: Lineage glue rule wpf_root exception
Replies: 8
Views: 3454

Re: Lineage glue rule wpf_root exception

UPDATE: Solved that issue, if anyone else has a similar problem, check your Temp folder in your AppData folder in your user account, mine was full of files and possibly some corrupted files that were causing some issues with the permissions on the Temp folder itself, so i simply cleared out the Temp...
by owyndwight
Fri Jul 07, 2017 9:39 am
Forum: Bug Reports
Topic: Lineage glue rule wpf_root exception
Replies: 8
Views: 3454

Re: Lineage glue rule wpf_root exception

I do however still get this issue in both 7.1 and 7.01, I have tried running both Ranorex and the application as admin etc and still seem to get this problem
by owyndwight
Fri Jul 07, 2017 9:35 am
Forum: Bug Reports
Topic: Lineage glue rule wpf_root exception
Replies: 8
Views: 3454

Re: Lineage glue rule wpf_root exception

UPDATE: Uninstalled Ranorex 7.1 and downloaded the previous version: 7.01, I no longer have the issue now
by owyndwight
Thu Jul 06, 2017 3:59 pm
Forum: Bug Reports
Topic: Lineage glue rule wpf_root exception
Replies: 8
Views: 3454

Re: Lineage glue rule wpf_root exception

I have recently upgraded from Ranorex 7.01, to the latest; 7.1 and I am now getting almost the same error when I use the popupwatcher, see image below. I am on Windows 10 Pro x64, I am also running Ranorex as administrator, I have also tried uninstalling and re-installing Ranorex and i still seem to...