Python Scripting help

Eboh999

Newbie
Joined
Jan 1, 2025
Messages
5
Reaction score
0
Hi guys,
I am developing a script that does the following
Opens a website
Performs some actions
And close the tab
I'm having issues when it comes to performing the task
Could someone help me out
I can send the script
If you want it
 
issue related to locators or waits ?
 
issue related to locators or waits ?
Bro I really can't explain it without you having the file
Could I just send it to you on discord or somewhere safe and secure
 
You can contact me let me see if I can help.
 
Most issues in this kind of script come from timing or element detection. If you’re using Selenium or Playwright, check your waits (implicit/explicit) and selectors first. Sharing the error message or which step fails usually makes debugging much easier.
 
Back
Top