akkuldn

Results 9 issues of akkuldn

We have to remove support for optionparser in our framework as a part of the issue: https://github.com/qxf2/qxf2-page-object-model/issues/245. It is still used in the below test files: test_example_form test_example_table test_mobile_bitcoin_price test_successive_form_creation...

Added test to check if the error message is displayed accurately when an unsupported URL that doesn't have a pdf content is passed. Files changed: tests/test_error.py Test added: test_content_type()

- Moved the capabilities from Driver factory and remote_options files to a separate module ‘Capabilities’ - Added Project name and Build name for Browserstack mobile tests

In this PR i have deduplicated the Base Page and Mobile Base Pages by sorting out the common functionalities in to separate helper classes. - There are four helper classes`...

The module name displayed in our test run logs for the corresponding method execution is inaccurate. It always appears as `utils.Base_Logging:write:108`, regardless of the actual module where the method is...

The following warning message is seen when we run the selenium tests: ``` ============================== warnings summary =============================== tests/test_example_form.py: 12 warnings D:\code\backup\qxf2_pom\qxf2-page-object-model\utils\Gif_Maker.py:21: DeprecationWarning: Starting with ImageIO v3 the behavior of this...

Have modified the Base logging script so that the accurate module name is displayed in the test log. To test: - Run any of the tests. - The module name...

In this PR i have enhanced mobile testing by adding new gestures to the base page and also an end to end test for weather shopper android application. **Added the...

Selenium manager has been integrated into selenium starting from `Selenium 4.10`. Selenium now automatically installs the required `chromedriver` or `geckodriver` for the Browser present. Also, if the desired Browser is...