diff --git a/Sources/pyOpenRPA/Robot/Keyboard.py b/Sources/pyOpenRPA/Robot/Keyboard.py new file mode 100644 index 00000000..b6a278fc --- /dev/null +++ b/Sources/pyOpenRPA/Robot/Keyboard.py @@ -0,0 +1 @@ +from keyboard import * \ No newline at end of file diff --git a/Sources/pyOpenRPA/Robot/Mouse.py b/Sources/pyOpenRPA/Robot/Mouse.py new file mode 100644 index 00000000..49af0760 --- /dev/null +++ b/Sources/pyOpenRPA/Robot/Mouse.py @@ -0,0 +1 @@ +from pyautogui import * \ No newline at end of file diff --git a/Sources/pyOpenRPA/Robot/Screen.py b/Sources/pyOpenRPA/Robot/Screen.py new file mode 100644 index 00000000..49af0760 --- /dev/null +++ b/Sources/pyOpenRPA/Robot/Screen.py @@ -0,0 +1 @@ +from pyautogui import * \ No newline at end of file diff --git a/Sources/pyOpenRPA/Robot/UIWeb.py b/Sources/pyOpenRPA/Robot/UIWeb.py new file mode 100644 index 00000000..f96cd590 --- /dev/null +++ b/Sources/pyOpenRPA/Robot/UIWeb.py @@ -0,0 +1 @@ +from selenium import * \ No newline at end of file