toolium
toolium copied to clipboard
Wrapper tool of Selenium and Appium libraries to test web and mobile applications in a single project
`RANDOM_PHONE_NUMBER` variable replacement with country support based on Faker library.
Hi I've started using tollium recently, my objective is to integrate playwright as a webdriver option, but as that is a massive undertaking to begin with, I thought I'd try...
Implements the method to start different browser types with these options. New options sections can be defined in the properties.cfg: [PlaywrightBrowserOptions] >> Playwright options for the Browser instance (check here:...
Improved the managing of storages: - Added `run_storage` to store information during the whole test execution - Storages chained to be able to get the information always from context.storage /...
As part of the maintenance of the toolium dependency libraries, the update of the appium python client is going to be update to the version 4. In order to update...
Toolium has the potential to expand beyond strictly web and mobile automation, as Electron apps on desktop use Chromium, which support remote debugging. From what I can see, it isn't...