Answer the question
In order to leave comments, you need to log in
Can I somehow open my browser through selenium so that all inputs, etc., are saved in it?
Can I somehow open my browser through selenium so that all inputs, etc., are saved in it?
Answer the question
In order to leave comments, you need to log in
As for your browser - hardly, only supported by selenium. In particular, for chrome, you can use your user folder, (Chrome_data), in which all data is saved:
chrome_options.add_argument('user-data-dir=' + os.getcwd() + '\\Chrome_data\\')
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question