|
I hit a snag...
I want to paste a system name into a drop down list, but every time I do it I end up in the "v" section of the drop down list.
I know WHY it's happening...the paste function is being interpreted as a selection in the drop down list, I thus end up in the "v" section. This will happen even I'm not using sendkeys and just trying to paste.
What I want is a way around this problem. I suppose if I could figure a way to simply parse the pasted selection I could then enter it into the drop down menu until it matched the selection. Is there a way I can do this?
|