Hi,
I am somewhat new to Test Studio, but I'm trying to setup the tool to invoke the F12 function key with the below code. The code appears not to execute, even though I do not get a compile error. Also just FYI, I the test is web based wtih Internet Explorer as the main browser.
I am somewhat new to Test Studio, but I'm trying to setup the tool to invoke the F12 function key with the below code. The code appears not to execute, even though I do not get a compile error. Also just FYI, I the test is web based wtih Internet Explorer as the main browser.
desktop desk = Manager.Desktop;
desk.KeyBoard.KeyDown(System.Windows.Forms.Keys.alt);
desk.KeyBoard.KeyPress(System.Windows.Forms.Keys.F12);