Skip to main content
2 votes
4 answers
149 views

I am trying to select choices from a dropdown menu, using Selenium with Python. The menu might be built as a button as I had no luck trying to use Select(). It also might be a Bootstrap dropdown. Here ...
user31359026's user avatar
0 votes
3 answers
147 views

I'm trying to use asserts in selenium java. I read that for every validation, I need to use an assert as best practice. I stumbled upon this code example: WebElement button = wait.until(...
J. Script's user avatar
Best practices
1 vote
3 replies
118 views

I'm trying to use asserts in selenium java. I read that for every validation i need to use an assert as best practice. i stumbled upon this code example: WebElement button = wait.until(...
C.Sharp's user avatar
  • 79
-1 votes
1 answer
73 views

I’m using Python + Selenium + ChromeDriver to check a list of titles (from a CSV file) against an online library catalog. My script searches each title and tries to determine if a specific library has ...
huda's user avatar
  • 1
0 votes
2 answers
117 views

I have a Python script that uses Selenium's Chrome driver to log into LinkedIn and visit one profile. That works fine. However, I can't get the script to scrape the person's name from their profile. I ...
Kyle Blaney's user avatar
1 vote
2 answers
115 views

I'm a bit new to Selenium and am trying to build a webscraper that can select a dropdown menu and then select specific options from the menu. I've built the following code and it was working at one ...
Kaitlin's user avatar
  • 83
1 vote
4 answers
95 views

I am automating a confirmation request, and my code gets me all the way to the end, but when it comes to actually confirming my reservation, there is a popup modal window that appears as a layover on ...
Jose Torres's user avatar
2 votes
2 answers
100 views

I'm trying to get the second tab url using the following code - import time import os, sys from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver....
Rapid1898's user avatar
  • 1,587
-1 votes
1 answer
78 views

I'm using Selenium WebDriverWait in a Python function decorated with @timeout(). Since timeout is handled at the function level, I really don't need WebDriverWait to timeout. Is there a way to have ...
Geoff Alexander's user avatar
0 votes
1 answer
61 views

I'm trying to learn Java and using Selenium for my AQA tests. Here's a dummy website that offers different kind of forms / pages / buttons to train: https://play1.automationcamp.ir/forms.html? I'm ...
Владимир Придатко's user avatar
0 votes
1 answer
67 views

So I have been playing around with Selenium's POM (Page Object Model) specifically the FindsBy annotation. [FindsBy(How = How.XPath, Using = "//a[@attribute='some_value']")] public ...
Marius Swanepoel's user avatar
2 votes
1 answer
75 views

I'm having trouble understanding what are the differences between these two blocks of codes. Sending clicks both work in webdriverwait and find_elements. Code 1 from selenium import webdriver from ...
Aaron's user avatar
  • 79
0 votes
0 answers
45 views

Long story short: I am trying to write a function that will go through a table column, and as soon as it hits an exact match to a number I give it, it will start visiting the URL on each row after the ...
Daniel M's user avatar
0 votes
1 answer
118 views

I'm using selenium to rename and sort the medium to a folder based on the title of the page, but the page is still loading content in the background and the title of the page changes after firefox has ...
phpjunkie's user avatar
  • 515
1 vote
3 answers
86 views

I'm trying to scrape job listings on a career page. I'm trying to click the load more button, but cant seem to figure it out. i was wondering if someone could help me out -- I keep getting an error ...
redhorse's user avatar

15 30 50 per page
1
2 3 4 5
174