Jari Nurminen

Results 8 issues of Jari Nurminen

SudsLibrary does not work with an authenticating proxy. The proxy settings are ignored when calling a SOAP method. This seems to be the case with python 2.7, but not with...

The title says it all: it would nice to have the \*HTML\* support also for the `set test documentation` and `set_suite_documentation` KW's. This would also be consistent with the `set...

enhancement
priority: medium
good first issue

Just noticed this when comparing old (v1.3.x) code the to the latest one. This code is a bit unreliable: ``` if not self._is_text_present(text): self.log_source(loglevel) ``` because the logs might contain...

One more nice feature would be localization i.e. test web site in different languages. This would mean multi-language support for: - the locators - the PAGE_TITLE variable

This is some sort of braindump just to start some discussion i.e. I can open issues and/or PR's based on the outcome of the discussion... I've been now trying the...

Imports like this fail to load the resource and variable files ``` Variables ${CURDIR}${/}..${/}..${/}vars${/}my_vars.py Resource ${CURDIR}${/}..${/}..${/}resources${/}common.txt ``` But the really weird thing is that in the debug log you can...

Libraries with "duplicate" names, like the `DateTime`, are imported incorrectly --> intellibot seems to find the first matching class (which in my case is the `DateTime` class in the `xmlrpclib.py`...

bug
enhancement

The .bash_profile doesn't get loaded in the new shell after "Execute Command" keyword. This is probably because the new shell is not opened as "login-shell" i.e. "shopt login_shell" is "off"...