Currently code: ``` $("//body").nth(3); ``` throws: ``` Wait failed after 3000ms, tried 2 times.Last error: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0 ``` Expected to throw: `ElementFindFail` with proper error message
Currently code:
throws:
Expected to throw:
ElementFindFailwith proper error message