I am having an issue in selenium. I have this xpath that is working well
//*[@id='info_country']//div[contains(@class,'ant-select-selection-selected-value')
and I try to change it and use css selector instead of xpath I write this code:
#info_country .ant-select-selection-selected-value ng-tns-c17-151 ng-star-inserted
and the consul not find the path
can someone advise this is the consul and I pointed the element I want to locate
