nateshmbhat / webbot

Web automation library for simple and easy end to end testing and web browser automation that offers super charged features while keeping it simple to use and master
https://pypi.org/project/webbot/
Mozilla Public License 2.0
239 stars 87 forks source link

How to hide errors ? #53

Open Mglt-b opened 3 years ago

Mglt-b commented 3 years ago

Hello,

How can i hide errors in visual studio code (windows), like this :

[4332:11760:1015/082644.419:ERROR:gl_utils.cc(316)] [.RendererMainThread-0000025B86B53A10] GL_INVALID_FRAMEBUFFER_OPERATION: Draw framebuffer is incomplete

This spam me

issue-label-bot[bot] commented 3 years ago

Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.83. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

n0xxa commented 2 years ago

I added "options.add_experimental_option('excludeSwitches', ['enable-logging'])" in webbot.py in the def init section.

Mglt-b commented 2 years ago

Thanks