Commit History

作者 SHA1 備註 提交日期
  Timothy Flynn 61d0b66bfb WebDriver+Browser: Implement `GET /session/{id}/source` 2 年之前
  Linus Groh 629fbc2cfc WebDriver: Implement `POST /session/{session id}/execute/async` endpoint 2 年之前
  Linus Groh f88a0c51a3 WebDriver: Implement `POST /session/{session id}/execute/sync` endpoint 2 年之前
  Linus Groh 6e1131e6de WebDriver: Support "data" field in error responses 2 年之前
  Timothy Flynn 1ffaad29e1 WebDriver+Browser: Implement `GET /session/{id}/screenshot` 2 年之前
  Timothy Flynn 819598aecf WebContent: Support sending large responses to the WebDriver client 2 年之前
  Timothy Flynn 11d0489fa3 WebDriver+Browser: Implement `POST /session/{id}/window/minimize` 2 年之前
  Timothy Flynn 89b2ff72f7 WebDriver+Browser: Implement `POST /session/{id}/window/maximize` 2 年之前
  Timothy Flynn 174248678e WebDriver+Browser: Implement `POST /session/{id}/window/rect` 2 年之前
  Timothy Flynn dac91c5790 WebDriver+Browser: Implement `GET /session/{id}/window/rect` 2 年之前
  Timothy Flynn 7561308af1 WebDriver: Convert a couple tabs to spaces 2 年之前
  martinfalisse 76da0c6c54 WebDriver: Implement `GET /session/{id}/element/{id}/text` endpoint 2 年之前
  demostanis 3e8b5ac920 AK+Everywhere: Turn bool keep_empty to an enum in split* functions 2 年之前
  Tobias Christiansen a534e61b44 WebDriver: Implement `GET /session/{id}/element/{id}/name` endpoint 2 年之前
  Sam Atkins 3232622255 WebDriver: Use WebDriverError::from_code() for all error creation 2 年之前
  Sam Atkins 89c3e0b567 WebDriver: Rename HttpError -> WebDriverError 2 年之前
  Tobias Christiansen 354a845d65 WebDriver: Implement `GET /session/{id}/element/{id}/css/{name}` 2 年之前
  Tobias Christiansen e87456e38f WebDriver: Implement `GET /session/{id}/element/{id}/property/{name}` 2 年之前
  Linus Groh 6641c99c80 WebDriver: Implement `GET /session/{session id}/window/handles` endpoint 2 年之前
  Linus Groh 6eecdb6853 WebDriver: Condense Client handler functions a bit 2 年之前
  Linus Groh 24ee5a2202 WebDriver: Move `GET /session/{session id}/window` impl into Session 2 年之前
  Linus Groh 0064d2e8c8 WebDriver: Implement `POST /session/{session id}/timeouts` endpoint 2 年之前
  Linus Groh 5c32eacac9 WebDriver: Implement `GET /session/{session id}/timeouts` endpoint 2 年之前
  Tobias Christiansen 249350a7a3 WebDriver: Implement `GET /session/{id}/element/{id}/attribute/{name}` 2 年之前
  Tobias Christiansen e1fb64abad WebDriver: Implement `POST /session/{id}/element/{id}/elements` 2 年之前
  Tobias Christiansen d26bbcab42 WebDriver: Implement `POST /session/{id}/element/{id}/element` 2 年之前
  Tobias Christiansen 063bd663a7 WebDriver: Implement `POST /session/{id}/elements` endpoint 2 年之前
  Linus Groh f3d66b1108 WebDriver: Include (empty) capabilities object in /session POST response 2 年之前
  Linus Groh dd4e5d5028 WebDriver: Make functions always match their spec command name 2 年之前
  Linus Groh 47f25d4008 WebDriver: Add `GET /session/{id}/window` endpoint 2 年之前