Most voted "user-agent" questions
8 questions
Sort by count of
-
12
votes2
answers7652
viewsWhat is User Agent Stylesheets?
Studying on CSS I came across the term User Agent, or standard style sheets used by browsers in case of absence of style sheets. What is the User Agent? Each browser has one User Agent? Is there any…
-
5
votes3
answers949
viewsWhy does the User-Agent header always return "Mozilla /5.0" independent of the browser?
I know that in PHP we can access a header called User-Agent and thus discover information about the operating system and browser used by the client. The only thing I don’t understand is that…
-
1
votes1
answer3723
viewsHow to see on the desktop the mobile version of this site that is not responsive?
I need access to the mobile version of the articles of a certain website on the desktop, for the development of an extension. An example page. The site is not responsive, does not use a specific…
-
1
votes1
answer330
viewsCSS attribute with text line condition
Good morning, these lines make appear in my user-agent is being used by the client, it helped me with problems in the Trident engine that does not interpret the gradient in the text and works very…
-
1
votes1
answer65
viewsProblem with regex for Android Useragent
I’m trying to create a regex ( to use in PHP ) that can match the groups correctly and extract the information I need. In this case is to get information from android useragent. When the useragent…
-
0
votes1
answer54
viewsNavigator.useragent accuses Mozilla in IE
Navigator.useragent accuses Mozilla even being in IE 11, had thought it would be Internet Explorer or something like, which explains this fact? What to do to identify if the browser is IE or Moz..…
-
0
votes1
answer245
viewsChange user agent
I need to change the user agent on mobile. I tried with pure php but it didn’t work, I’m using Mobile Detect, I can even detect when it’s mobile, but I can’t change the user agent. The example I…
-
-1
votes1
answer239
viewschange user-agent in python webdriver Selenium during navigation
need to perform the following procedure: 1) browsing with user-agent mobile (I can do) open the site www.site.com and login (I can do) 2) Change user-agent to mobile(I cannot do) access an option on…
python mobile selenium-webdriver toggle user-agentasked 4 years, 5 months ago enio ricardo de farias 11