Questions tagged [simba]

Simba is an open source program which can be used to automate tasks.

Simba is an open source program which can be used to automate tasks. The capabilities of Simba include:

  • Finding and reading colours on the screen.
  • Clicking or moving the mouse to a specific position on the screen.
  • Reading text on the screen and turning it into actual text. (Optical Character Recognition)
  • Capturing and analysing images on the screen.
  • Reading and writing files.
78 questions
0
votes
1 answer

Simba SRL6 - minE function

I have seen this code for the SRL6 Simba scripting language based on Delphi dist:= hypot(xs - xe, ys - ye); wind:= minE(wind, dist); if (dist < 1) then dist := 1; PDist := (dist/TDist); And if (getSystemTime() > t) then …
Nick Bull
  • 9,518
  • 6
  • 36
  • 58
-1
votes
1 answer

[unixODBC][Driver Manager]Can't open lib 'Simba Spark ODBC Driver' : file not found

I have created an API in c# to access Databricks using ODBC connection, which is working fine local after Simba driver installation. Through Azure pipeline,creating docker image to deploy on AWS ECS and linux. Below command create docker image and…
Bharat Bhushan
  • 115
  • 3
  • 16
-1
votes
1 answer

Connecting to Mongo using SQL - function syntax

I am trying to configure Microstrategy to work with MongoDB. The Mstr advised way is to use Simba ODBC driver. The simple connection works fine. The problems start when I want to use functions e.g. get only hour out of the timestamp. The other…
Filip
  • 21
  • 3
1 2 3 4 5
6