Maybe you are using wrong "TYPE" action, or you are
typing to wrong "TEXT AREA" field. Bare in mind that there are
2 "TYPE TEXT" actions. From the error tnfo, you are trying to
type text in [documentRoot], which is highest level of page,
or generaly speaking web page as a whole. Usually you want
to type text in some text area or text field. In contast, you might
be using another type action that is usually used to emulate
kryboard/
Type text is so slow
-
@niceusername said in Type text is so slow:
@rekaa0251 you can use clipboard and then press control V to paste it.
really smart! thank you!
-
Brilliant to use set and get clipboard, Issue with using clipboard is that it won't work in multi-thread, things get's mixed up.
Any ideas on what to do in multi-threads?
-
On set clipboard and get clipboard it says "Clipboard is global to whole system and should be locked in multithreaded mode."
How can it be locked in multithreaded mode?
how do i lock it in multithreaded mode, so it doesn't mixup copied contents with other threads? -
@bobbyonforum said in Type text is so slow:
On set clipboard and get clipboard it says "Clipboard is global to whole system and should be locked in multithreaded mode."
How can it be locked in multithreaded mode?
how do i lock it in multithreaded mode, so it doesn't mixup copied contents with other threads?https://community.bablosoft.com/topic/4672/hello-need-a-little-help/5
-
@bobbyonforum You can also use different file names like 1.txt 2.txt which contains text and then read file with thread number, example : [[THREAD_INDEX]].txt if this way fits your requirements.