Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

user agents list

#List of common user agents
user_agent = [
    'Windows 10/ Edge browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) '
    'Chrome/42.0.2311.135 Safari/537.36 Edge/12.246',
    'Windows 7/ Chrome browser: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) '
    'Chrome/47.0.2526.111 Safari/537.36',
    'Mac OS X10/Safari browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/601.3.9 (KHTML, '
    'like Gecko) Version/9.0.2 Safari/601.3.9',
    'Linux PC/Firefox browser: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1',
    'Chrome OS/Chrome browser: Mozilla/5.0 (X11; CrOS x86_64 8172.45.0) AppleWebKit/537.36 (KHTML, like Gecko) '
    'Chrome/51.0.2704.64 Safari/537.36']
Comment

user agents

<p>
<cite><a href="http://www.w3.org/TR/2002/REC-UAAG10-20021217/">
"User Agent Accessibility Guidelines 1.0,"</a></cite>
I. Jacobs, J. Gunderson, E. Hansen, eds.,
W3C Recommendation, 17 December 2002.
The <a href="http://www.w3.org/TR/UAAG10/">latest
version</a> of this document is available at
http://www.w3.org/TR/UAAG10/.</p>
Comment

PREVIOUS NEXT
Code Example
Python :: save machine learning model python 
Python :: conda python 3.8 
Python :: how to get the current position of mouse on screen using python 
Python :: How to print list without for loop python 
Python :: django create app command 
Python :: thousands separator python 
Python :: python roman to integer 
Python :: python tk fullscreen 
Python :: pylint no name in module cv2 
Python :: dataframe slice by list of values 
Python :: split a path into all subpaths 
Python :: load custom font pygame 
Python :: how to install wxpython 
Python :: how to use rmse as loss function in keras 
Python :: prettytable python 
Python :: sklearn minmaxscaler pandas 
Python :: python write array to file 
Python :: python diamond print 
Python :: pandas group by concat 
Python :: python str replace specifiek index 
Python :: python read url 
Python :: filter with different operator in django 
Python :: how to ask for input in python 
Python :: df dropna ensure that one column is not nan 
Python :: python read entire file as string 
Python :: python requests.get timeout 
Python :: how to get distinct value in a column dataframe in python 
Python :: python cmd colors 
Python :: chrome driver download for selenium python 
Python :: name exit not defined python 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =