Hi,
I am using selenium to automate testing of reactjs web application.
I am continuously getting element not clickable erros for buttons and images. Some xpath's are also dynamic.
Have tried all locators I can think off, put in waits, used action class, absolute xpaths but nothing seems to be working.
Has anyone managed to solve this or have any suggestions on what to try? Also will using 'id' locator or any other be helpful because id is currently not being displayed in inspect element.
Thanks in advance.