cong yu

Results 3 issues of cong yu

Hi! I am using RPA to capture the verification code image. It has always been normal when running on Windows. However, when I migrated the code to Linux for execution,...

bug

Hello, Before asking the question, I have seen similar questions, such as: https://github.com/tebelorg/RPA-Python/issues/476 , but it does not have a good test and a result, so I want to reopen...

this is my code ``` # step 1. print log commons.Logging('execute js') # step 2. execute js and print element value commons.Logging(r.dom("return document.querySelector('.titleText').outerHTML")) # step 3. print variable commons.Logging(commons.config_data['setelesvalue']) #...