[HELP] (Text Processing) Spintax taking too much time

Masum

Новичок
Регистрация
24.09.2022
Сообщения
8
Реакции
2
Баллы
3
Hi, I am new on ZennoPoster. So i need your Help.

I am working on an automatic blog post, but in the article section, I am using "Text Processing" and spintax but the spintax output taking a lot of time. the project maker typing as a human.

Is there any way to make things fast, like not typing just pasting spintax output result?
 
This is no spintax issue then.
That the problem with slow text input.
How do you input text? with keyboard emulation or Set value?
 
Keyboard emulation is slower.
Set value>Action properties>More tabs - Own emulation - there you can change the speed.


guess that method Emulator.SendText works through keyboard emulation and works so fast or I'm wrong ?

C#:
Развернуть Свернуть Копировать
Tab tab = instance.ActiveTab;
tab.Navigate("https://ya.ru");
tab.WaitDownloading();

tab.FindElementByXPath("//input[@id='text']", 0).Focus();
Emulator.SendText(tab.Handle, "У лукоморья дуб зелёный; Златая цепь на дубе том: И днём и ночью кот учёный Всё ходит по цепи кругом");
 
  • Спасибо
Реакции: AIVA583
guess that method Emulator.SendText works through keyboard emulation and works so fast or I'm wrong ?

C#:
Развернуть Свернуть Копировать
Tab tab = instance.ActiveTab;
tab.Navigate("https://ya.ru");
tab.WaitDownloading();

tab.FindElementByXPath("//input[@id='text']", 0).Focus();
Emulator.SendText(tab.Handle, "У лукоморья дуб зелёный; Златая цепь на дубе том: И днём и ночью кот учёный Всё ходит по цепи кругом");
Tab tab = instance.ActiveTab;
where I can read about this function?
 
guess that method Emulator.SendText works through keyboard emulation and works so fast or I'm wrong ?

C#:
Развернуть Свернуть Копировать
Tab tab = instance.ActiveTab;
tab.Navigate("https://ya.ru");
tab.WaitDownloading();

tab.FindElementByXPath("//input[@id='text']", 0).Focus();
Emulator.SendText(tab.Handle, "У лукоморья дуб зелёный; Златая цепь на дубе том: И днём и ночью кот учёный Всё ходит по цепи кругом");
instance.SendText method is related to keyboard emulation, not Emulator.SendText
keyboard emulation speed depends on project settings>Input emulation
 
  • Спасибо
Реакции: Ilshakin

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)