Search found 2 matches

by TBR_SAFA
Wed Aug 02, 2017 4:39 pm
Forum: Automation Tools
Topic: Using arguments and/or preferences for ChromeDriver.
Replies: 1
Views: 3326

Using arguments and/or preferences for ChromeDriver.

For anyone wanting to set settings and/or preferences for ChromeDriver using Selenium 'desiredCapabilities' through the endpoint configuration here is an example I use which took me a lot of effort to compose and get in the right format. { "chromeOptions": { "prefs": { "browser.enable_spellchecking"...
by TBR_SAFA
Thu Aug 27, 2015 9:54 am
Forum: Bug Reports
Topic: Automatic variable binding does not respect lowest scope
Replies: 9
Views: 2783

Re: Automatic variable binding does not respect lowest scope

This is my experience also. I hope Ranorex's development team will reconsider their standpoint since I have testcases that when I change variables I have to manually rebind after auto-bind now (which kinda defeats the purpose :wink:). The reason it makes sense that auto-bind should work the way it w...