Andrew Mills
                                            Andrew Mills
                                        
                                    It looks like its not possible. But I was wondering if there was a way around it. looking at the source code. Its verifying if isAuthenticated is true then redirecting...
Seems that way. I am confused as I supply the redirect but it doesn't use it. Is the redirectUrl defined in the config settings different somehow?
That's what I thought. It seems your workflow follows a similar one to mine.
Could you supply a code sample on how to save it? I assumed that was the workaround but I couldn't figure out how to get that redirect to go to...
so there user logs in, is redirected to your redirectUrl. Then this package redirects us to '/'. Then you redirect back or to a different route? Seems messy and hoppy
any update? Bump.
I know that the remote end has the ability to view the active sessions, i am just requesting that we make that accessible to the local end. https://www.w3.org/TR/webdriver/#dfn-current-session
This issue is still occuring for me, which is very weird because yesterday it seemed just fine. ` ``` namespace Tests { [TestClass] public abstract class BaseTest { protected static...
@AbhiteJohn I don't see this feature you speak of. Am i missing a namespace I am not familiar with?
@AbhiteJohn, this Nuget package is missing. Install-Package MSTest.TestFramework -Version 2.0.0 -Source https://dotnet.myget.org/F/mstestv2/api/v3/index.json I have tried with the different builds, but it is not able to find any.