Luca Salvarani

Results 60 comments of Luca Salvarani

Why do you need to update data on key click? The problem here is probably the render of the dropdown menu. If you really need this feature you could try...

**No need** to downgrade or install other forks.... I have version 6.5.0 and there is support to the **[`--no-2fa`](https://www.npmjs.com/package/np)** tag ![image](https://user-images.githubusercontent.com/33452387/96441707-3ef2bb00-120a-11eb-9bcd-46b250724fcd.png)

Is Firefox installed on your system? The Exception `selenium.common.exceptions.SessionNotCreatedException: Message: Expected browser binary location, but unable to find binary in default location, no 'moz:firefoxOptions.binary' capability provided, and no binary flag...

## Workaround If you have installed Firefox but it still doesn't work you can use thist command in the PowerShell: `$env:Path += ";C:\Program Files\Mozilla Firefox"` changing the path to your...

It means that the Geckodriver (the **webdriver** that allows to automate **Mozilla Firefox**) is not present in your PATH. ## Solution See the [first point in the documentation](https://github.com/MasonStooksbury/Free-Games#additionally)

> Another tool I tried using was [shellspec](https://github.com/shellspec/shellspec) for testing, but as it turns out it doesn't support testing colored output. > Ref: https://github.com/shellspec/shellspec/issues/278 See [my answer](https://github.com/shellspec/shellspec/issues/278#issuecomment-1310640037) on that issue......

> Hello Coiby, use the following > > exist -> be exists > > `The file "file" should be exists ` > > A suggestion only, with regards, Lutz The...

This is making my tests pretty verbose too... Currently i HAVE to add [`The output should be present` or `The output should be defined`](https://github.com/shellspec/shellspec/issues/122#:~:text=The%20output%20should%20be%20present%20or%20The%20output%20should%20be%20defined) as suggested by @ko1nksm. This is...

> I see that in the shellspec organisation there are no public members. Is there any chance of opening that up so that other people could back you up if...

> just wonder _how_ this file is being served on a seemingly local web server during unit tests Actually it is **not served** on a local web server. Instead, the...