Search found 210 matches

by support
Tue Oct 01, 2019 6:59 am
Forum: Support
Topic: My script doesn't work when minimizing to tray
Replies: 4
Views: 6499

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

What functions do you use to emulate a click?
by support
Fri Sep 27, 2019 10:35 pm
Forum: News
Topic: Human Emulator Studio 7.0.67 (based on Chromium)
Replies: 137
Views: 85549

Re: Human Emulator Studio 7.0.39 (based on Chromium)

7.0.40 (2019.09.27)
- bug fixes related to the latest update of the chromium engine
by support
Fri Sep 27, 2019 10:30 pm
Forum: News
Topic: BLOG: Solving captchas with 2captcha.com in Human Emulator
Replies: 0
Views: 4318

BLOG: Solving captchas with 2captcha.com in Human Emulator

A detailed article about how to recognize different types of captchas using the service 2captcha.com in Human Emulator.

http://webemulator.com/solving-captchas ... n-emulator
by support
Thu Sep 26, 2019 6:45 pm
Forum: Support
Topic: Please help extract email from a sites
Replies: 4
Views: 6444

Re: Please help extract email from a sites

Example of script - Scraping Email Address . The logic of the script: 1. Get keywords from a file. 2. Insert the keywords into the search engine Google. 3. Grab websites from a Google search results. 4. Go to websites and search page Contacts or About us. 5. Extract emails to a TXT file. <?php $xhe_...
by support
Thu Sep 26, 2019 12:04 am
Forum: Support
Topic: Please help extract email from a sites
Replies: 4
Views: 6444

Re: Please help extract email from a sites

It depends on a programming language which you wish using in your script and a HTML code a webpage where you want extract email addresses.
by support
Tue Sep 24, 2019 4:34 pm
Forum: News
Topic: Human Emulator Studio 7.0.67 (based on Chromium)
Replies: 137
Views: 85549

Re: Human Emulator Studio 7.0.39 (based on Chromium)

7.0.39 bug fix minor interface errors bug fix in debug->nofification_box (timeout) improved transmission of mouse coordinates when mouse - >click(false) added browser->clear_local_storage (full wipe local storage for all domains) in team start_video_record is_gray added parameter that allows you to ...
by support
Sat Sep 14, 2019 5:06 pm
Forum: News
Topic: BLOG: Record video in the Human Emulator Studio.
Replies: 0
Views: 4474

BLOG: Record video in the Human Emulator Studio.

Record video in the Human Emulator Studio. In the version of Human Emulator Studio 7.0.38, several interesting commands appeared that we would like to draw the attention of users to. These are the start_video_record and stop_video_record commands added to two objects – windows and browser. Commands...
by support
Mon Sep 09, 2019 7:47 pm
Forum: News
Topic: Human Emulator Studio 7.0.67 (based on Chromium)
Replies: 137
Views: 85549

Re: Human Emulator Studio 7.0.38 (based on Chromium)

Updated version 7.0.38
- improved simulation of mouse clicks on the elements, which need scrolling
- added commands in the browser: start_video_record and stop_video_record to create a video from a specified area of the browser
by support
Fri Sep 06, 2019 8:04 pm
Forum: News
Topic: Human Emulator Studio 7.0.67 (based on Chromium)
Replies: 137
Views: 85549

Re: Human Emulator Studio 7.0.38 (based on Chromium)

7.0.38 version updated: - added "New project" item to the file menu to create a new script project - added menu items and hotkeys (Ctrl+-) to zoom in and out of the browser - in Rav log added method (POST, GET) request and data POST requests, as well as refefer, referer policy and transition type -...
by support
Thu Sep 05, 2019 1:17 pm
Forum: News
Topic: Human Emulator Studio 7.0.67 (based on Chromium)
Replies: 137
Views: 85549

Re: Human Emulator Studio 7.0.38 (based on Chromium)

7.0.38 (2019.09.04) - in XHEInerface: get_parent added the level parameter to specify the parent in relation to the element - in XHEInerface get_parent_by_attribute added function to search the parent items with the specified attribute value - improved setting of breakpoints with mouse - improve au...