when going to amiunique org fp my user agent is unique but identical to my normal browser user agent

0 votes

when selenium chromedriver accesses 'amiunique.org/fp' , this is the user agent footprint:

user-agent: <0.01% of users use it (just me a few times)

however, when I use my normal browser, with an identical user agent, I get this:

user-agent 0.04%, which is relatively normal. 

I am unsure why this is happening I am sure it is contributing to my constant detection. 

This is the code that changes the user agent:

        headers = randint(0, 1)

        with open('headers.csv', 'r') as fd:

            reader = csv.reader(fd)

            reader = list(reader)

            driver.execute_cdp_cmd('Network.setUserAgentOverride', {

                                    "userAgent": ''.join(reader[headers])})    

        

edit: sorry about the tiny images, if it is an issue I will replace them. 

Nov 8, 2020 in Selenium by Samuel
• 120 points
636 views

Hello @ Samuel,

Can you please provide error here because your image is not visible

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Selenium

0 votes
0 answers

How to hover element when action class is not working in my Selenium framework ?

When i am writing the code to ...READ MORE

Feb 16, 2019 in Selenium by Raishul
3,607 views
0 votes
1 answer
0 votes
1 answer

Selenium ChromeDriver issue - Want to run it in background, but not as headless browser

This is a flaw with ChromeDriver. Tried ...READ MORE

answered Mar 27, 2018 in Selenium by nsv999
• 5,500 points
7,444 views
0 votes
1 answer

I tried to open a new website when a new tab is opened using Selenium Webdriver

Try this code: ArrayList<String> tabs = new ...READ MORE

answered Mar 27, 2018 in Selenium by nsv999
• 5,500 points
3,965 views
0 votes
1 answer

Installing Selenium Webdriver with Python package

Hey Hemant, for installing Selenium Webdriver with ...READ MORE

answered May 8, 2019 in Selenium by Anvi
• 14,150 points
15,139 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,617 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,572 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,629 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP