What Is the point of the block “Is Displayed” In puppeteer?
So It checks if the element Is on the page so It gives a true as output if the element exist but when Its not It gives me an error what normally should give me an false.
And In old OB If value or element doesn’t exist It would just skip and go through the hole process of the bot but In OB2 gives error.
That blocks is only for checking if an element is displayed on the page (as in, it doesn’t have display: none) not if it exists on the page. If you want a block to check if an element exists please open an issue on github and I will add it