Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hermes-node-agent
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lisa
hermes-node-agent
Commits
b37dff0d
Commit
b37dff0d
authored
May 14, 2026
by
Lisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: initialize playwright before browser attach
parent
fe97a4ad
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
browser_controller.py
browser_controller.py
+2
-0
install-node.sh
deploy/linux/install-node.sh
+1
-1
hermes-node-agent-installer.sh
release/bundle/hermes-node-agent-installer.sh
+1
-1
hermes-node-agent-bundle.zip
release/hermes-node-agent-bundle.zip
+0
-0
No files found.
browser_controller.py
View file @
b37dff0d
...
@@ -406,6 +406,8 @@ class BrowserController:
...
@@ -406,6 +406,8 @@ class BrowserController:
async
def
execute
(
self
,
command
:
str
,
params
:
Dict
[
str
,
Any
]
=
None
)
->
Dict
[
str
,
Any
]:
async
def
execute
(
self
,
command
:
str
,
params
:
Dict
[
str
,
Any
]
=
None
)
->
Dict
[
str
,
Any
]:
"""Dispatch a browser_control command from the node-agent wire protocol."""
"""Dispatch a browser_control command from the node-agent wire protocol."""
params
=
params
or
{}
params
=
params
or
{}
if
self
.
playwright
is
None
:
await
self
.
initialize
()
layer
=
params
.
get
(
"layer"
,
"high_level"
)
layer
=
params
.
get
(
"layer"
,
"high_level"
)
page_id
=
params
.
get
(
"page_id"
)
page_id
=
params
.
get
(
"page_id"
)
...
...
deploy/linux/install-node.sh
View file @
b37dff0d
This diff is collapsed.
Click to expand it.
release/bundle/hermes-node-agent-installer.sh
View file @
b37dff0d
This diff is collapsed.
Click to expand it.
release/hermes-node-agent-bundle.zip
View file @
b37dff0d
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment