Ambassador of programming
Ambassador of programming
Hello. Unfortunately, at the moment it is impossible to use libraries that use code that is not pure Python, for example C++ and so on, when creating a mobile build...
Hello, the flet library does not currently support building for mobile applications with libraries that are written in impure python and that use other programming languages (c++, c, ruby and...
> https://googlechromelabs.github.io/chrome-for-testing/#beta > > ``` > browser_executable_path = './chrome-win64/chrome.exe' > > driver = uc.Chrome(options=options, browser_executable_path=browser_executable_path) > ``` I tried installing https://googlechromelabs.github.io/chrome-for-testing/#beta and set headless=True, but it doesn't work and gives...