Simulate press key

…when I move my mouse on the screen I get the pixel color where the mouse is, then based on that color I need to send some input and this has to be automated, inputs can come only from my keyboard…now when I do this manually it works because I press the key, but it has to be automated, I pass my color variable and the program press that key…this is needed to interact with the WEBBROWSER because as far as I know it is not compatible with the Widget Interaction component…(SendKeyChar or PressKey does not work with WEBBROWSER)