Skip to main content

Questions tagged [browser]

A web browser or Internet browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web.

0 votes
0 answers
11 views

Opening Secure Websocket from Javascript in browser

My system has two servers A custom boost::beast based secure websocket server listening on port 887 Standard HTTPS server (apache2) listening for connections on port 443. It serves one HTML file ...
Paul Grinberg's user avatar
0 votes
0 answers
8 views

How to clean all expired cookies from Firefox?

I want to ask how can I clean all expired cookies from Firefox browser while keeping all working/unexpired cookies untouched? Can this be done by Firefox equivalent of "Expired Cookies Cleaner&...
Alexandra0056's user avatar
0 votes
0 answers
13 views

Scraping all pages using Scrapy-Crawler & LinkExtractor-Rules

I am trying to scrape dockerhub.com with the scrapy-vertical approach using the Crawler and i need to define a rule which gathers all pages with the following pattern: https://hub.docker.com/search?q=...
Vlajic Stevan's user avatar
0 votes
1 answer
11 views

when i am sending some data using post request in django and test it in postman it shows no error but in browser it is not responding correctly

from django.shortcuts import render from django.http import HttpResponse def register(request): if request.method == 'POST': name = request.POST['name'] #in this way we are collecting data ...
smaranika hota's user avatar
0 votes
0 answers
18 views

How to cope with text-shadow property rendering inconsistently in Safari?

Tested background for future search reference: Mac Sonoma 14.5 Safari 17.5 Firefox 128.0 (64-bit) Chrome 126.0.6478.127 (Official Build) (arm64) ** This question differ to the existing questions, it ...
0 votes
0 answers
22 views

How to make all new tabs/windows in electron direct to new electron-tabs

I'm currently working on some JavaScript code for a project. My goal is to make Electron open all links that would normally result in "pop-ups" to open in new tabs under the electron-tabs ...
Alex's user avatar
  • 1
0 votes
0 answers
20 views

Dropdown selection with Powershell and Selenium doesn´t work reliable

I`m using Powershell and Selenium to automate a browser to fetch some data from CBOE website. To get the full option chain I have to make selections first from two dropdown menus. The first dropdown ...
Marc W.'s user avatar
  • 11
-2 votes
1 answer
24 views

browser ignores spaces [duplicate]

This is my first time playing with html. I have this code that should display a simple pice of ascii art. <!DOCTYPE html> <html lang="en"> <head> <...
Akut Luna's user avatar
  • 321
0 votes
0 answers
17 views

Browser auto close when turn on Application tab (f12)

This is the wrong config in file manifest.json, the below file has a working config with icon sizes. It does not have sizes attribute in the first object so make the application auto close when ...
Nguyen Thanh An 02 OMIBU5's user avatar
0 votes
0 answers
55 views

Different number of <br>s in XSLT rendering in Chrome and Firefox

<?xml-stylesheet type="text/xml" href="#style1"?> <!DOCTYPE message [ <!ATTLIST xsl:stylesheet id ID #REQUIRED> ]> <message> <xsl:stylesheet id="style1" version="1.0" ...
hbghlyj's user avatar
  • 113
-5 votes
0 answers
29 views

Library for pull to navigate in React? [closed]

There appears to be lots of solutions for doing pull-to-refresh, but I’m looking to implement “pull to navigate”, so pulling past the bottom/top of an article gives you a “keep pulling to navigate to ...
mikl's user avatar
  • 24.1k
0 votes
0 answers
42 views

Can a telegram bot access the user's camera directly or using Web Apps?

Can a telegram bot directly or using Web Apps access the user's camera in real time if the user has given the appropriate permission? For example, to create an online broadcast? As far as I know, it ...
SL_'s user avatar
  • 1
0 votes
1 answer
19 views

Angular ng build error with optimization configuration

Since today I can't build my project using the staging build configuration: "release/staging": { "budgets": [ { "type": "initial&...
Thomas ESCUDERO's user avatar
-1 votes
0 answers
12 views

limit outcoming requests per second fro browser fetch-api

I have searched a while and did not find the solution. Other npm libs does not work correctly. I am building chrome extension, that uses browser fetch-api function to get some data from an API ...
Whats Myname's user avatar
0 votes
1 answer
21 views

Browser back button doesn't work with youtube videos

I am facing an issue where when I upload any YouTube video on a page or upload multiple videos in a carousal (AEM), the browser button just doesn't work. It doesn't take you to the previous page. Also ...
rasleen's user avatar

15 30 50 per page
1
2 3 4 5
1789