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

FuncUnit 4.0 Prototype #253

Open
1 of 5 tasks
justinbmeyer opened this issue Mar 29, 2021 · 1 comment
Open
1 of 5 tasks

FuncUnit 4.0 Prototype #253

justinbmeyer opened this issue Mar 29, 2021 · 1 comment

Comments

@justinbmeyer
Copy link
Member

justinbmeyer commented Mar 29, 2021

  • Get a facsimile of all tests to pass again.
  • Clean up the code. Get rid of all old code, put tests in a nice spot.
  • Make a pre releases.
  • Create remaining FuncUnit methods and test them. Some funcunit methods that were supported probably don't have tests. We should implement these. This training can be useful: https://www.bitovi.com/academy/learn-dom-jquery.html
  • Make sure it works in all browsers.
@justinbmeyer
Copy link
Member Author

justinbmeyer commented Mar 31, 2021

ACTIONS

  • .click()
  • .dblclick()
  • .drag()
  • .move()
  • .rightClick()
  • .scroll()
  • .sendKeys()
  • .type()

CSS

.css()

  • .hasClass()

DIMENSIONS

  • .height()
  • .width()
  • .innerHeight()
  • .innerWidth()
  • .outerHeight()
  • .outerWidth()
  • .scrollLeft()
  • .scrollTop()

.offset()
.position()
.size()

MANIPULATION

  • .text()
  • .val()

.attr()
.html()

TRAVERSAL

  • .closest()
  • .find()

.first()
.last()
.next()
.prev()
.siblings()

UTILITIES

  • useWindow
  • F.prompt() (one of these)
  • F.confirm()
  • F.alert() ?

F.detach()
F.eval()
F.open()
F.speed()
F.timeout()

WAITS

F.animationEnd()
.missing()

.exists() - not needed
.invisible()

  • .visible()

.wait()

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