When running tests sometimes TC or TE enters chars into a textbox, mostly this char: ` I've seen it enter ~ aswell Example : I can not find where this char comes from, it happens only som...
I'm Bumping this thread back to the top, It still happens every now and then. In the last week it happend twice in different projects at different points in the test.
1st time: using .Keys("[Enter]"); it entered: `[Enter]
2nd time: using .Keys("1000055[Enter]"); it entered: `1000055[Enter]
Since the last 2 years I have completely rewriten my keywordtests in VB to javascript scripts.
This issue still happens.
I'm just wandering id anyone else has seen this problem.
The title and previous comments do say it enters ~ but I dont think it does, only `
EDIT: it seems like it did not bump back to the Top, I'll make a new thread