nguyenvanhieu01 Posted November 2, 2014 Posted November 2, 2014 (edited) Hi everybody. I'm Looking for Auto Fill form Youtube Description On FireFox Youtube Login -> Edit Your Video -> Run This Script #include <FF.au3> #include <FFEx.au3> If _FFConnect() Then _FFSetValueByname("title", "TITLE---AAAAAAA") _FFSetValueByname("description", "DES-BBBBBBB") EndIf It's Work With Title But notwoking With Description Please Help Me Fix This problem - thank you! Best Regards This Is Youtube Soure of Title And description <label class="basic-info-form-input"> <span class=" yt-uix-form-input-container yt-uix-form-input-text-container yt-uix-form-input-non-empty"> <input class="yt-uix-form-input-text video-settings-title" name="title" value="1" placeholder="Title" data-ita-enable="true"> </span> </label> <label class="basic-info-form-input"> <span class="yt-uix-form-input-container yt-uix-form-input-textarea-container "> <textarea class="yt-uix-form-input-textarea video-settings-description" name="description" placeholder="Description" data-ita-enable="true" rows="6"> </textarea></span> </label> Edited November 2, 2014 by nguyenvanhieu01 How to make free international calls
Moderators Melba23 Posted November 2, 2014 Moderators Posted November 2, 2014 nguyenvanhieu01,Welcome to the AutoIt forums. But please stick to posting in just the one thread in future - I have deleted your other one. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Moderators Melba23 Posted November 2, 2014 Moderators Posted November 2, 2014 nguyenvanhieu01,I will not tell you again - stop posting in other threads! M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
nguyenvanhieu01 Posted November 2, 2014 Author Posted November 2, 2014 nguyenvanhieu01, I will not tell you again - stop posting in other threads! M23 Oh Ok ! I'm Sorry ! I Want Contact FF.Au3 Creator Only.! How to make free international calls
Kyan Posted November 3, 2014 Posted November 3, 2014 youtube.com/page?somethinga=asd&blabla&title=YourTitle&description=YourDescription Heroes, there is no such thing One day I'll discover what IE.au3 has of special for so many users using it.C'mon there's InetRead and WinHTTP, way better
junkew Posted November 3, 2014 Posted November 3, 2014 https://www.autoitscript.com/wiki/FAQ question 31 suggest to use iuiautomation udf FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now