Rafal W.

Results 277 comments of Rafal W.

So what's point of `click(some_img)` syntax (having image to find as argument), when you need to still hover on the image and click it. Although I've tried suggested code, but...

For some reason it doesn't click, despite the right location and that the click is registered in the log: ``` [log] App.focus: [343:BlueStacks] [log] highlight M[71,474 85x82]@S(0) for 2.0 secs...

All apps default ran as a user. The mouse moves fine (so SikuliX has access to control it), but it doesn't click (it 'think' it did, but there is no...

Tested also with Screen Sharing app by sharing screen locally (so it's different app), but it is the same issue with `click()`. Mouse is on the right spot, but click...

Yes, that's correct, my mistake. Is prevent saving the file on syntax error expected? I think it should show at least some error where the problem is (better error handling).

I think I've seen this warning: > [error] PythonIndentation: indent not consistent with tab settings in line 62 but somehow it's not displayed when trying to save above file. This...

This could be related to Chromium bug, see related: - -

We can use [GitHub Actions](https://github.com/features/actions) to build binaries for macOS and other.

As per ludeeus/action-shellcheck/issues/5, I think it's possible to use environments instead. E.g. `SHELLCHECK_OPTS`. See .

``` ./run_script.sh -e CSV2FXT.mq4 -E CreateM5=true,CreateM15=true -I ScriptParameters=CSV2FXT.set ``` or: ``` ./scripts/run_backtest.sh -v -x -I Server=MetaQuotes-Demo,Script=CSV2FXT -E CsvFile=EURUSD-2014.csv -A "copy_file $PWD/EURUSD-2014.csv" -A 'dl_file https://github.com/EA31337/Birt-CSV2FXT/releases/download/0.51/CsvReader.dll "$TERMINAL_DIR/$LIB_DIR"' ```