Direct File Loading

What's Happening

Web Driver 3.0 allows you to load image and audio files directly without taking the extra step to encrypt and compress them.  This lab demonstrates loading the 3 different types of images Web Driver can read, being .jpg, .png, and .bmp and also demonstrates the playing of uncompressed .wav files.  This exposed ability should be useful in bringing standard Web assets into the Web Driver at runtime.

Key Methods Used

WT::createBitmap , WT::createAudioClip

Points to Remember