Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
60 views

I am trying to make a basic script that uploads youtube vids. I used this person's design. To be honest I am unsure of what SPECIFICALLY I am doing, however that is besides the point. My only file ...
qweenkie's user avatar
0 votes
0 answers
86 views

I use Selenium Firefox in the most basic way possible and the option I found to mute the tab is set "media.volume_scale" to "0.0", but doing this also disables Firefox in general ...
Digital Farmer's user avatar
1 vote
0 answers
55 views

I am using the below code to launch firefox browser, and then to connect to existing firefox browser The problem is the control remains at firefox_driver = webdriver.Firefox(service=service, options=...
Nishtha Sharma's user avatar
1 vote
1 answer
95 views

I'm trying to cancel out of the print dialog for Firefox browser using selenium java and unable to find an answer to this question. I have looked into Firefox capabilities and did not find anything ...
Compass55's user avatar
-1 votes
1 answer
81 views

I want to click on allow option which is coming out from a pop up of a website ,I want to do on firefox to allow cookies: i try this code but not work : FirefoxDriverService cService = ...
Fath Bakri's user avatar
0 votes
0 answers
48 views

I want to make a code run when page is COMPLETE. if like a address do action if not do another action Like this: If (url==1) {}else{} I want run that when page refresh or navigate repeatedly. Like we ...
mosi's user avatar
  • 11
0 votes
1 answer
94 views

I don't even know if the name of that is "window": it's not in the DOM, but in the browser, and Firefox opens it everytime a download is completed. I can be accessed with Ctrl+Shift+y if I ...
PavoDive's user avatar
  • 6,507
0 votes
2 answers
124 views

I'm trying to build a simple webscraper. I want it to work by inputting a value into a webpage, clicking enter and then scraping the new page after the it loads. So far initially loading up the ...
KGreen's user avatar
  • 325
1 vote
0 answers
52 views

I built a Selenium test script to download multiple files through Firefox. The web-page pops a modal window for the download. I detect a file is downloaded by checking the download folder and ...
user1994584's user avatar
1 vote
0 answers
182 views

I'm encountering persistent deployment errors on AWS Elastic Beanstalk and codePipeline, and I need some assistance to diagnose and resolve the issue. The error message I receive is: Deployment ...
Charuka Tharindhu's user avatar
0 votes
1 answer
97 views

I have code all assembled to work on this response: response = requests.get(url).text soup = BeautifulSoup(response, 'html.parser') But I will need to use Selenium WebDriver instead of requests, I ...
Digital Farmer's user avatar
1 vote
0 answers
62 views

I am trying to run a "webcrawler" that impersonates a profile I have in my "host" machine. This profile contains a google session that would allow me to make requests to the site. ...
Camilo Torres Mestra's user avatar
0 votes
1 answer
819 views

help please. I keep getting this error when I am trying to launch firefox browser. I am using Eclipse with Java. My MacOS is 14.5. Firefox version 126.0.1 (64-bit). Geckodriver version 0.34.0 (...
CP0901's user avatar
  • 11
1 vote
0 answers
92 views

I stumbled upon a problem with scrolling the website to a desired locator when testing on Firefox using Robot Framework. Whenever I have a simple Scroll Element Into View in my test case, it results ...
Straightfw's user avatar
  • 2,231
0 votes
1 answer
91 views

I am updating the framework from Selenium 3.0 to 4 and have been encountering a few issues. When I launch my test on Firefox browser, I get the error below. org.openqa.selenium.WebDriverException: ...
Divya's user avatar
  • 99
0 votes
0 answers
265 views

I am confused why this issue is happening because I have the latest versions of everything I am working with: I am working in Java (version 22) My Geckodriver is version 34 All the jars I have for ...
Matthew Staats's user avatar
-2 votes
3 answers
453 views

I try to trigger hover event over an element declared by xpath statement in selenium webdriver: ((JavascriptExecutor) driver).executeScript("$('(//span[@class='attribute-square-container'])[2]')....
fotrenc's user avatar
  • 80
-1 votes
1 answer
324 views

I'm adding Selenium tests in a dedicated project to test a web application. The project uses java 17 and it has the following dependency <dependency> <groupId>org.seleniumhq.selenium&...
Vincent Passau's user avatar
0 votes
1 answer
151 views

I'm working on a Python project where part of the functionality involves automatically downloading PDF files from a website using Selenium and Firefox, and then uploading these files to a specific ...
Gonzalo Ramos Farinho's user avatar
0 votes
1 answer
972 views

I am trying to load My default profile of firefox but cant load it I have tried all kinds of approach but nothing is working please help. The approaches i have tried please anyone help with this from ...
Shuvadip Ghosh's user avatar
-1 votes
1 answer
111 views

I currently try to create a loop to click all links on a website https://www.hatvp.fr/le-repertoire/liste-des-entites-enregistrees/ one after another. I found this part in the html code that could ...
scraper34863's user avatar
0 votes
0 answers
1k views

I'm trying to login to my personnal page with python. But each time I try to login, it looks working but after redirect me to an other login page. I don't understand why? The username and the password ...
theido's user avatar
  • 1
0 votes
1 answer
159 views

I'm trying to write a basic selenium script but cannot past the below error. I am using geckodriver 0.34, firefox 122.0.1, python 3.8.10 and Selenium 4.17.2 My code: from selenium import webdriver ...
Wrensure's user avatar
0 votes
1 answer
451 views

can anyone kindly help me change/rewrite my working Selenium Python code working on chrome to Firefox and Edge? i can't seem to find solution and rewrite importing firefox or edge drivers on the code ...
Steve Conder's user avatar
0 votes
1 answer
2k views

I'm using Selenium 4.16.0 for Python, on Windows 10. How can I change the default cache location ? The default cache location is "~/user/.cache", a directory. But I get errors since another ...
trogne's user avatar
  • 3,582
-1 votes
2 answers
229 views

I'm using an online educational platform that's generating daily excel spreadsheets. When I access my portal, I can click on a specific day or see a list of days, each with an inline download button. ...
AshKatchEm's user avatar
-1 votes
1 answer
74 views

i have an issue with the selenium, i want to set proxy for my driver but it dosent work. what is the problem? from selenium import webdriver from selenium.webdriver.common.proxy import Proxy, ...
Erfan Aliannezhadi's user avatar
0 votes
1 answer
39 views

I am currently learning Selenium 4 and decided to write some code for the site: Art Of Testing using Java Bindings, TestNG and Firefox Driver. On the site, there is a dropdown list (select HTML ...
rathorsunpreet's user avatar
0 votes
2 answers
662 views

I am using selenium 4.14.0 and mozilla 119.0 and GeckoDriver-v0.33.0. Accordingly, how do I log in on Instagram? By code. I don't know how to automatically log in to Instagram using Selenium and ...
user avatar
1 vote
2 answers
156 views

I have given following code to launch the application with Firefox System.setProperty("webdriver.gecko.driver", "C:/Work/Assessment/Automation/Test_2/src/main/resources/geckodriver.exe&...
Achini Meekanda Wattage's user avatar
0 votes
1 answer
83 views

I am attempting to perform web scraping with proxy addresses using the Python Selenium library. However, I am encountering an issue where my IP address is still visible on the websites I visit. ...
Dharmesh's user avatar
1 vote
1 answer
721 views

Problem Not Working Code import time from selenium import webdriver def main(): download(f"https://finance.yahoo.com/quote/TSLA/", 0) def download(url, n): # Set the path to the ...
Michael Dominic's user avatar
0 votes
1 answer
97 views

public void clickRecentRuns() { WebDriverWait wait = new WebDriverWait(browser.getDriver(), 60); wait.until(ExpectedConditions.attributeContains(By.xpath("//h4[@...
vivek.raji's user avatar
1 vote
0 answers
300 views

I'm using Python, Selenium and Ubuntu 22.04. I can open several Chrome windows, but when I try to do the same using Firefox I just get this error after opening the first window: selenium.common....
search_explore's user avatar
0 votes
3 answers
1k views

I'm trying to load a specific profile into selenium, but it always opens with the default profile. Here is my code: profile_path = '/Users/mymachine/Library/Application Support/Firefox/Profiles/...
MrT77's user avatar
  • 993
1 vote
0 answers
134 views

I am trying to change the version of a Selenium Project from 3 to 4. The issue that I am facing is that after downloading a PDF using Firefox, the PDF is opened in a new tab, and I do not wish for ...
WarzoneSpecialist's user avatar
0 votes
1 answer
513 views

I have tried to use Selenium with Python. The script is to get a file from a website over a for loop. The input is provided from an Excel file, which is read and the variables are then passed on to ...
Nilesh's user avatar
  • 77
0 votes
1 answer
94 views

I am using the following script to upload my png images to a secret website: from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support.ui import ...
Pubg Mobile's user avatar
-1 votes
1 answer
851 views

While attempting to run Selenium through Jenkins, I encountered the following error: org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Error while creating session with ...
Faiez Kharrat's user avatar
3 votes
2 answers
3k views

i am trying to make an automation project which will use proxy to register in a site. but i am unable to get it work. I have tried selenium-wire for proxy authentication still it doesn't work from ...
Sourav's user avatar
  • 33
0 votes
1 answer
807 views

I am facing Web driver exception while running below code. Code: from selenium import webdriver from webdriver_manager.chrome import ChromeDriverManager from selenium.webdriver.chrome.options import ...
Alia's user avatar
  • 33
0 votes
1 answer
118 views

The Firefox browser is not launching in the QMetry framework with Selenium version 3.141.59. The browser version is 114.0.1 (64-bit) and the Selenium WebDriver version is geckodriver-v0.33.0-win32 and ...
ashwini r's user avatar
1 vote
2 answers
1k views

I have tried everything suggested in SO threads for this so I must be doing something else wrong. So I apologize if this seems like another repeat of many similar threads. I'm trying to set a custom ...
pretzelz's user avatar
1 vote
2 answers
79 views

I am trying to make an automated LinkedIn application bot. The basic idea is to login, search for marketing jobs, click on the 'easy apply' filter, and then apply to the jobs listed, one by one. I'm ...
Arjun Mukhopadhyay's user avatar
1 vote
2 answers
3k views

This is my code: from selenium import webdriver from selenium.webdriver.firefox.service import Service from selenium.webdriver.firefox.options import Options driver_service = Service(executable_path=...
melian27's user avatar
0 votes
1 answer
197 views

Selenium WebDriver in python(Pycharm) It gives an error when I try to load the library "pip install selenium" WARNING: pip is configured with locations that require TLS/SSL, however the ssl ...
Psihotrening G's user avatar
3 votes
1 answer
2k views

I have tried to set the argument as options.addArguments("--headless"); but it's not working. Please note that I don't want to use setHeadless(Boolean) method since it's deprecated now. I ...
Aliul Islam Abir's user avatar
1 vote
2 answers
693 views

I am using Serenity BDD and I needed to Launch Firefox Browser with a custom profile bacause i wanted to store certs into that profile. So, i wont have any issue with Auth. However, I have added below ...
Saikat...'s user avatar
  • 793
0 votes
1 answer
1k views

Unable to launch Firefox browser using Selenium. Below is the code that I executed: public class BrowserTest { public static void main(String[] args) { System.setProperty("webdriver....
sandeeppandita's user avatar
0 votes
1 answer
62 views

In this code, settings are changing. But if I relaunch the Firefox browser again, it is reverting back to the old settings from selenium import webdriver from selenium.webdriver import Firefox from ...
Sree's user avatar
  • 1

1
2 3 4 5
21