In this file, changes are recorded - what's done from version to version: 2.8. - possibility of folding in Tray - $ inputfile - can work also in the minimized state - improved help system - Added notification system for changes in new versions (Help-> View Change Log) - added commands to Anchor - get_name_by_number - get_number_by_name - A new script was created, illustrating the operation of $ inputfile - fixed bugs with $ browser-> set_user_agent () - fixed localization errors in Russian - added the log of the work of the program and fixed the bug with saving the state of the tasks when exiting the program - added a clipboard object to control the exchange buffer with commands: - get_text - put_text - fixed small errors of interest - All the work is now done according to POST (all classes of the vrapper are corrected and the server part in the program itself) + the data exchange is accelerated 2.8.1 - added commands to Anchor: - set_focus_by_name - set_focus_by_number - Added commands to the Inputfile: - get_value_by_name - get_value_by_number - get_name_by_number - get_number_by_name - set_focus_by_name - set_focus_by_number - added commands to Button: - click_by_inner_text - is_exist_with_inner_text - get_all_inner_texts - get_inner_text_by_number - get_inner_text_by_name - set_focus_by_name - set_focus_by_number - click_within_iframe_by_number - added commands to CheckBox: - get_number_by_name - set_focus_by_name - set_focus_by_number - added commands to the ListBox: - select_name_by_inner_name - select_num_by_inner_name - select_value_by_num - get_number_by_name - set_focus_by_name - set_focus_by_number - fixed examples for Anchor, InputFile, Button, CheckBox, ListBox objects - added icons in the menu - Hotkey editor added 2.8.2 - Added commands to Input: - set_value_within_iframe_by_number - get_alt_text_by_number - get_alt_text_by_name - added commands to TextArea - set_value_within_iframe_by_number - set_value_within_iframe_by_name - The Table class was added (an example was created and the description was added to help) with the following commands: - get_cols_by_number - get_rows_by_number - get_width_by_number - get_height_by_number - added commands to WebPage - get_title - added commands to Selectelement - select_inner_by_name - An example script was written for working with GoogleGroups (located. \ Samples \ Submit \ GoogleGroups.php) 2.8.3 - Added a new Frame class with the following commands: - get_width_by_number - get_height_by_number - get_width_by_name - get_height_by_name - get_name_by_number - get_number_by_name - get_src_by_name - get_src_by_number - get_all_elements_by_number - Added a description of the Frame class in the help file and an example of using this class - fixed work with the schedule of scripts - Fixed several bugs in the translation - the menu item Get List of Elements (Debug-> Get List of Elements) is added receives a list of all the elements with some data about them as a HTML table in a separate dialog - Fixed several bugs in the help file 2.8.4 - added a new class Button (php object $ btn) for working with buttons with a tag