Top "Nosuchelementexception" questions

Use this tag if your problem is caused by or primarily involves a NoSuchElementException in Java.

org.openqa.selenium.NoSuchElementException: no such element

Running Selenium WebDriver 2.37.1 I'm receiving an intermittent problem when running a test and receive the following error: org.openqa.selenium.…

selenium webdriver nosuchelementexception
What is the best way to avoid NoSuchElementException in Selenium?

I have written few test cases in Selenium WebDriver using Java and execute them on grid (hub and multiple nodes). …

java selenium-webdriver selenium-grid nosuchelementexception
java.util.NoSuchElementException using iterator in java

I'm trying to iterate through a list using the iterator over my list of Logs. The goal is to search …

java iterator nosuchelementexception
Spark throws java.util.NoSuchElementException: key not found: 67

Running the Spark bisecting kmmeans algorithm in Zeppelin. //I transform my data using the TF-IDF algorithm val idf = new IDF(…

scala apache-spark apache-zeppelin nosuchelementexception
I keep getting "Exception in thread "main" java.util.NoSuchElementException"

So I'm trying to make a simple program in Java that reads a text file (from a command line argument) …

java java.util.scanner nosuchelementexception
Scanner - java.util.NoSuchElementException

Does anyone see a problem with this? First input works fine, but after the first loop, it doesn't ask to …

java nosuchelementexception
Java NoSuchElementException

So I have a pretty big java application that I wrote a year ago and I'm trying to understand it …

java exception exception-handling nosuchelementexception
Observable.empty() causes java.util.NoSuchElementException: Sequence contains no elements

I'm using Retrofit 2.0.0-beta2 with RxJava 1.0.14. I handle errors this way because I need to execute some code in doFinally: .…

java android retrofit rx-java nosuchelementexception
How to locate a list element (Selenium)?

I have the following list: <ul> <li> item1 is red </li> <li> …

java list xpath selenium nosuchelementexception