Jani Mikkonen
Jani Mikkonen
Only as side note; with help of https://github.com/marketplace/actions/changed-files, same functionality can be done with yaml like this; ```yaml steps: - uses: actions/checkout@v3 - uses: tj-actions/changed-files@v35 with: files: | **/*.py **/*.pyi...
With some help from @diemol -- i managed to to prevent the hanging by providing ChromeService with appropriate chromedriver path -- however, i sort of expected that setting SE_OFFLINE would...
I made a testcase to cover this and did some inspection on how chrome & firefox works in this area and here are my findings: If SL Test goes into...
Just to raise up a discussion regarding this feature - https://www.scrapingbee.com/webscraping-questions/playwright/how-to-block-resources-in-playwright/ has python example of this. Dunno if this approach would work with browserlibrary thought "for reasons" ..
Im running latest real vim with https://github.com/natebosch/vim-lsc and robotcode just fine with default configs. Only thing needed after installation was to set two config options and default behaviour works just...
dupe; https://github.com/serhatbolsu/robotframework-appiumlibrary/issues/417 and suggested fix https://github.com/serhatbolsu/robotframework-appiumlibrary/pull/418
Anyone in the trenches worked on this or have any poc code ?
I think there's a bug also in the current license checker hook @ https://github.com/conan-io/hooks/blob/master/hooks/spdx_checker.py#L16 .. that will fail because license property is not exposed in the __dict__ and accessing it...
Depending on what you need, that should be at least partially possible. `Set Testability Config` has undocumented : `verbose` boolean .. If set to True, when asyncronous events that cause...
> Do you ... have a concrete example about such usage? I have. I have templated testcases - something like this; ```robotframework *** Settings *** Resource ${CURDIR}/../resources/landingPage_test_templates.resource Suite Setup Open...