You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Screenshot folder is managed internally by the WebAgent. This makes it not safe in multi-threading, creating different objects for the webagent clashes with the same screenshot directory which causes problems.
Describe the solution you'd like
I would like to support passing the screenshot folder as an argument in the constructor
The text was updated successfully, but these errors were encountered:
ranjanp75
changed the title
Support for customization screenshot folder for the web agent
Support for customizing screenshot folder for the web agent
Jan 27, 2025
Is your feature request related to a problem? Please describe.
Screenshot folder is managed internally by the WebAgent. This makes it not safe in multi-threading, creating different objects for the webagent clashes with the same screenshot directory which causes problems.
Describe the solution you'd like
I would like to support passing the screenshot folder as an argument in the constructor
The text was updated successfully, but these errors were encountered: