

Multithreading is having different thread under the same process where all threads share the same memory. Although this common to many, coming across such thing was a thrill. During the search for this solution, I came across the MultiThreading. The Challenge was whenever the start button was pressed, the button won't release until the code execution of the function started using the button completes. The UI was created using the Tkinter package. The aim was to create a UI for start and stop button which can control this ticketing tool. One of the boring work of a support engineer.

I have developed a code to monitor case & ticket in the Ticketing Tool. I would like to share one of the challenges that I faced while creating one such tool. In this case, the user agent may include the obscured content, either by getting the current contents of the hidden portion of the window or by presenting the most-recently-visible contents if the current contents are not available.I am a Technical Support Engineer who always quenches his thirst of coding to automate the repeating manual work. This is done for security reasons, as the content that cannot be seen by the user may contain data which they do not want to share.Ī user agent might allow the capture of the entire content of an obscured window after gaining permission from the user to do so. Generally, the browser will provide an image which obscures the hidden portion of the logical display surface in some way, such as by blurring or replacing with a color or pattern. How these are handled by the Screen Capture API varies. A visible display surface is a surface which is entirely visible on the screen, such as the frontmost window or tab, or the entire screen.Ī logical display surface is one which is in part or completely obscured, either by being overlapped by another object to some extent, or by being entirely hidden or offscreen. Sharing surfaces include the contents of a browser tab, a complete window, and a monitor (or group of monitors combined together into one surface). For the purposes of the Screen Capture API, a display surface is any content object that can be selected by the API for sharing purposes.
