Jani Mikkonen
Jani Mikkonen
create_webdriver was marked as returning a str, however, its return value is coming from register_driver which is documented to return int. These where changed to return actual int. switch_driver was...
select_from_list_by_index expects the index to be \ .. calling from RF side, this is not an issue but doesnt make sense when called from python .. create_webdriver also returns \...
If environment variable PYTHONWARNDEFAULTENCODING is set (and at least when running on MacOS), `_get_python_system_encoding()` from `robot/utils/encodingsniffer.py` in triggers following warning; ``` /Users/rasjani/src/duunit/energy-meter/venv/lib/python3.11/site-packages/robot/utils/encodingsniffer.py:59: EncodingWarning: UTF-8 Mode affects locale.getpreferredencoding(). Consider locale.getencoding() instead....
First off, writing an issue because i was told to do so. When I read the 7.0 RC Changelog, the introduction of VAR syntax made me wonder again if it...
``` * Settings * Library RequestsLibrary * Test Cases * Quick Get Request Test ``` Like that .. something eats those ? See: https://marketsquare.github.io/robotframework-requests/doc/RequestsLibrary.html
Some asked about a problem in RF forums https://forum.robotframework.org/t/unable-to-import-robotframework-appiumlibrary-even-after-successful-installation-in-pycharm/6990 In their installed packages, Appium-Python-Client was reported to be 4.0.0 which was released yesterday. On this project''s setup.py, that dependency is...
Python-Appium-Client 4.0.0 has removed certain features installation breaks currently as current codebase still uses those removed features like TouchAction ## Implements ## Fixing
Example starting at: https://github.com/bertrandmartel/tableau-scraping/blob/master/README.md?plain=1#L30 does not work anymore. Code is looking for `textarea` tag with an id but it looks like there's no such tag in the page anymore. Tableau...
### What happened? When trying to use python seleniun bindings that have selenium-manager already in and trying to launch Electron app, selenium-manager hangs indefinitely(?) in https://github.com/SeleniumHQ/selenium/blob/trunk/py/selenium/webdriver/common/selenium_manager.py#L108 Im creating a webdriver...
https://github.com/winedarksea/AutoTS/blame/7a843d050f62c1b4046c0b08020838e8eb95388a/autots/templates/general.py#L467 when running following: ```python from autots import AutoTS model = AutoTS(forecast_length=10, frequency='infer',ensemble='simple', drop_data_older_than_periods=200) ``` following backtrace is thrown: ``` Traceback (most recent call last): File "/Users/rasjani/src/omat/tmp/tst.py", line 2, in...