Mengdi Chen

Results 35 issues of Mengdi Chen

blocking #140 We plan to enhance WebWand’s programmability by exposing a JS API. This would facilitate integration with browser automation frameworks like Puppeteer, Playwright, and Selenium. Providing such an API...

enhancement

Add an option so the user can have the option to confirm each step before executing. It feels safer to user especially for tasks that are not reversible (placing order,...

enhancement

If another extension inserts a iframe that points to an extension page (e.g. [Multi-On](https://chromewebstore.google.com/detail/ddmjhdbknfidiopmbaceghhhbgbpenmm)), WebWand does not function Hitting this Error: Cannot access a chrome-extension:// URL of different extension Users...

bug

Product idea: when readonly mode turned on, WebWand will always stop before "the write operation" and leave it to user. Examples: - order xxx -> add xxx to cart -...

enhancement

We've decided to show notes in knowledge base as "instructions" to users. PR: #130 However, originally we call the task description (main UI textarea) "instructions" and the name is used...

better engineering

1. src/common and src/state should be under src/shared 2. most of current src/shared is not used

better engineering

- [x] demo candidates - [x] ensure smooth workflow in targeted website - [x] record video - [x] get feedbacks

enhancement

allow agent to proactively pause and wait for user's input (additional prompt, or take actions on the page such as enter username and password), and continue the task For simplicity...

enhancement

We got these warnings: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, pnpm/action-setup@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

good first issue
dependencies

During one task, allow opening up new tabs (for example, search for information on google), and navigate between them to complete the task

enhancement