Skip to content

Commit

Permalink
Merge pull request #15 from krichprollsch/patch-1
Browse files Browse the repository at this point in the history
README: fix browser.ts path
  • Loading branch information
fukouda authored Dec 2, 2024
2 parents 4677f27 + 1eec411 commit a0a29e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Make sure you have the Chrome executable installed and in one of these paths:
- `C:\Program Files\Google\Chrome\Application\chrome.exe` OR
- `C:\Program Files (x86)\Google\Chrome\Application\chrome.exe`

For more details on where this is checked look at [`src/server/utils/browser.ts`](./src/server/utils/browser.ts).
For more details on where this is checked look at [`api/src/utils/browser.ts`](./api/src/utils/browser.ts).

## Usage
The Steel browser provides a REST API to control a headless browser powered by Puppeteer. Under the hood, it manages browser instances, sessions, and pages, allowing you to perform complex browsing tasks programmatically.
Expand Down

0 comments on commit a0a29e4

Please sign in to comment.