We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634b696 commit b97084dCopy full SHA for b97084d
README.md
@@ -99,7 +99,10 @@ This repo was inspired by the work of [Yihui He](https://github.com/yihui-he/Act
99
100
101
## 🎉 Finished
102
-0.2.42 - 0.2.44
+0.2.51
103
+- Thanks to @rapatel0, you can now run BrowserPilot with Selenium Grid, remotely.
104
+
105
+-0.2.42 - 0.2.44
106
- Small changes in `examples.py` and dependencies.
107
- Refactor for the big Llama Index upgrade.
108
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "browserpilot"
3
-version = "0.2.51"
+version = "0.2.52"
4
description = "Natural language browser automation"
5
authors = ["Andrew Han <handrew11@gmail.com>"]
6
readme = "README.md"
0 commit comments