link not working
py-bas-automation: Supercharge BAS with Python
-
@tatwa said in py-bas-automation: Supercharge BAS with Python:
@sergerdn Why did you delete the post comparing Bablosoft mouse and keyboard emulation and Playwright emulation? It was useful information.
Because I made some mistakes, I delved deeper into the BAS source code and gained a much better understanding of how many things work.
-
@tatwa said in py-bas-automation: Supercharge BAS with Python:
@sergerdn Are you able to bypass the clientrects issue on creepjs?
I don't have any tasks like that. I am currently working with Chromium browsers using BAS, and I have no intention of making any modifications to it.
I have only а plan is to save and restore browser data, such as cookies, local storage, etc.
-
@gudolik said in py-bas-automation: Supercharge BAS with Python:
If i understand right, you must still run compiled BAS app just all logic is transferred to Python?
Yes, I did it because I only need browsers in most cases from BAS.
-
Hi, i had some questions regarding this as i was looking for essentially the same ability but I am building an application via nodeJS. I have several operations and functions to do a variety of tasks, but would rely on calling upon BAS to do specific browser operations, which i believe is a similar use case as you are doing. Is this still active, and how difficult would extending it with nodeJS instead of python be?
-
@bobloblaw said in py-bas-automation: Supercharge BAS with Python:
Hi, i had some questions regarding this as i was looking for essentially the same ability but I am building an application via nodeJS. I have several operations and functions to do a variety of tasks, but would rely on calling upon BAS to do specific browser operations, which i believe is a similar use case as you are doing. Is this still active, and how difficult would extending it with nodeJS instead of python be?
The primary goal of this project is to demonstrate that any language can be used to code effectively with BAS.
I believe achieving the same results using NodeJS is also possible. While I am not very experienced with NodeJS, it seems manageable if you have some experience with both BAS and NodeJS.