+ 1

Doubt in chrome automation using python

I have created a python standalone app to automate the pdf upload process on a website. My code will open a website and then upload all the pdfs from the specified folder to the website opened. In my pc laptop my code is working. But in my organisation system it is not working. If I open the program a Chrome window gets opened and in the address bar it is showing as data:, and not proceeding further. Kindly help me to troubleshoot and overcome the issue

3rd Aug 2024, 6:37 PM
Saranraj K
1 Odpowiedź
+ 3
The issue could be related to several factors, such as differences in the ChromeDriver version, Chrome version, system permissions, or network configurations. Here are some steps to troubleshoot and resolve the issue... Check ChromeDriver Version, Check Chrome Browser Version, Update Selenium and ChromeDriver, Network Configurations: Check if there are any network restrictions or proxy settings in your organization that might be affecting the connection. Try to use Chrome options to disable security features that might be causing the issue. Disable Security Settings (Temporary), As a temporary measure, you can try disabling certain security settings like sandboxing, which can sometimes interfere with automation. Add error handling and logging to your script to capture any errors or exceptions that occur during execution. Check permission, You may need to run your script as an administrator.
3rd Aug 2024, 11:45 PM
✧GHOST✧
✧GHOST✧ - avatar