Avinash Shetty
Avinash Shetty
Sauce labs we are not passing build and name details, hence the Sauce Labs run doesn't have any of these details displayed. Look at what desired capabilities need to be...
The print message in def print_exception function is driver factory is outdated.
Even i use different os name and os_version, the test runs in Windows os
Look at the way we can organise Browser Stack tests better. We have Project name, Build name and Session name which we pass as desired capability. Its hard to categorise...
Currently the turn_on_highlight slows down our text_example_from quite a bit as we have have given around 3 sec wait for the highlighter feature to be visible. This slows down our...
Because distutils was removed in Python 3.12, we get ModuleNotFoundError: module named 'distutils'. I had to install setuptools to resolve this issue `pip install setuptools`