cba
cba copied to clipboard
Feature request (URL to start automation)
Id like to be able to go to a spesific URL to start an automation allowing us to create icons on the desktop or bookmarks to easily start an automation
Hi @fennectech thanks for the request.
I don't think that there is a way to create icons using Chrome extensions API, but adding an optional permission for Bookmarks api should be possible and after user's consent guess it should be possible to implement such functionality.
Regarding the URL navigation, you can use redirect action to navigate to the specific URL.
Chrome extensions have urls. So if you give each automation an URL it can be opened like any bookmark and started.
So. For example. extensionurl/recordings/recordingname/action=play. Just navigating to that url could start the automation recording.
Sent from my iPad
On Mar 25, 2021, at 7:04 AM, Manvel Saroyan @.***> wrote:
Hi @fennectech thanks for the request.
I don't think that there is a way to create icons using Chrome extensions API, but adding an optional permission for Bookmarks api should be possible and after user's consent guess it should be possible to implement such functionality.
Regarding the URL navigation, you can use redirect action to navigate to the specific URL.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
I see, I guess I have miss-understood initial request.
I like that idea.
It happens :) Thanks :) Im glad to see your receptive to my idea. It will be useful
On Thu, Mar 25, 2021 at 12:13 PM Manvel Saroyan @.***> wrote:
I see, I guess I have miss-understood initial request.
I like that idea.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/browser-automation/cba/issues/97#issuecomment-807118869, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3GMALILQO2Z6VL4YYSVMLTFNVJXANCNFSM4ZX7W2GQ .
-- Fennec