I located elements of languages displayed on google search page. I stored them in a list and iterated through the elements and tried to click one by one. But when I click the first element(link), the order of elements shuffles. when selenium tries to iterate through the next element and clicks it, it shows stale element exception. How to handle this situation? We can find the available language below search input box.
staleelementreferenceexception - order of list of elements located on a page keep changing on every click in selenium java - Sta
与本文相关的文章
- artifactory - Can't disable package cleanup - Error in log - Stack Overflow
- javascript - CORS: Access-Control-Allow-Origin not equal to supplied origin - Stack Overflow
- javascript - Button to showhide div has to be pressed twice - Stack Overflow
- scrollbar - How to trigger a JavaScript function when the scroll bar reaches a certain percentage of the page height - Stack Ove
- email - New user notification issue
- angular - How to get rid of "Imports array contains unused imports(-998113)" - Stack Overflow
- powerbi - Apply json theme dynamically without conditional formatting in Power BI - Stack Overflow
- events - Executing javascript loaded via DOM insertion - Stack Overflow
- javascript - Jquery click event of anchor tag not working - Stack Overflow
- javascript - Jscript to disable view picker on lookup doesn't work in CRM 2013 - Stack Overflow
- javascript - Making table cells same row and make it look like buttons - Stack Overflow
- jquery - How do I convert an HTML string to plaintext and append it to a DIV in JavaScript? - Stack Overflow
- javascript - JQuery testing if an element is visible or hidden and then add remove classes - Stack Overflow
- Why is Dafny unable to prove this? - Stack Overflow
- javascript - TypeScript+SystemJS using JSON and Text plugins - Stack Overflow
- windows - Python Launcher (py.exe) points to non-existent Python installation in AppData - how to fix? - Stack Overflow
- javascript - Pass model item id to jquery function from Html.ActionLink - Stack Overflow
- javascript - ngx-google-places-autocomplete input not updating selected string - Stack Overflow
- javascript - How to sort an object based on string - Stack Overflow
- serialization - Getting Serialisation Error on Initial Call to Class Function Decorated with Ray.remote - Stack Overflow
评论列表(0)
- 暂无评论