Hi,
while taking screenshot i want to hide the particular button or container? I used mobilescreenshot plugin, but its not working.
I want to hide the next button, then click the share icon it will take a screenshot
that client variable false but is not working
Have use generate apk and tried it on mobile device ?
yes @rahul
Hello Surya,
I don't think that hiding a container while taking a screenshot is possible because that function is controlled by the operating system and not by the browser.
Please read this post on the forum for more information.
Hope it helps !
Paulo Rosário
Hi Surya,
I guess you are changing the visible variable and taking the screenshot immediately but I think the flow must finish to take effect on the screen. You probably need to hide first, display it in the screen and only after that call the screenshot action.
Regards
I tried like that also @jose
Even if the button/container doesn't show in the screen, the screenshot is showing it?
In that case, try using an IF clause instead of the Visible property.