How to open url that dosnt open in IE and imacros but in FF

Support for iMacros. The iMacros software is the unique solution for automating every activity inside a web browser, for data extraction and web testing.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
Shah
Posts: 3
Joined: Sun Aug 28, 2016 1:02 am

How to open url that dosnt open in IE and imacros but in FF

Post by Shah » Thu Nov 30, 2017 1:04 pm

Dear,

There is some issue with my Internet explorer due to which below URL doesnt open.
(https://unifiedportal-emp.epfindia.gov.in/epfo/)
As i read somewhere in imacros wiki, that iMacros browser takes the Internet Explorer default settings.
So I think due to this when i open this URL in iMacros browser, it doesnt open.
I get error same as that i get in IE. (This program cannot display the webpage)


The same URL opens perfectly well in FF and Chrome browsers.
As i am integrating my imacros code in VB.net, so i want to somehow able to open this link in iMacro browser.

I tried using USERAGENT by setting it to my FF Mozilla Useragent as well as chrome useragent.
But both doesnt work.

Any suggestions?
Is there anything other than useragent that i shall try to get this done.

Below is my code:
Imacros version: V10.0.2.2823
Other system details in the Useragent used in the code.

Code: Select all

VERSION BUILD=10022823
TAB T=1
TAB CLOSEALLOTHERS

'FF Mozilla
SET !USERAGENT "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0"

'Chrome
'SET !USERAGENT "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36"

'Internet explorer
'SET !USERAGENT "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.2)"

URL GOTO=https://unifiedportal-emp.epfindia.gov.in/epfo/
Post Reply