An intuitive utility to help find the CSS path to UI elements on a webpage. These paths are used frequently in a variety of front-end development and QA automation tasks.
One of a set of tools we're offering as a way of saying thank you for being a part of the community.
Add a Timer control to the form.
Set its Interval property to the time you want (it's in milliseconds: 10000 = 10 seconds)
fade the form in the Timer's Tick event.
Open in new window
Forms automatically runs on their own thread, so you do not have to care about defining threads between forms.