From where do we get the types keys in the set_preferences that we have in browser profiling. | Selenium Python Forum
A
Anand komiripalem Posted on 10/10/2020

Hi,

can you please suggest from where we can get the list of keys that are available for the set_prefernce attribute in browser profiling

 

ex:

set_preference("dom.webnotification.enabled", False)

 

"dom.webnotification.enabled" - like this key, what are the other keys available and from where i can get the list

Thanks in Advance.


0
09914040666 Replied on 10/10/2020

Hey, 

Kindly refer "https://selenium-python.readthedocs.io/api.html" for the answer of your question.


Related Posts