youtube_uploader_selenium
youtube_uploader_selenium copied to clipboard
youtube Updated, script not working properly
xpath path update
Anyone have the new xpath using chromedriver?
I realized that for some reason the same xpath continues to work if I run the webdrive with headless mode turned off. Anyone have any idea why that would be?
I realized that for some reason the same xpath continues to work if I run the webdrive with headless mode turned off. Anyone have any idea why that would be?
How do you turn off headless mode?
pass headless=True here
pass
headless=Truehere
It does not work for me with headless=True Can you please upload the full working script? It would be very helpful, thanks.
What is the error?
I have forked this project to suit my needs you can check it out.
Check this : Duplicate Issue
Thumbnail upload error.

Check my fork, I added more sleep for thumbnail upload to work
Check my fork, I added more sleep for thumbnail upload to work
Thanks, but how to make your code to work on screen, I mean to show the firefox open and upload visibly. Your fork works in a background, i want it to open firefox.
I meant by checking how I added more sleep (check latest commit)
You can use it by using headless=False but I might keep changing my fork to suit my usecase which might break for you.
Instead I'll suggest forking this project, and adding more sleep as I did in my latest commits( or just cloning this project and changing the sleep without committing)