* Added Python 3.12 Support * Updated requirements Changed dependency-injector to dependency-injector-fork
0.5.4
* Added CoreForm * Added Timer in functional * Moved ElementActionRetrier to action_retrier.py * Removed executing_root_path * Added another way to create locator Locator.by_name("Name") == Locator(By.NAME, "Name") Locator.by_xpath("XPATH") == Locator(By.XPATH, "XPATH")
0.5.3
* Added generics to CoreServices (TypeHinting) * Changed workaround to use os.chdir(work_dir) instead of os.environ["calling_root_path"] = calling_root_path
0.5.2
* Updated ElementFactory: Moved static methods to class Added method to check the locator is supported
0.5.1
* Updated get_service_provider to reuse the created service_provider_container * Fixed CoreElement.log_element_action to work with args