Hi! I was hoping to use TagUI to automate generating of a .png image, as part of a small personal project. This is done through a website:
https://www.myfakeinfo.com/nationalidno/get-china-citizenidandphoto.
As I attempted to take a snapshot of the image generated, using t.snap('log1','front.png'), where 'log1' is the element id, ''front.png' is the intended saved image. However, this action takes a screenshot of the whole webpage, instead of just saving the image.
I was just wondering if this is your intended output, and could there be anyway I can use TagUI API to carry out saving image?
Thanks!
Hi! I was hoping to use TagUI to automate generating of a .png image, as part of a small personal project. This is done through a website:
https://www.myfakeinfo.com/nationalidno/get-china-citizenidandphoto.
As I attempted to take a snapshot of the image generated, using t.snap('log1','front.png'), where 'log1' is the element id, ''front.png' is the intended saved image. However, this action takes a screenshot of the whole webpage, instead of just saving the image.
I was just wondering if this is your intended output, and could there be anyway I can use TagUI API to carry out saving image?
Thanks!