Save the option from Input dialog to be used automatically again by the second run

Hello,

I have a question:

I want to choose which browser will be used by default when the bot is running.
I want to make this choice just once at the beginning, but I also want the option I choose to be saved so that the bot will automatically use it without needing to choose again in the future.

hello @s_albaradie21 ,

if you are using Open browser activity for your web automation so you can check the property.

Regards,
Dheerendra Vishwakarma

Why do you need to choose a Browser?
Some selectors may differ from browser to browser,
Do you develop the flow for each browser?

Hello,

thanks for the reply.

i donot know which browser will the user use, so i want to the user to have a chance to define his favoriable browser and the bot will save this choice and then the option will be used automatically for the next run.

hello @s_albaradie21 ,

Understood your requirement ,

In every browser the the selectors will be different so use wildcards(* , ?) , make dynamic selector or pass variable in selector so that it will work for other browser as well.

Or you have to develop Flow for every browser.

Regards,
Dheerendra Vishwakarma

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.