Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jQuery overwriting breaks jQuery plugin #134

Open
vorou opened this issue Nov 16, 2014 · 0 comments
Open

jQuery overwriting breaks jQuery plugin #134

vorou opened this issue Nov 16, 2014 · 0 comments

Comments

@vorou
Copy link

vorou commented Nov 16, 2014

Here's the HTML:

<html>
  <head>
    <script src="jquery-1.11.1.js"></script>
    <script src="jquery.easing.1.3.js"></script>
  </head>
  <body>
    <p>hello!</p>
  </body>
</html>

jquery.easing puts some extra stuff into jQuery object. jQuery.easing.def is among them (it's a string).

If I just open the page, the value is there (I check it through browser console):

I.Open(url).Wait(100000);

But if I do any operation, for example Click, it becomes undefined:

I.Open(url).Click("#the-button").Wait(100000);

I guess it's somewhat related to #132.

@vorou vorou changed the title PageObject overwrites jQuery jQuery overwriting breaks jQuery plugin Nov 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant