Human Emulator Studio 7.0.67 (based on Chromium)
Re: Human Emulator Studio 7.0.53 (based on Chromium)
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
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)
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
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)
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
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)
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
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)
Updated version 7.0.54
updated the Edge engine to the latest version
fixed authorization bug for "1C"
updated the Edge engine to the latest version
fixed authorization bug for "1C"
Re: Human Emulator Studio 7.0.55 (based on Chromium)
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
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)
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
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)
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
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)
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
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)
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)
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)