diff --git a/docs/basics.md b/docs/basics.md index c6b7121f3..94a68d218 100644 --- a/docs/basics.md +++ b/docs/basics.md @@ -192,6 +192,7 @@ I.click('Delete', '.toolbar') // with context |---|---|---|---| | [click](/web-api#iclick) | [forceClick](/web-api#iforcecclick) | [doubleClick](/web-api#idoubleclick) | [rightClick](/web-api#irightclick) | | [forceRightClick](/web-api#iforcerightclick) | [moveCursorTo](/web-api#imovecursorto) | [dragAndDrop](/web-api#idraganddrop) | [dragSlider](/web-api#idragslider) | +| [setSliderValue](/web-api#isetslidervalue) | | | | Use **forceClick** when standard click fails (e.g., hidden elements, animations). Use **rightClick** for context menus, **doubleClick** for multi-select. @@ -241,6 +242,22 @@ I.uncheckOption('Subscribe') > [selectOption](/web-api#iselectoption) works with native `` and with custom widgets built on `role="slider"` alike — including thumbs that are too small to drag. [dragSlider](/web-api#idragslider) moves the scrubber by pixels and falls back to the keyboard when the element has no size. + +Both accept a human-readable name. A component library must expose one: React libraries that render the thumb as a `` give it no accessible name unless the application adds `aria-label` to the thumb, since a `