nitekram Posted August 26, 2024 Posted August 26, 2024 Global $sBrowserPath = 'C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe ' Run($sBrowserPath & "https://www.yahoo.com/?guccounter=1") If @error Then MsgBox(0, 'ERROR', 'Browser Issue with links - does it exist?') If I open a new tab and paste the same URL it opens fine, Just want to know if it is my computer or not. This just started happening with my code and I have restarted a cleared cookies and cache from both chrom and edge, but when I run this code, it just spins and never opens the site. 2¢ All by me:"Sometimes you have to go back to where you started, to get to where you want to go." "Everybody catches up with everyone, eventually" "As you teach others, you are really teaching yourself." From my dad "Do not worry about yesterday, as the only thing that you can control is tomorrow." WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2 AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit Docs SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language Programming Tips Excel Changes ControlHover.UDF GDI_Plus Draw_On_Screen GDI Basics GDI_More_Basics GDI Rotate GDI Graph GDI CheckExistingItems GDI Trajectory Replace $ghGDIPDll with $__g_hGDIPDll DLL 101? Array via Object GDI Swimlane GDI Plus French 101 Site GDI Examples UEZ GDI Basic Clock GDI Detection Ternary operator
ioa747 Posted August 27, 2024 Posted August 27, 2024 (edited) it works for me. however the first time he redirected me and wanted my consent https://www.youtube.com/watch?v=87jKLmtsvaw https://answers.microsoft.com/en-us/microsoftedge/forum/all/get-rid-of-guceadvertisingcom/d54bc5bb-15d6-41ca-82f4-7cf035197c9d I also noticed that if I put https://www.yahoo.com/?guccounter=2 opens to https://www.yahoo.com/?_guc_consent_skip=(number) Edited August 27, 2024 by ioa747 I know that I know nothing
nitekram Posted September 12, 2024 Author Posted September 12, 2024 On 8/26/2024 at 10:28 PM, ioa747 said: it works for me. however the first time he redirected me and wanted my consent https://www.youtube.com/watch?v=87jKLmtsvaw https://answers.microsoft.com/en-us/microsoftedge/forum/all/get-rid-of-guceadvertisingcom/d54bc5bb-15d6-41ca-82f4-7cf035197c9d I also noticed that if I put https://www.yahoo.com/?guccounter=2 opens to https://www.yahoo.com/?_guc_consent_skip=(number) I found this and fixed it 2¢ All by me:"Sometimes you have to go back to where you started, to get to where you want to go." "Everybody catches up with everyone, eventually" "As you teach others, you are really teaching yourself." From my dad "Do not worry about yesterday, as the only thing that you can control is tomorrow." WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2 AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit Docs SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language Programming Tips Excel Changes ControlHover.UDF GDI_Plus Draw_On_Screen GDI Basics GDI_More_Basics GDI Rotate GDI Graph GDI CheckExistingItems GDI Trajectory Replace $ghGDIPDll with $__g_hGDIPDll DLL 101? Array via Object GDI Swimlane GDI Plus French 101 Site GDI Examples UEZ GDI Basic Clock GDI Detection Ternary operator
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