-
Hello everyone, I am stuck in a case where I am unable to detect a change as only the image banner get updated. The interesting thing that I noticed is that the ALT text of the image changes when there is a new image. Is there any way to detect change in the alt text of the image? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
this may be technically possible with the new version of inscriptis that we have we may be able to include the test of all |
Beta Was this translation helpful? Give feedback.
-
you can use xpath filters quite easily to atleast grab the there is also the Render anchor tag content option, default disabled, when enabled renders links as (link text)[https://somesite.com] |
Beta Was this translation helpful? Give feedback.
Sure, 2 seconds in chatgpt gives
//img/@alt
as a xpath filter :) tests and it worksxpath is great,
//div/a/img/@alt
etc