Jani Mikkonen

Results 41 comments of Jani Mikkonen

My speculation about this is that it's really not a bug, more like "missing feature". Because whitelibrary runs locally in the remote server, the screenshot is taken and stored in...

I have proof-of-concept code that can take any files in the Remote Python server's log directory and then transfer those into a local robot log directory with the help of...

https://github.com/rasjani/robotframework-remotetransfer if someone is interested to try it out ..

Not 100% but i have a huntch that this is due to currently used TestStack.White implementation: ScrollBar Automation Id's are not public. I have another fork that builds the "official"...

While i have very limited experience with TestStack.White itself, the issue might be that white uses applicationsession to locate the window and state within that session might not be in...

Also lines https://github.com/winedarksea/AutoTS/blame/7a843d050f62c1b4046c0b08020838e8eb95388a/autots/templates/general.py#L472 and https://github.com/winedarksea/AutoTS/blame/7a843d050f62c1b4046c0b08020838e8eb95388a/autots/templates/general.py#L473 look like they will not work as they are now written.

I have no skin in this game, i came to file this bug report from stackoverflow[0] when someone asked about this issue. However, i want to ask a question; why...

@pekkaklarck - let's take SeleniumLibrary as example. It has plugin support that can modify what keywords are available. As I maintain a plugin for SL, I get bug reports because...

Relying on pyi files to get keywords is not very good approach. For example, SeleniumLibrary has plugin interface that can add add or modify keywords at load time and and...

1. Since Selenium (the python side) now has selenium-manager baked into its python distribution - webdrivermanager is somewhat obsolete. It provides the same functionality as webdrivermanager but *at runtime* if...