Search found 210 matches

by support
Fri Oct 04, 2019 4:28 am
Forum: Support
Topic: Download a file
Replies: 1
Views: 6090

Re: Download a file

Hi. Yes, our program allows you to download files and save them on your computer. If you wish, you can sort the folder and move the text content in databases and other files. You can make multiple file downloads at the same time. Example for the Human Emulator Studio: // 1 echo "1. don't show downlo...
by support
Thu Oct 03, 2019 10:50 pm
Forum: News
Topic: Human Emulator Studio 7.0.67 (based on Chromium)
Replies: 137
Views: 87037

Re: Human Emulator Studio 7.0.40 (based on Chromium)

added to 7.0.40: - the function interface->get_x, interface->get_y added parameter ($in_view), which allows you to get the current coordinates of the element in the visible area of the browser (analogue JS getBoundingClientRect) - interface improvements - improve browser profile dialog - added comma...
by support
Thu Oct 03, 2019 10:30 pm
Forum: Support
Topic: Open files in sequence
Replies: 2
Views: 6057

Re: Open files in sequence

Example on PHP: // get all files in a folder - $folder_path $all_items = $folder->get_all_items($folder_path,true, false); // get all items to array $all_items=explode("<br>",$all_items); // print array elements in the debug panel print_r($all_items); // cycle through all files in a folder foreach (...
by support
Wed Oct 02, 2019 10:37 pm
Forum: Support
Topic: I need more information
Replies: 5
Views: 7295

Re: I need more information

Answered you.
by support
Wed Oct 02, 2019 9:03 pm
Forum: News
Topic: Human Emulator Studio 7.0.67 (based on Chromium)
Replies: 137
Views: 87037

Re: Human Emulator Studio 7.0.40 (based on Chromium)

Updated version 40: - bug fix creating a script in the task schedule-every 10 minutes - improved work browser - >set_canvas_toDataURL - made more unique canvas fingerprint - added Fake Media UI customization to improve fingerprint WebRTC - added setting of Fake Media Devices to improve fingerprint W...
by support
Wed Oct 02, 2019 4:02 pm
Forum: Support
Topic: Clear all cookies
Replies: 1
Views: 5753

Re: Clear all cookies

Hi. If you do not pass the name to the function $browser->clear_cookies(""); cleaned all at once. A function of the input parameters it accepts: match_name - a template to search for sites whose cookies need to be cleared (part of the address), if an empty string is set - all are cleared. clear_sess...
by support
Wed Oct 02, 2019 5:59 am
Forum: Support
Topic: I need more information
Replies: 5
Views: 7295

Re: I need more information

Yes, you can do it using the Human Emulator. If you need a example for your task write in PM details of it.
by support
Wed Oct 02, 2019 2:22 am
Forum: Support
Topic: I need more information
Replies: 5
Views: 7295

Re: I need more information

Hello. Yes, the program can work with any site and can emulate any actions on it. There are two product line of the program. The Human Emulator is based on Internet Explorer and Human Emulator Studio is based on Chromium (CEF). Our old youtube channel https://www.youtube.com/channel/UCKjWS0PwbG67Fzc...
by support
Tue Oct 01, 2019 12:57 pm
Forum: Support
Topic: Google reCaptcha not displaying in Studio
Replies: 2
Views: 5874

Re: Google reCaptcha not displaying in Studio

Please check all built-in browser settings. Especially the User Agent string. You can substitute the User Agent string from your Google Chrome browser. To do this, go to the website whoer.net in your Google Chrome and copy it from there to the program settings. Or you can set all settings to default...
by support
Tue Oct 01, 2019 8:31 am
Forum: Support
Topic: My script doesn't work when minimizing to tray
Replies: 4
Views: 6537

Re: My script doesn't work when minimizing to tray

These functions using for mouse full emulation, it meaning they work with a real mouse. Therefore, when you minimize the program window, these functions still work, but only in the active window of any program that is open at that moment. In order for clicks and mouse movement to work in a minimized...