578 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
3
votes
3
answers
83
views
Can't find HBO Max sign-in, "unable to locate element" error
I'm trying to make a automation that logs into https://auth.hbomax.com/login, however I keep getting the below error as the code can't locate the sign-in element.
selenium.common.exceptions....
0
votes
2
answers
66
views
can't find element using By.LinkText in Selenium Webdriver
I'm new to Automation and I'm trying to test this site:
https://magento.softwaretestingboard.com/
and on this page
driver.get("https://magento.softwaretestingboard.com/men/tops-men/jackets-men....
0
votes
0
answers
45
views
Persistent NoSuchElementException with Empty CSV Output in Selenium Web Scraping
I am using Selenium in Python to extract news articles from a website and save them to a CSV file. My script consistently throws a NoSuchElementException, even though I can clearly see the element ...
0
votes
1
answer
76
views
Why does my script trip the NoSuchElement exception when I know the element exists? [duplicate]
I wrote a script in which I defined a 'next page' function which scrolls to the bottom of the page, identifies the 'next' button and then clicks the button to navigate to the next page. See the ...
0
votes
0
answers
52
views
NoSuchElementException even though locator used is working in Chrome
I am getting NoSuchElementException for an element and because of which my regression suite is failing. I have used XPATH, CSS selector and when searched in Chrome using those locators, I am able to ...
1
vote
0
answers
144
views
Why is getValue preferred over !! when retrieving from a Map (NoSuchElementException vs NullPointerException)?
When in Map using the !! operator, SonarQube issues warning s6611 "Map" values should be accessed safely. One solution from Sonar is to use getValue, which will throw a ...
1
vote
3
answers
109
views
NoSuchElementException on Stream iterating List<Object>
hi!
Try to use this stream, but i got NoSuchElementException on
var scores = findAllByBarcode
.stream()
.iterator()
.next()
....
2
votes
1
answer
58
views
Having trouble using NoSuchElementException in the remove method of an AVL tree
I'm trying to create a remove method that removes a node from an AVL tree. But the program that tests my code is giving me an error saying that I haven't used NoSuchElementException correctly.
Here's ...
0
votes
0
answers
146
views
Why do I get a java.util.NoSuchElementException
I am practicing some algorithm problems. While I use Scanner to get some input, my program throws a java.util.NoSuchElementException in thread "main", and I really don't know why. It can ...
0
votes
1
answer
65
views
Facing NoSuchElementException and Timeoutexception while using Chromedriver to download some excel files
I am facing NoSuchElementException while using XPATH and Timeoutexception while using execute script while downloading some excel files via chromedriver.
From the website I am trying to click on Key ...
1
vote
1
answer
274
views
CloseableHttpClient execute call results in NoSuchElementException
Hi team: I have a question regarding the use of Apache HttpClient 5 CloseableHttpClient in a Spring Boot 3 application. I am executing the following code:
try
{
final ...
0
votes
0
answers
50
views
NoSuchElementException when using Java.Util.Scanner in console app
I am new to Java and I am doing hospital software in console app. I got a class to select options.
The exception is thrown only when option 2 is selected. I don't want the code to stop, but continuing ...
0
votes
0
answers
67
views
How do i iterate and print out the next Line from my Text.txt to my output console in NetBeans?
Im trying to read out my text note from a text File, but it seems it fails to iterate towards the next line of code due to a NoSuchElementException. How do i fix this?
I do apologize in advance, due ...
0
votes
1
answer
183
views
Python+Selenium autotests on CI/CD don't find elements that they find when running locally
I need your help so much! I have autotests written using Selenium+python+pytest in Gitlab CI\CD. After updating Chrome and, accordingly, the Chrome driver to version 119, autotests began to produce ...
1
vote
1
answer
121
views
How to access message field inside iframe on protonmail.com?
I am trying to send an email with Python Selenium on Protonmail server. Everything works fine until until I get to the email message.
To get to the email message field I use the following xpath: "...