All Questions
723 questions
-1
votes
1
answer
49
views
Facing Issue in the New Version of selenium [closed]
I had written browser automation code using selenium. After the recent update the code is not executing.
I have tried a basic code to open a chrome browser to a website (google). Can u help me ...
0
votes
0
answers
20
views
Selenium action chains scrolling
I'm looking for a away to scroll a select options using selinum,
the options is inside a modal.
I have the coordinates of the select option accurately,
using the coordinates I should find a way to ...
0
votes
0
answers
29
views
How to avoid first browser new tab open delay with registered browser?
If there are no browser processes open, it will open the first window then wait 5 seconds before openning the new tab. How do I minimise the delay. Note that this problem still occurs when openning an ...
0
votes
1
answer
57
views
Python/Postman Request Fails to Reproduce Browser Behavior - What Am I Missing?
I'm trying to automate interaction with a website, but I'm having trouble replicating a specific request outside of a browser environment. Here's my usual workflow:
Capture the Request: I use my ...
1
vote
1
answer
196
views
Streaming multiple videos through FastAPI to Web Browser causes HTTP requests to stall
I have a large FastAPI application. There are many different endpoints, including one that is used to proxy video streams. The usage is something like this: the endpoint receives the video stream URL, ...
0
votes
0
answers
90
views
How to zoom out with Selenium in Python?
I'm trying to test a website with Selenium by clicking on an element. The element is on the page but I cannot see it because it is covered with Selenium floating alert "Chrome is being controlled ...
1
vote
0
answers
49
views
Python webbrowser not opening in pop-up window
I am using Raspberry Pi 4 to run webbrowser.open(). But instead of open pop-up window, it show this in terminal. After choosing 'A', it shows the webpage content in terminal. How can I solve? I ...
0
votes
0
answers
28
views
Python get png AND bounding boxes from SVG with chrome
I have a python script that converts SVGs to PNG using chrome to render it. This works great, but I also need to get bounding boxes of the SVG groups. This can be done by including JavaScript code in ...
0
votes
1
answer
49
views
What is 'ilu_tk' module in Python 1.5?
I'm trying to port Grail browser to Python 3.10+. In the source, grail.py trying to import some modules like ilu_tk, filetypes etc. which are not in the Python 1.5. Can you tell me how can I get these ...
0
votes
0
answers
20
views
how to send text to control with focus on new browser window opened using js.window.open("https://www.bing.com/chat")
how to send text to control with focus on new browser window opened using js.window.open("https://www.bing.com/chat")
I have a web app in python that has a button I can click to open a ...
1
vote
0
answers
110
views
Using selenium to load chrome in pydroid
I am trying to use selenium on pydroid 3. The module and sub modules load, but the browser does not load and gives an error.
Traceback (most recent call last):
File "/data/user/0/ru.iiec....
-1
votes
1
answer
43
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=...
1
vote
0
answers
932
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 ...
1
vote
0
answers
87
views
How to decode a value stored in Firefox localStorage
I'm trying to decode a value stored in Firefox localStorage on Linux Alpine. I know that Firefox stores localStorage data in /config/.mozilla/firefox/*.default-release/storage/default/<website>/...
-2
votes
2
answers
45
views
Webscraping data limit
Im trying to scrape prices of all listings on the page: https://www.otodom.pl/pl/wyniki/wynajem/kawalerka/cala-polska?ownerTypeSingleSelect=ALL&viewType=listing but Im getting only 3 out of 36. ...