gecko-dev/testing/web-platform/tests/webdriver
James Graham 2e146b9a3d Bug 1318666 - Update web-platform-tests to revision da8dc80ce9c2155e003f20816c0cb6f120c17db6, a=testonly
MozReview-Commit-ID: FIohq85kl1G


--HG--
rename : testing/web-platform/tests/XMLHttpRequest/event-upload-progress-crossorigin.sub.htm => testing/web-platform/tests/XMLHttpRequest/event-upload-progress-crossorigin.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-non-same-origin.sub.htm => testing/web-platform/tests/XMLHttpRequest/send-non-same-origin.htm
rename : testing/web-platform/tests/html/browsers/history/the-location-interface/security_location_0.sub.htm => testing/web-platform/tests/html/browsers/history/the-location-interface/security_location_0.htm
rename : testing/web-platform/tests/html/browsers/the-window-object/security-window/window-security.sub.html => testing/web-platform/tests/html/browsers/the-window-object/security-window/window-security.html
rename : testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/frameElement.sub.html => testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/frameElement.html
rename : testing/web-platform/tests/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts.sub.html => testing/web-platform/tests/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts.html
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/Document.currentScript.sub.html => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/Document.currentScript.html
rename : testing/web-platform/tests/html/semantics/document-metadata/the-base-element/base_href_specified.sub.html => testing/web-platform/tests/html/semantics/document-metadata/the-base-element/base_href_specified.html
2016-11-18 15:04:59 +00:00
..
contexts.py Bug 1318666 - Update web-platform-tests to revision da8dc80ce9c2155e003f20816c0cb6f120c17db6, a=testonly 2016-11-18 15:04:59 +00:00
interface.html Bug 1263631 - Update web-platform-tests to revision 8d896c2015ab1e50ad00a0013700f87813d9364c, a=testonly 2016-04-11 23:23:45 +01:00
navigation.py Bug 1309931 - Update web-platform-tests to revision 1d8e28e2c762b51c06670a373b23af6bd7a8aed7, a=testonly 2016-10-25 18:10:30 +01:00
OWNERS
README.md Bug 1309931 - Update web-platform-tests to revision 1d8e28e2c762b51c06670a373b23af6bd7a8aed7, a=testonly 2016-10-25 18:10:30 +01:00

WebDriver specification tests

Herein lies a set of conformance tests for the W3C web browser automation specification known as WebDriver. The purpose of these tests is determine implementation compliance so that different driver implementations can determine whether they meet the recognised standard.

Chapters of the Spec that still need tests

Note: Sections that are currently we believe are not quite stable enough for tests yet are in red. Note: Sections that likely have enough tests for now are marked in green.

  • Routing Requests
  • List of Endpoints (existance tests)
  • List of Error Codes (Description is NON Normative)
  • Capabilities
  • Sessions
  • Delete Session
  • Set Timeouts
  • Navigation ** Get Current URL ** Back ** Forward ** Refresh ** Get Title
  • Command Contexts ** Get Window Handle ** Close Window ** Switch To Window ** Get Window Handles ** Switch To Frame ** Switch To Parent Frame
  • Resizing and Positioning Windows ** Get Window Size ** Set Window Size ** Get Window Position ** Set Window Position ** Maximize Window ** Minimize Window ** Fullscreen Window
  • Elements ** Element Interactability ** Get Active Element
  • Element Retrieval ** Locator Strategies *** CSS Selectors *** Link Text *** Partial Link Text *** XPath ** Find Element ** Find Elements ** Find Element from Element ** Find Elements from Element
  • Element State ** Is Element Selected ** Get Element Attribute ** Get Element Property ** Get Element CSS value ** Get Element Text ** Get Element Tag name ** Get Element Rect ** Is Element Enabled
  • Element Interaction ** Element Click ** Element Clear ** Element Send Keys
  • Document Handling ** Getting Page Source ** Executing Script ** Execute Script ** Execute Async Script
  • Cookies ** Get All Cookies ** Get Named Cookies ** Add Cookie ** Delete Cookie ** Delete All Cookies
  • Actions ** Input State ** Processing Actions Requests ** Dispatching Actions ** General Actions ** Keyboard Actions ** Pointer Actions ** Perform Actions ** Remote End Steps (non-Normative) ** Releasing Actions
  • User Prompts ** Dismiss Alert ** Accept Alert ** Get Alert Text ** Send Alert Text
  • Screen Capture ** Take Screenshot ** Take Element Screenshot
  • Privacy
  • Security
  • Element Displayedness