A
A
agent_22032020-10-20 08:27:53
Python
agent_2203, 2020-10-20 08:27:53

How to replace Firefox's about:support fields in selenium?

How to replace 6 fields passed to about: support under Application Basics

5f8e74510c122499308449.png
useragent how to change I understand

profile = webdriver.FirefoxProfile()
profile.set_preference("general.useragent.override", user_agent)
profile.update_preferences()

driver = webdriver.Firefox(profile, seleniumwire_options=options)

And how to replace other fields?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel, 2020-12-16
@prafair

Name - general.appname.override
Version - general.appversion.override
Build ID - general.buildID.override
Distribution ID - browser.search.distributionID
OS - general.platform.override

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question