Hello,
Whever I use Desktop.Keyboard.Keypress, it tries to send the keys to Vidual Studio, instead of the browser being run by Manager.
However, Desktop.Mouse.Click sends its events to the browser. Has anyone had the same issue?
I tried paying with manager instances but it did not help:
Instance.Desktop.KeyBoard.TypeText("google.com");
Manager.Current.Desktop.KeyBoard.KeyPress(System.Windows.Forms.Keys.Tab, 1000);
My mouse click code is:
Instance.Desktop.Mouse.Click(MouseClickType.LeftClick, urlCell.GetRectangle());