I'm still having trouble on using XPath
Let's say that i have an item in repository that is like this one :
Code: Select all
.//img[#'ModalPopupMain_ctl00_dynCtrl_FicheArticleView_ctl00_WTDDMarque_imgDropDrownIcon']
Code: Select all
.//img[@id~'(?i:imgDropDrownIcon)']
Any help will be appreciated.
Thank you