About 272,000 results
Open links in new tab
  1. Driver.js

    With millions of downloads, Driver.js is an MIT licensed opensource project and is used by thousands of companies around the world. A light-weight, no-dependency, vanilla JavaScript library to drive user's …

  2. driver.js - npm

    Driver.js is written in Vanilla TypeScript, has zero dependencies and is highly customizable. It has several options allowing you to change how it behaves and also provides you the hooks to …

  3. GitHub - kamranahmedse/driver.js: A lightweight, dependency-free ...

    Driver.js is written in Vanilla TypeScript, has zero dependencies and is highly customizable. It has several options allowing you to change how it behaves and also provides you the hooks to …

  4. Driver.js a JavaScript Framework - GeeksforGeeks

    Feb 2, 2024 · Driver.js is a JavaScript testing framework that offers a combination of being lightweight and powerful. This framework is built using Vanilla TypeScript meaning it doesn't rely on any …

  5. Driver.js: A Simple Yet Powerful Way to Guide Users Through

    Sep 9, 2024 · At its core, Driver.js is an open-source JavaScript library that lets you highlight elements on your web page, overlay tooltips, and create multi-step user tours. Think of it like a virtual...

  6. Driver.js - cdn.jsdelivr.net

    Driver.js can be used wherever you need some sort of overlay for the page; some common usecases could be: [highlighting a page component] (https://i.imgur.com/TS0LSK9.png) when user is …

  7. Installation - Driver.js

    A light-weight, no-dependency, vanilla JavaScript library to drive user's focus across the page.

  8. Releases · kamranahmedse/driver.js - GitHub

    Driver.js continues to be light-weight — the gzipped size is 5kb while the alternative libraries start at 12kb gzipped size. This release will close most of the open-issues and will allow us to expand on the …

  9. Basic Usage - Driver.js

    There are several different configuration options available to customize the library. You can find more details about the options in the configuration section. Given below are the basic steps to get started. …

  10. Configuration - Driver.js

    Driver.js is built to be highly configurable. You can configure the driver globally, or per step. You can also configure the driver on the fly, while it’s running. Driver.js is written in TypeScript. Configuration …