botcity-framework-core-python icon indicating copy to clipboard operation
botcity-framework-core-python copied to clipboard

BotCity Framework - Python

Results 6 botcity-framework-core-python issues
Sort by recently updated
recently updated
newest added

**Describe the bug** find.all sometime returns duplicated objects on specific matching range find.all in version 0.4.0 find.all returns the list of objects by matchscore. In version 0.3.0 it was in...

**What's the problem this feature will solve?** Adding the return types will make IDEs better provide users with autocomplete for methods and code in general. **Describe the solution you'd like**...

enhancement
help wanted
good first issue

**Describe the bug** As of now the documentation doesn't mention what type of exception is raised on methods.

help wanted
good first issue

The keyboard commands such as bot.enter(), bot.tab(), among others, have an option for the wait argument, where an integer value is passed to wait after the action is performed. I...

**Describe the bug** On MacOS, if using a resolution different than default the find command works properly but the coordinates are wrong as they are calculated based on the default...

bug