toolium icon indicating copy to clipboard operation
toolium copied to clipboard

Wrapper tool of Selenium and Appium libraries to test web and mobile applications in a single project

Results 6 toolium issues
Sort by recently updated
recently updated
newest added

`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 are merged to be able to get the information always from context.storage...