Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 805 Bytes

TODO.md

File metadata and controls

18 lines (14 loc) · 805 Bytes

#known issues

  • fix loadProfile so that it doesn't cause an overlap with user addExtension calls

#features

  • support new w3c webdriver spec: http://www.w3.org/TR/webdriver/
  • allow WDConfig to automatically load drivers. add modules with driver loading functions
  • overload URL inputs/outputs to implicitly support structured URL types
  • add support for Opera profiles
  • POST "/session/{sessionId}/phantom/execute"

#documentation

  • document errors.

#considerations

  • consider adding withSession to SessionState so that it can be overloaded easily, or rewriting it so that it's overloaded but not a method itself.