Page 10 of 14

Re: Human Emulator Studio 7.0.53 (based on Chromium)

Posted: Sat Oct 10, 2020 3:34 pm
by support
🔄 Updated version 7.0.53

✅ added the infoPart parameter to the browser-> get_download_info command, which allows you to get one of the parts of the download information: "all", "start_time", "end_time", "received", "total_size", "percent_complete", "original_url", "save_to "," is_complete "
✅ improved work with tag and tagName attributes
✅ bug fixing the default User Agent task + moving it to the settings file

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio

Re: Human Emulator Studio 7.0.53 (based on Chromium)

Posted: Fri Oct 16, 2020 4:16 pm
by support
🔄 Updated version 7.0.53

✅ improved work of get_cookies and get_cookies_for_url - added the ability to get cookie properties: SameSite and Priority when receiving cookies in the form of Json
✅ import_cookies function supports SameSite and Priority cookie properties
✅ added two arguments SameSite and Priority to set_cookies_for_url function to set cookie properties

#BrowserAutomation #Software #AutomationTool #humanemulatorstudio

Re: Human Emulator Studio 7.0.53 (based on Chromium)

Posted: Fri Oct 16, 2020 6:02 pm
by support
🔄 Updated version 7.0.53

✅ bug fix for transferring line feed in encoded scripts "xxx \ n"
✅ bug fix transmission of line feed and tabulation in MS Edge

Re: Human Emulator Studio 7.0.53 (based on Chromium)

Posted: Thu Oct 22, 2020 7:57 pm
by support
🔄 Updated version 7.0.53

✅ updated engine Chromium: 86.0.4240.75
✅ bug fix folder-> delete when passing an empty parameter
✅ small bug fix interface errors

Re: Human Emulator Studio 7.0.53 (based on Chromium)

Posted: Wed Oct 28, 2020 3:49 pm
by support
🔄 Updated version 7.0.54

✅ updated the Edge engine to the latest version
✅ fixed authorization bug for "1C"

Re: Human Emulator Studio 7.0.55 (based on Chromium)

Posted: Tue Nov 10, 2020 4:35 pm
by support
🔄 Updated Studio to version 7.0.55

✅ updated engine to version 87.1.1 + g9a70877 + chromium-87.0.4280.27
✅ added command to DOM Interface: get_shadow_root for working with Shadow Root elements

❔ You can read more about Shadow Root elements here: https://developer.mozilla.org/en-US/doc ... ShadowRoot

Re: Human Emulator Studio 7.0.55 (based on Chromium)

Posted: Sun Nov 15, 2020 2:26 pm
by support
🔄 Updated version 7.0.55

✅ bug fix browser-> set_accept_language
✅ raw-> get_last_readed now returns a buffer with what was read
✅ bug fix raw-> set_hook_on_begin_transaction
✅ CEF rolled back to version 86.0.20 + gf2039ae + chromium-86.0.4240.111 (all errors are gone, back button, etc.)
✅ optimization of the Chromium Compact browser model

Re: Human Emulator Studio 7.0.55 (based on Chromium)

Posted: Tue Dec 01, 2020 4:23 pm
by support
🔄 Updated version to 7.0.56

✅Chromium engine updated to version 87.1.11 + g8bb7705 + chromium-87.0.4280.66
✅Ms Edge - updated to 89.0.719.0

Re: Human Emulator Studio 7.0.56 (based on Chromium)

Posted: Tue Dec 08, 2020 11:25 pm
by support
🔄 Updated version 7.0.56

✅ added the ability to create scripts using MS Workflow (through squares and flowcharts), while as a beta version, all the details a little later
✅ bug fixes sound-> play_sound work when working with relative paths
✅ added command line parameter / need_as_admin: "false", indicating to ignore the lack of admin rights when starting the program
✅ updated program components for more modern assemblies
✅ functions wait_element_exist_by now return true if they waited for such an element to appear and false if not + $ exactly parameter defaults to 1, and $ frame = "- 1"
✅ engine for communication with Ms Edge - updated to 1.0.721
✅ Selenium Chrome Driver has been updated to version 87.0.4280

#browser automation #BrowserAutomation #Software #AutomationTool #humanemulatorstudio

Re: Human Emulator Studio 7.0.56 (based on Chromium)

Posted: Fri Dec 18, 2020 10:47 pm
by support
🔄 Updated version 7.0.56

✅ added $ pdffile object for working with PDF files with functions:
▪️read: read Pdf as text
▪️read_page: read the given page as text
▪️write: write text as pdf
▪️get_page_count: get the number of pages in the text
▪️get_info: get information about pdf - author, dates, subject, etc. (full list can be found in test cases)