Timeline for answer to Python Selenium error: NoSuchElementException by IamBatman
Current License: CC BY-SA 3.0
Post Revisions
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 12, 2017 at 18:54 | comment | added | IamBatman | @MQ1217 it seems you had an iframe wrapped around the opposing element. Andersson has helped you with the locating of the element, check his updated answer. | |
| Jul 12, 2017 at 18:37 | history | edited | IamBatman | CC BY-SA 3.0 |
added 113 characters in body
|
| Jul 12, 2017 at 18:35 | comment | added | IamBatman | Yeah, just as I expected (went straight to your site page). The "services.ics" and the "iCal Feed" is found twice. BUT it's only found once if you reference the "a" tag as @Andersson has stated. Please try WITHOUT the explicit wait an just find the element as you have been trying with just "//a[@title='iCal Feed']". I updated my answer. | |
| Jul 12, 2017 at 18:27 | comment | added | IamBatman | Have you tried the "title" xpath as @Andersson has stated? | |
| Jul 12, 2017 at 17:28 | comment | added | MQ1217 | Hi @IamBatman thanks for your answer. However, I tried using some of the other responses to locate the element in the first place but I am still receiving errors as mentioned in the comments... do you have any input on how to code to locate element? Thanks | |
| Jul 12, 2017 at 16:49 | history | answered | IamBatman | CC BY-SA 3.0 |