robotframework-faker icon indicating copy to clipboard operation
robotframework-faker copied to clipboard

No function "Library FakerLibrary locale=pt-br"

Open WilliamMega opened this issue 1 year ago • 2 comments

Library FakerLibrary locale=pt-br

WilliamMega avatar May 22 '23 21:05 WilliamMega

Try the following below, it may be a solution:

-First open the vscode and press "Ctrl" + "," It should appear a search bar, you should search for robot.pythonpath and click in "Edit in settings.json". image

Open the Json setting file, you should see something like below: image

Change the directory marked for your path to the python library, don't forget to use two "\" instead of just one. You can find the path to the library using the code below: pip show robotframework-faker

The response to the command above should be just like below: image

Copy the path from your python library and remmember to add \ to every directory and add the final path to ''robot.pythonpat'': [ ] on the Json file.

adelpoio avatar Dec 30 '23 21:12 adelpoio

@WilliamMega, Shouldn't it be with _? locale=pt_BR

Dor-bl avatar Feb 05 '24 16:02 Dor-bl