In an ongoing project (Windows, .NET C#) we encountered a bottleneck in our development: we have to observe the change of the current tab in all major browsers (IE,FF, Chrome, Opera, Safari).
As soon as tab change event has been captured, it must be written to a file.
Is this feasible?