[ VBA ] Stop meta http-equiv="refresh" content="0 ! Help

Status
Not open for further replies.

EX_CELL_DZ

New Member
Joined
Oct 8, 2022
Messages
6
Office Version
  1. 2021
Platform
  1. Windows
Hi all. There is a website with a login form and I want to automate it with excel vba but every time I execute the code the website redirects directly to google and does not give me any chance and I think it is because of this code in its html
HTML:
<noscript><meta http-equiv="refresh" content="0; url=http://www.google.com/" /><noscript>

So can you help me solve this problem. Please

VBA Code:
Sub Amatti()

Dim GC As New WebDriver

GC.Start "chrome", ""

GC.Get "https://amatti.education.gov.dz/login"

GC.FindElementById("holder").WaitDisplayed

End Sub
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
A reminder:

Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at:

There is no need to repeat the link(s) provided above but if you have posted the question at other places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,215,045
Messages
6,122,830
Members
449,096
Latest member
Erald

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top