I have a python selenium script that runs perfectly on the windows. The script reads the xpath of the dropdown element and clicks it, displaying the values in the list. When I run the same code on Linux, script click the dropdown but the list values are not displayed. Infact I'm using the same chromedriver version at both the places. I cannot find the element by "ID" because it is dynamically generated by javascript. What could be issue and it's resolution?
- Inspect screen