IE9 to IE11 object's visible property got changed - internet-explorer-11

My client wants to test my web application from IE9 browser to IE11and after upgrading my current browser to IE11, I ran my UFT12 scripts but those are getting failed due to object identification issues.
Example, for the same button object in IE9 has visible property = true but in IE11, it has visible false. Please advise what does the problem here?

Related

Plugin certification being blocked due to Safari pop-up blocker

We have submitted our outlook plugin for certification and received the following message back:
"The add-in did not pass compatibility tests for Outlook on the Web in Safari (Version:13.1(15609.1.20.111.8)).
Nothing appears to be launched when we click "Schedule" button in message read mode in the above browser."
We can reproduce this locally, but the cause is that the pop-up blocker is blocking the window that office sdk is attempting to open when we call Office.context.mailbox.displayNewAppointmentForm. Our plugin does not specifically call window.open.
We have also tested this behavior in Firefox and we get the same results. Please let me know how to go forward from here.

Getting captcha screen when I execute automation scripts using chrome browser

I have been executing automation scripts for last 6 months without any issues. Suddenly chrome browser shows captcha screen and shows message that please confirm are you human ?.
Below that it states 2 points 1.JavaScript might be disabled 2. your cookies are not supported .I enabled both of the Java script and cookies but no luck.
I tried to execute older version of chrome browser also but I am getting same captcha screen in the older version of browser too.
The good thing is that I am not getting captcha screen in Firefox and edge browser. I am getting it only in the chrome browser.
May I know if chrome has introduced any functionality like if we execute automation scripts and it shows captcha screen because why I am getting this doubt that firefox and edge is not showing captcha screen.

Selenium: Getting 404 error with ChomeDriver browser but not Chrome

I have a weird problem going on with a Selenium test. I have an internal company website that I'm writing a Selenium test for and am getting a 404 error ONLY with the browser instance that Selenium opens up. It doesn't matter if its Chrome or Firefox, I still get the 404.
To prove its only with the browser instance that Selenium opens I have run my test in debug mode, paused it when the browser launches and then manually executed the test case within that browser instance and I always get a 404.
Now, if I open a normal Chrome or Firefox browser instance outside of Selenium I can manually execute the test case just fine.
Manual execution of the test case in Chrome Incognito also works.
What am I missing here?
Apparently something else needs to be loaded with in the browser but I have no idea what. Any help would be greatly appreciated.
I found that we had a redirect problem on our server, however it still doesn't make sense as to why it failed in WebDriver but not in a normal browser. Either way, its resolved.

Google Signin with IE11 & Edge not working

I'm trying to add Google Signin to our login page. I've followed the code supplied by Google, as well as a GitHub project that I used for code example. Both work perfect on Chrome, FireFox, Safari, but I can't get it to work on IE11 or Edge.
The GitHub project is at https://github.com/googleplus/gplus-quickstart-javascript. This project uses Google's newer apis.google.com, however I've also tried plus.google.com as suggested in another post. Neither work.
I added a data-onfailure function to the button, and get an error "popup_blocked_by_browser" even though the popup blocker is turned off in the browser. Even though I get this popup error, I do get a popup that asks which Google account to use, but when I choose one, I get the "The webpage your are viewing is trying to close the window" message. If I choose Yes, the window closes, but I don't get logged in.
Anyone have any advice for getting this to work in IE or Edge?
I ran into this problem on IE 11 with Windows 10.
I fixed it and then it happened again after receiving Windows Updates - annoying!
Here is what fixed it for me; it was an IE Setting.
Go to:
IE -> Internet Options -> Security
Check "Apply" and then "OK" To exit.
IE Settings Screen Shot
Finally, restart IE.

Page is not properly loaded in selenium

While running a selenium script in IE9 with browser compatibility set to IE7, I always observe in some screen the menu bar getting hidden & the script execution failing. How can I solve this problem? I'm thinking it means that the page is not properly loaded.
The website I'm testing only supports IE7 ,but I'm using IE9 with compatibility mode.
Can any one kindly guide me as to how to resolve this issue & why this issue is coming up frequently?
Change your browser to support IE7 compatibility mode:
http://answers.microsoft.com/en-us/ie/forum/ie9-windows_7/how-to-set-default-browser-mode-to-ie7-in-windows/9ce975db-c1ba-41f1-98cf-28ee83508110