MCPcopy
hub / github.com/getsentry/sentry / type

Function type

tests/js/sentry-test/selectEvent.tsx:57–63  ·  view source on GitHub ↗
(
  input: HTMLElement,
  text: string,
  {user}: Required<UserEventOptions>
)

Source from the content-addressed store, hash-verified

55 * Type text in the input field
56 */
57const type = async (
58 input: HTMLElement,
59 text: string,
60 {user}: Required<UserEventOptions>
61) => {
62 await user.type(input, text);
63};
64
65/**
66 * Press the "clear" button, and reset various states

Callers 15

runMethod · 0.85
urls_to_routesFunction · 0.85
copyMethod · 0.85
dump_argumentsMethod · 0.85
fetch_fileFunction · 0.85
serialize_generic_userFunction · 0.85
_flattenFunction · 0.85
baseMethod · 0.85
serialize_modelFunction · 0.85
get_rule_futuresMethod · 0.85

Calls 1

typeMethod · 0.45