Brandon Stirnaman

Results 16 comments of Brandon Stirnaman

big :+1: to JSON output! Thats how we did it for pvc using a fairly ridiculous command line argument that i'm not happy with but life is much easier with...

Sorry I didn't get back to you on this, Its not easy currently to do this.. You have to provide a new Registration function that registers Func with the IoC...

Ya, It was effectively a bug in the 2.x branch that we couldn't change until the next major revision. Both I.Find and I.FindMultiple now throw `FluentElementNotFoundException` when there are no...

There are a few open issues with Selenium and Fluent on IE11. First step would be upgrade the IEDriver instance. By default FluentAutomation unpacks its own which is a bit...

We can probably do something about this, yes. Though normally the 'something first' is I.Open(). I'll queue it up for 2.4 and see where we get with it! Thanks!

proving way more difficult than originally expected because of how I populate FluentTest.Provider (a static) inside of the lazy loaded bits. Going to spend some time on it tomorrow but...

The Win32 related events don't work with multiple browsers because we can't guarantee the focused window at the time of execution (users/other apps/etc can steal focus). For v3.1 I intend...

Oops, missed your response. Paul or I will try and repro on a VM with IE8 soon. The InnerException message when using the Append method would be helpful to have.

Can you post the code being used for the Wait? Depending on the complexity of the page, selecting against the tag can be.. interesting. Also, "Element is no longer valid"...