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.
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.
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.