Skip to content

Commit 1f9b39b

Browse files
committed
add browser automation using text-based search
1 parent 7edbfef commit 1f9b39b

14 files changed

+2845
-271
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v1
88
- uses: actions/setup-python@v1
99
with:
10-
python-version: '3.9.16'
10+
python-version: '3.12.7'
1111
architecture: 'x64'
1212
- name: Install the library
1313
run: |

assets/message-chatgpt.png

1.9 KB
Loading

assets/send-button.png

871 Bytes
Loading

assets/stop-button.png

630 Bytes
Loading

docs/_data/sidebars/home_sidebar.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ entries:
1212
- output: web,pdf
1313
title: iPyTest
1414
url: core.html
15+
- output: web,pdf
16+
title: Browser Automation
17+
url: automation.html
1518
- output: web,pdf
1619
title: Mock OpenAI API
1720
url: browser.html

0 commit comments

Comments
 (0)