Доработка кода
16 USDЕсть программа, которая серфит по сайту.
В скрипте просаны команды что нужно делать.
Вот пример одного скрипта
//DESCRIPTION: Visit a website or url and click in a random link
//TAB1: URL's
//TEXT1: Insert here all the url's you want to visit (one per line)
//TAB2: Referers (Optional)
//TEXT2: Insert here all the referer url's you want to use (one per line)
string url = GetRandomLine(Tab[1]);
string referer = GetRandomLine(Tab[2]);
if(referer==""){
Navigate(url);
} else {
Navigate(referer);
Browser.ExecuteScript("window.location.href = \""+url+"\";");
}
Random rnd = new Random();
Sleep(rnd.Next(2, 10));
var a = Browser.FindElementsByTagName("a");
a[rnd.Next(0, a.Count)].Click();
// В этом месте создать рандомную (по времени) плавную прокрутку страницы колесом мыши
Sleep(rnd.Next(2, 10));
var b = Browser.FindElementsByTagName("a");
b[rnd.Next(0, a.Count)].Click();
return Browser.Url;
В указанном месте нужно добавить ещё одну функцию для мыши.
Файл скрипта имеет формат *.cs
Дополнение к заданию:
1. функция плавного скролинга мыши к концу страницы (имитация пользователя, который просматривает странцу открытой браузером, изпользуя колесо мыши), с выбором радомной позиции на странице. Точнее, скролинг должен быть не всегда до конца страницы.
2. функция клика правой кнопки мыши (иммитация пользователя, который сделал клик правой кнопкой мыши в любом (рандомном) месте страницы, открытой браузером)
3. функция выделения мышью небольшой части страницы, которую открыл браузер (имитация работы пользователя)
Во всех функциях основной курсор мыши должен быть свободен, что бы можно было дополнительно им управлять.
4. Функция перемещение курсора мыши (рандомно по странице), с указанным (рандомно) временным интервалом. Имитация пользователя, который в видемой части браузерной страницы перемещает курсор мыши.
-
207 1 0 Добрый день, дорогой.
Я программист на C #. Имею опыт работы 1,5 года. В настоящее время я работаю в одном из самых престижных банков Армении - Id Bank. Готов выполнить эту работу быстро, качественно и за доступные деньги. Уверен, что проблем не возникнет и вы останетесь довольны. Я буду ждать вашего ответа.
С уважением, Самвел Оганесян.
Current freelance projects in the category C#
Graduation project of the 11th grade lyceum. Topic - inequalities.A program is needed in C#, to work closely with me as the work is monitored by curators. The work will need to be defended in about 4-6 months. Work in parts with me and explain the writing after each part! Work plan in private messages. I am ready to pay from 5000 to 10000 for… C# ∙ 2 minutes back |
Comparative analysis of the effectiveness of custom software (v2.2-field) and reference software (Meshtastic v2.x)
22 USD
Comparative analysis of the effectiveness of custom software (v2.2-field) and reference software (Meshtastic v2.x) on the identical hardware platform (ESP32 + SX1268, 2W) based on the criteria of range, throughput, link stability, and power consumption. Conduct tests with… C & C++, C# ∙ 3 days 9 hours back ∙ 2 proposals |
Creation of a plugin for integration with the POS system Syrve, C#Develop a plugin for the Syrve POS system (on-premise), which is installed on the establishment's server. The plugin must: (1) transmit data to our server in real-time — orders, table statuses, payments, receipts; (2) receive commands from Reservble — booking confirmations,… C#, Web Programming ∙ 6 days 6 hours back ∙ 14 proposals |
Improvement in the existing version of 1C retail block for the distribution center (DC)In general, I will explain what kind of database we have - There is a main server where there is a retail database (where all receipts are recorded) - a UTP database - where all sales are transferred - it calculates the markup and stock balances - small databases of retail… C & C++, C# ∙ 13 days 22 hours back ∙ 6 proposals |