You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing an application that is running into problems when using the Selenium WebDriver. The specific problem is that once the JQuery script in FluentAutomation.Sizzle is loaded, window.jQuery and window.$ are no longer equivalent.
My solution was to update the Sizzle.Inject method to use the existing jQuery code if available and load the same as before if it's not. If this solution seems viable in other cases, I can submit a pull request.
I'm testing an application that is running into problems when using the Selenium WebDriver. The specific problem is that once the JQuery script in FluentAutomation.Sizzle is loaded, window.jQuery and window.$ are no longer equivalent.
My solution was to update the Sizzle.Inject method to use the existing jQuery code if available and load the same as before if it's not. If this solution seems viable in other cases, I can submit a pull request.
The text was updated successfully, but these errors were encountered: