Search found 26 matches

by fwason
Tue Apr 25, 2017 2:01 pm
Forum: Bug Reports
Topic: OpenBrowser issue with Win 10\IE 11
Replies: 7
Views: 2169

Re: OpenBrowser issue with Win 10\IE 11

.....
by fwason
Mon Apr 24, 2017 4:29 pm
Forum: Bug Reports
Topic: OpenBrowser issue with Win 10\IE 11
Replies: 7
Views: 2169

Re: OpenBrowser issue with Win 10\IE 11

I'm deleting this reply as Ranorex has reached out directly to work on the issue together. I will post an update when appropriate.
by fwason
Fri Apr 21, 2017 2:36 pm
Forum: Bug Reports
Topic: OpenBrowser issue with Win 10\IE 11
Replies: 7
Views: 2169

Re: OpenBrowser issue with Win 10\IE 11

no, it doesn't work with IE. The property accessor you're referring to is part of our framework... reading the type of browser under test for a specific run\configuration. I have full admin rights, EPM disabled. This is only happening on a Win 10 machine... Win 7 and Win 8.1 are fine. As I mentioned...
by fwason
Thu Apr 20, 2017 8:44 pm
Forum: Automation API
Topic: webdriver via API
Replies: 9
Views: 3194

Re: webdriver via API

Ranorex advertises full support... feel free to check their documentation. Additionally, I have a commitment via private email that they are adding support for WEbDriver via API in an upcoming release. it should be as simple as referencing a library in the same way that I reference Ranorex.Plugin.Ch...
by fwason
Thu Apr 20, 2017 8:38 pm
Forum: Bug Reports
Topic: OpenBrowser issue with Win 10\IE 11
Replies: 7
Views: 2169

OpenBrowser issue with Win 10\IE 11

var browserProcessId = Host.Local.OpenBrowser(crmUrl, Configuration.GetConfigurationValue("BrowserType"), true, true); isn't working on Windows 10, testing IE 11. The parameter TRUE for 'close existing' is causing an access denied message to be thrown. if I use the following then it is OK, but I nee...
by fwason
Tue Apr 18, 2017 4:58 pm
Forum: Automation API
Topic: Convert String to Repo Element
Replies: 27
Views: 8011

Re: Convert String to Repo Element

If you prefer working in Visual Studio (as we do) because of the performance benefits when writing and debugging, then vote here:

http://uservoice.ranorex.com/forums/150 ... -webdriver

Let's get Ranorex to support the WebDriver via their API!!!
by fwason
Tue Apr 18, 2017 4:53 pm
Forum: Automation Tools
Topic: Ranorex can't open Edge Browser
Replies: 9
Views: 5395

Re: Ranorex can't open Edge Browser

For all those of us who use Visual Studio as a development tool, VOTE FOR EDGE SUPPORT HERE!!!

http://uservoice.ranorex.com/forums/150 ... -webdriver
by fwason
Tue Apr 18, 2017 4:52 pm
Forum: Automation API
Topic: webdriver via API
Replies: 9
Views: 3194

Re: webdriver via API

Already done.
Please, anyone interested in EDGE support, vote here:
http://uservoice.ranorex.com/forums/150 ... -webdriver

thanks!!! We'd hate to have to move to Telerik after 5+ years!!!
by fwason
Fri Apr 14, 2017 7:58 pm
Forum: Automation API
Topic: webdriver via API
Replies: 9
Views: 3194

Re: webdriver via API

Perhaps we can work together on this. I recognize that Webdriver is treated as an endpoint, so somehow your "testcase" is being driven to that endpoint. Our testcase is really just a definition of the test, not a test itself. Testcases are comprised of actions, which drive the testing within the AUT...
by fwason
Thu Apr 13, 2017 7:25 pm
Forum: Automation API
Topic: ReportLevel.Always is no longer writing to report
Replies: 3
Views: 1887

Re: ReportLevel.Always is no longer writing to report

sounds good!

And just as an FYI, of course I opened the data file and looked for the string!! :wink:
by fwason
Tue Apr 11, 2017 3:45 pm
Forum: Automation API
Topic: ReportLevel.Always is no longer writing to report
Replies: 3
Views: 1887

ReportLevel.Always is no longer writing to report

We've been using ReportLevel.Always to log specific information, such as the test session ID, name of test file being loaded, name of the test being run, etc. In 7.0, these logs are no longer appearing in the reports. No errors are thrown... debug steps right over without complaint, but we've lost t...
by fwason
Fri Apr 07, 2017 10:30 pm
Forum: Automation API
Topic: webdriver via API
Replies: 9
Views: 3194

webdriver via API

I've upgraded to v7, and configured the Selenium Server. I've tested via port 4444 and confirmed that I can reach the \wd\hub page and view the session list. We do not use the Ranorex IDE - our framework is build and maintained entirely in Visual Studio. How can I configure the suite to make use of ...
by fwason
Fri Feb 24, 2017 8:05 pm
Forum: Automation Tools
Topic: Ranorex can't open Edge Browser
Replies: 9
Views: 5395

Re: Ranorex can't open Edge Browser

Thanks for the reply! I am happy to hear, from a Ranorex rep, that you plan on releasing a webDriver related solution in order to maintain the cross=browser support Ranorex needs. The forum 'guru' had me a bit concerned with the misinformation provided. I understand what Microsoft did with Edge last...
by fwason
Thu Feb 23, 2017 5:10 pm
Forum: Automation Tools
Topic: Ranorex can't open Edge Browser
Replies: 9
Views: 5395

Re: Ranorex can't open Edge Browser

this is interesting. According to W3C, all browser vendors except Apple comply with the WebDriver standard. As the standard evolves and matures, I expect that the changes could potentially make Ranorex an irrelevant and\or incompatible tool. What plans to you have to adopt the WebDriver standard and...
by fwason
Wed Feb 22, 2017 5:10 pm
Forum: Automation Tools
Topic: Ranorex can't open Edge Browser
Replies: 9
Views: 5395

Ranorex can't open Edge Browser

REceive the message "Failed to activate Windows app 'MicrosoftEdge' from app family 'Microsoft.MicrosoftEdge_8wekyb3d8bbwe'." Initially, tried to change the target of our test suite... that didn't work, so opened Ranorex 6.1.0 and attempted to record a simple action. start recording click Edge icon ...