[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?
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 264
Благодарностей
5 852
Баллы
113
This is no spintax issue then.
That the problem with slow text input.
How do you input text? with keyboard emulation or Set value?
 

AIVA583

Пользователь
Регистрация
02.09.2022
Сообщения
56
Благодарностей
9
Баллы
8

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 264
Благодарностей
5 852
Баллы
113
  • Спасибо
Реакции: Ilshakin и AIVA583

Ilshakin

Client
Регистрация
14.02.2017
Сообщения
632
Благодарностей
543
Баллы
93
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

AIVA583

Пользователь
Регистрация
02.09.2022
Сообщения
56
Благодарностей
9
Баллы
8
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?
 

Ilshakin

Client
Регистрация
14.02.2017
Сообщения
632
Благодарностей
543
Баллы
93

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 264
Благодарностей
5 852
Баллы
113
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

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