Richard Gustavsson
Richard Gustavsson
Thanks for pointing this out - it helped me as well!
@SGokulakrishnan what type of report is this? behave!
Is there any future for this project?
I have the same problem. Did you guys @mydevdesk @WirwinRo get around it?
I'm using chromedriver 2.33-x64 through the `services: [ 'selenium-standalone' ] and the chromedriver instances do not stop themselves even if I set maxInstances to 1. ``` maxInstances: 1, capabilities: [...
@christian-bromann not sure. @Gary-Osteen-Q2 mentioned: ``` Further testing shows this does not happen when you manually start the standalone jar before running the tests. ``` So I was assuming that...
@moljac how long is the Xamarin.Android.ManifestMerger package intended to be in preview?
Hi! Is there a way to come around this question? In my case I have a property which holds a list of enums, like this: ``` [Column] [ValueConverter(ConverterType = typeof(DeviationCauseListValueConverter))]...
I'm sorry for spamming guys. I got it working now. My issue was with the third base() argument, HandlesNulls. When I set it to false it works :) I am...
Did you get it working, @xxandeer ? I have the same problem..