Another control is blocking the control. Please make the blocked control visible and retry the action

I am trying to click on a Hyperlink in div tag , but I keep getting this error message:
Another control is blocking the control. Please make the blocked control visible and retry the action.
What could it be?  Nothing is blocking it  at all.

Check your html to see whether any controls are inadvertantly floating over the top of your hyperlink.
I would also use firebug (F12 in ie or chrome) to highlight the boundaries of each control on your page so you can track it down easily.
If using chrome you can right click on the page and select Inspect element.
This should help you find the cause of the issue:)

Similar Messages

  • Coded UI : Window '' is blocking the control 2015. Please move the window '' or make the control 2015 visible and retry the action. Additional Details:

    Hi ,
    I'm trying to do a test automation using codedUI. This is a Windows application based on WPF.
    I recorded the events and when playback I get a error.
    There are two datetime pickers in the same form and when doing a playback one is picking up the date correctly where as the other datetimepicker is throwing the error as below.
    Window '' is blocking the control 2015. Please move the window '' or make the control 2015 visible and retry the action. I tried even manually selecting some offset points but still the calendarfield shows empty.
    Thanks,
    Jayashree

    Hi Jayashree,
    Thank you for posting in the MSDN forum.
    >> Window '' is blocking the control 2015. Please move the window '' or make the control 2015 visible and retry the action.
    Please debug it with steps in this blog:
    http://blogs.msdn.com/b/visualstudioalm/archive/2012/03/04/handling-playback-failures-in-coded-ui-test-due-to-stale-ui-controls.aspx
    Please make sure that the target control is well truly visible on the screen, and then troubleshoot action you need to take is to check if the search has actually hit the correct target element. You can make use
    of the
    DrawHighlight method in your test code to validate this.
    Best Regards,
    Jack 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can you please make an update to open  and show itunes photo files on the computer as well as devices ????????? PLEASE?????????

    Can you please make an update to open and show itunes photo files on the computer as well as the devices ??????? PLEASE????????????? It's a real pain to view old photos for time and capacity reasons!!!!

    You seem to think you are talking to Omnifocus here.  The odds of actually reaching them here are practically 0%, I would guess.
    I suggest you go to the omnigroup forums and present your suggestions in the omnifocus forum.
    http://forums.omnigroup.com

  • What shall I do to make my hard rive visible and usable on my new mac book pro please ...

    Hello !
    Can someone help me ?
    What shall I do to make my hard rives visible and usable on my new mac book pro please ...
    Nothing happened when I plug in as it used to be on my old white Mac Book ...
    Same when I plug them through a hub satelite multi usb ...
    Thanks for the help !
    Alain

    Finder > Preferences > General >  'Show these items on the desktop '  Check what you need to show...

  • Is there any way to block PDF files sharing from iPad to any another device or cloud? We need to have certain PDFs visible and readable only from iPad.

    Is there any way to block PDF files sharing from iPad to any another device or cloud? We need to have certain PDFs visible and readable only from iPad.

    There are "container" apps emerging for the iPad.  Enough searching & I suspect there would be one for your needs. 
    All in one Application that emphasize security
    Good Collaboration Suite  Secure mobile app-to-app collaboration.
    The Good Collaboration Suite includes Good for Enterprise, Good Share and Good Connect secure mobile apps, simplifying access to email, calendar, contacts, tasks, instant messaging, browsing and document sharing. These apps are built using Good’s next-gen containerization   that includes secure data sharing between any Good secured app as well as app-level encryption independent of the device used."
    http://www1.good.com/applications/

  • When trying to install a digital copy, everything works including the downloading, until it is processing to iTunes then I receive "You do not have enough access privilages for this operation. Check the disk to make sure it is clean and retry." error.

    When trying to install a digital copy, everything works including the downloading, until it is processing to iTunes then I receive "You do not have enough access privilages for this operation. Check the disk to make sure it is clean and retry." error.
    Tryed several times, Same Results. Tryied rebooting, logging out & into iTunes, Same Result. Seems to do this error with every digital copy, but works eventually. But now will not post digital copy to my iTunes at all. Just same error over and over.
    Any Thoughts??

    Oddly enough. I think I just solved it. It looks like, for some reason, my computer has about 8 different "iTunes music" folders, and I've been saving my music to the wrong one. Neat. Music now imports and plays as it should. Copying things over is going to be so fun tonight!

  • Controlling Visibility and Security: SecurityProfile Evaluators

    We have a custom button called PrintViewButton located at the Action Navigation. We want to apply some security around that button. I'm creating a new CustomSecurityEvaluator class. Below is example code per Oracle documentation. I have two questions.
    1. What dll or dlls do I need to reference so my class can access the following
    Imports Xeno.Web.UI.Common.Controls.ObjectHeader
    Imports Xeno.Web.UI.Providers.Security
    2. Do you have a C# example?
    Example code per documentation:
    Step 2. Create a plugin named MyEvaluator and compile.
    Imports Xeno.Prodika.Application
    Imports Xeno.Prodika.Services
    Imports Xeno.Web.UI.Common.Controls.ObjectHeader
    Imports Xeno.Web.UI.Providers.Security
    Public Class MyEvaluator : Implements ICustomSecurityEvaluator
    Private ReadOnly Property SpecService() As ISpecificationService
    Get
    Return AppPlatformHelper.ServiceManager(Constants.GetInstance().SPECIFICATION_SERVICE)
    End Get
    End Property
    Public Function Evaluate() As Boolean Implements ICustomSecurityEvaluator.Evaluate
    If (SpecService.Current Is Nothing) Then
    Return False
    End If
    //<Your codes here>
    Return //<Your result here>
    End Function
    End Class
    Edited by: Hai at Tyson on Oct 29, 2012 2:51 PM

    thanks. so here's my plugin in C#. what dll do i need to reference to have access to Constants?
    example code:
    using Xeno.Prodika.Application;
    using Xeno.Prodika.Services;
    //using Xeno.Web.UI.Common.Controls.ObjectHeader;
    using Xeno.Web.UI.Providers.Security;
    namespace Tyson.Pdm.SecurityEvaluatorPlugins.Lib
    public class PrintViewButtonPlugin : ICustomSecurityEvaluator
    private static ISpecificationService SpecService
    get { return AppPlatformHelper.ServiceManager(Constants.GetInstance().SPECIFICATION_SERVICE); }
    public bool Evaluate()
    if (SpecService.Current == null)
    return false;
    //<Your codes here>
    //Return //<Your result here>
    throw new System.NotImplementedException();
    }

  • Rollover one invisible movie clip and make  a different one visible and the reverse

    This is a very simple thing I want to do: show informational popups when an area of the screen is rolled over. I was able to get this working in action script 3 with MouseEventListener and the visible =true/false property but can't seem to get it working correctly in AS2. I need AS2 for backward compatability with Captivate.

    You can use true/false in AS2, but 0/1 should work as well.
    THe way you have it, it can't go invisible...
    You set the object invisible with the first line, but then make it visible again later on, so one of them, I suspect the latter needs to go.
    Also, in your rollout function you have a typo.  You are missing a "." before _visible...
    companyTxt_visible = 0;    // typo
    companyTxt._visible = 0;   // no typo

  • How to make Queries in POWL visible and Invisible based on the role

    Hi Experts ,
    By default in RFX and Auctions tab in SRM we are having 2 Queries
    Query 1 : EBids 
    Query 2 : EAuctions ..
    Now my doubt is If the supplier logs in then the Eauction queries should be invisible .
    For remaining Users it should be in Visible Mode
    Is it possible to do this by using TCODE : POWL_QUERYR
    or
    otherwise should we have to do it in Feeder Classs ..
    Pls let me know how to do ??????
    Thanks ,
    Sandeep

    This add on might make the icons bigger in Firefox, but it will take away any labels: [https://addons.mozilla.org/en-US/firefox/addon/iconic-firefox-menu/?src=search]
    As well as customizing size of scrollbars here: [https://addons.mozilla.org/en-US/firefox/addon/noiascrollbars/]
    I might end up looking majestic, but you can customize the look and feel.

  • Could you please make an OS for computers and laptops like Windows, Chrome, Mac, Linux, etc.? It would be great if it would be not internet-based like Windows.

    It would be great if you would develop an OS for PCs and not just for android phones only, like what Google did with their Chrome OS. It would be nice if it's like Windows or Mac that are user friendly and not like Chrome OS that is internet-based nor Linux that was for programers and developers, and was too complicated. I'm sure that many supporter and fans of Mozilla would appreciate and love it. So please? Would you do it for us? Thanks!

    Mozilla does have a "Firefox OS" however it has mainly been used on phones.
    Though it has been installed on other devices whether by a company or by users.
    https://firefoxosdevices.org/en/#type:all|coming-devices:no
    http://en.wikipedia.org/wiki/Comparison_of_Firefox_OS_devices
    There was a kickstarter to have a streming stick using Firefox OS.
    https://www.kickstarter.com/projects/matchstick/matchstick-the-streaming-stick-built-on-firefox-os

  • My wifi will not turn on. The button is settings seems to be locked. I tried turning it on from the control panel, and also with Siri, but it still does not turn on in settings, so i cannot access wifi. Please help ASAP

    Wifi will not work. The button in settings seems to be locked. Tried control panel and siri to turn it on, doesnt work because the settings wont turn it on. Need help ASAP cause my data limit is approaching.

    If the battery was completely drained the iPad will not respond for some time after connecting it to the charger. Connect the iPad to the charger that came with it and plug that into a good wall outlet. Wait 30 minutes. Then reset the iPad.Press and hold both the Home button and the Sleep/Wake button continuously until the Apple logo appears. Then release the button and let the device restart. You will not lose data doing this. It's like a computer reboot.
    If the iPad restarts let it continue to charge until it's battery shows fully charged. If the iPad still does not start Make an appointment at an Apple Store to have your device examined by a technician. Or contact Apple Support. Be sure to back up your device before taking or sending it to Apple.

  • How do I control my mac from another mac not in the same network?

    How do I control my mac from another mac not in the same network? Thanks

    You can do it manually, but it is much simpler if you use a tool such as Back To My Mac, LogMeIn, or something like that. Those programs enable you to connect to your computer through your router without you having to adjust the router settings manually.

  • I HAVE IPHONE 4 i am facing 2 problems on the IOS 7 GM 1-  I CAN'T SLIDE THE CONTROL CENTER AND NOTIFICATIONS CENTER UNTIL I MAKE RESTART 2- ONCE I RECEIVING CALL  IF I PRESS TO REMIND ME LATER THE I PHONE MAKE RESTART SOMETIME

    DEAR ALL,
    I HAVE IPHONE 4 i am facing 2 problems on the IOS 7 GM 1-  SOMETIME I CAN'T SLIDE THE CONTROL CENTER AND NOTIFICATIONS CENTER UNTIL I MAKE RESTART 2- ONCE I RECEIVING CALL  IF I PRESS TO REMIND ME LATER THE I PHONE MAKE RESTART SOMETIME.
    <Email Edited by Host>

    Restore as a new device, then sync your apps and contacts.
    Do not restore from backup.
    If that does not resolve it, then the next step would be to visit the Genius bar at an Apple store.

  • Error Message: Unable to load Acrobat Reader control.  Please make sure it is correctly installed.

    The above error message appears when my client tries to open PDF files from a website.  He is running Windows 7 with Internet Explorer 9.  This problem just started happening about one week ago.  Saving the PDF to a file and then printing from there works, but he has to open and print about 20-30 files per file that he does, so that is not feasible for him to do.
    I have uninstalled and reinstalled Adobe Reader X, with no luck (he never even had Acrobat Reader installed - ever).  I have uninstalled his anti-virus, but that didn't help.  I have checked for any updates that may have installed recently, but there were none.  He is also having this problem on his laptop, which is running Windows XP with Internet Explorer 8, so this leads me to believe that it is an Adobe issue.
    He did not feel like he should have to pay Adobe for them to figure out their own problem, so that was out of the question.  I can't say that I blame him.  Unfortunately, he works from home, so this has really put an impact on his business.  If anyone has seen this before, or if anyone has any solutions, please let me know!  Any and all help is appreciated!  I work on computer's for a living, so don't worry about over-explaining any solutions you may have.
    Thank you!

    That file only? And before version X, Adobe did not recommend having Acrobat and Reader installed in the same Win computer...

  • RUNAS another user: assistance with my batch file for control panel and explorer

    Hello, for desktop support on end user or multi/generic user pcs it is nice to access common commands quickly from a batch file to run under your account. In xp both explorer and control panel apps launched without issues. The primary issue for explorer
    is it appears to ignore the runas command (but the user has permissions to explorer so no error) while the control panel apps ignores run as well but does not have permissions so generates an error. The other commands all execute as the attempting admin's
    account.
    who it is for: the user with the admin account to execute on the user's desktop whom is a nonadmin
    **please note, the commands appear to work if you do have admin rights**, the logged in user does not  have admin rights to these utilities like in a common corporate environment.
    "windows cannot access the specified device, path or file. You may not have the appropriate permissions to access the item."
    Issue#1:
    With win7 if you do a run as for explorer.exe via batch it will open, but will still be running under the signed in user. I have searched many threads on various sites and have not found a working solution for batch, this may be something I need to retire.
    Issue#2: all control panel applets fail to launch through various methods.
    SECTIONS THAT I AM STRUGGLING WITH:
    runas /user:%auser%@DOMAINNAME "explorer.exe /separate"
    runas /user:%auser%@DOMAINNAME "cmd /c Start /B rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl"
    "cmd /c start appwiz.cpl" also fails
    alternative also fails:
    runas /user:%auser%@chwi "cmd /c Start /B control.exe"
    cls
    @ECHO OFF
    set /p auser= Enter your account login id:
    :MyMenu
    CLS
    Echo Use the options below to run as with your admin account id:
    echo.
    ECHO 1 - Explorer C:\ - may not work with win7
    ECHO 2 - Device Manager
    ECHO 3 - Event Viewer
    ECHO 4 - Services
    ECHO 5 - Computer Management
    ECHO 6 - REGEDIT
    ECHO 7 - Command prompt
    ECHO 8 - Local Users and Groups
    echo 9 - launch task manager
    ECHO a - Control Panel - may not work with win7
    Echo b - Add/Remove programs - may not work with win7
    Echo 0 - Exit
    echo.
    SET /P OPT=Please make a selection, and press enter:
    if %OPT%==1 GOTO OPTION1
    if %OPT%==2 GOTO OPTION2
    if %OPT%==3 GOTO OPTION3
    if %OPT%==4 GOTO OPTION4
    if %OPT%==5 GOTO OPTION5
    if %OPT%==6 GOTO OPTION6
    if %OPT%==7 GOTO OPTION7
    if %OPT%==8 GOTO OPTION8
    if %OPT%==9 GOTO OPTION9
    if %OPT%==a GOTO OPTIONa
    if %OPT%==b GOTO OPTIONb
    GOTO exit
    :OPTION1
    ECHO Executing Explorer C: window
    echo.
    runas /user:%auser%@DOMAINNAME "explorer.exe /separate"
    GOTO:mymenu
    :OPTION2
    ECHO Executing Device Manager
    echo.
    runas /user:%auser%@DOMAINNAME "cmd /c Start /B devmgmt.msc"
    GOTO:mymenu
    :OPTION3
    ECHO Executing Event Viewer
    echo.
    runas /user:%auser%@DOMAINNAME "cmd /c Start /B eventvwr.msc"
    GOTO:mymenu
    :OPTION4
    ECHO Executing Services
    echo.
    runas /user:%auser%@DOMAINNAME "cmd /c Start /B services.msc"
    GOTO:mymenu
    :OPTION5
    ECHO Executing Computer Management
    echo.
    runas /user:%auser%@DOMAINNAME "cmd /c Start /B compmgmt.msc"
    GOTO:mymenu
    :OPTION6
    ECHO Executing regedit
    echo.
    runas /user:%auser%@DOMAINNAME "cmd /c Start /B regedit"
    GOTO:mymenu
    :OPTION7
    ECHO Executing command prompt
    echo.
    runas /user:%auser%@DOMAINNAME "cmd /c Start /B cmd"
    GOTO:mymenu
    :OPTION8
    ECHO Executing Local Users and Groups
    echo.
    runas /user:%auser%@DOMAINNAME "cmd /c Start /B lusrmgr.msc"
    :OPTION9
    ECHO Executing task manager
    echo.
    runas /user:%auser%@DOMAINNAME "cmd /c Start /B taskmgr.exe"
    :OPTIONa
    ECHO Executing control panel
    echo.
    runas /user:%auser%@DOMAINNAME "cmd /c Start /B control.exe"
    :OPTIONb
    ECHO Executing add/remove programs
    echo.
    runas /user:%auser%@DOMAINNAME "cmd /c Start /B rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl"
    GOTO:mymenu
    GOTO EXIT
    :EXIT

    You guys I appreciate the feedback but please read my entire post and help if related, this is getting a bit frustrating.
    a. I am not developing a powershell solution or "how do I launch them via command prompt" that is well known. The goal is to create an easy to use "run as helper" script for those that are not as savvy or do not have the commands memorized.
    Even so many of your suggestions do not work because the user logged in does not have admin rights and the commands are blocked because of this restriction.
    b. This is for the batch file in question, NOT "how do I launch command prompt as an admin"
    c. Again, several options work, several do not (network connections and programs and features do not) must likely due to same limitations as explorer.exe or UAC
    d. this is not "how do I launch the utilities by command line" it is "how do I launch them as the admin WHEN the current user does not have admin rights". The entire script works on a pc if you have admin rights because its launching
    it instead AS the current user, in that case the current user has admin rights therefore it doesnt reproduce the issue.
    e. running by control.exe using the app name or with cpl does not resolve the issue.
    f. I did not post that command prompt is having issues launching, I wrote a couple times that the options in my script do work such as command prompt. Even if you launch command prompt you cannot launch programs and features or network connections with your
    admin account with or without an additional runas command.

Maybe you are looking for

  • XI3.0 BPM collect message using substring within correlation

    Hi, I have a requirement to collect a list of IDOCS using the first three characters of a field as a correlation.  I tried adding the XPATH expression substring(/ArticlePriceData/ArticlePrice/Site, 1, 3) within the correlation editor but this does no

  • Purchased refurbished and unable to update

    I purchased a refurbished Mac Book Pro last summer. I tried updating iMovie but it says I must log in with the ID used to purchase it. I have no other ID. How do I correct this?

  • Charts are not showing up in WEBI after the SAP Integration

    folks,               I have successfully iinstalled the following               BOBJ XI R3.1 Java version               Crystal Reports 2008 with SP1               Xcelsius 2008 enterprise               SAP GUI               Java Connector           

  • How can I get my iMessage to work after iOS7.0.3 update ?

    I had the iMessage bug for iOS7 update for over a month now & was happy to hear that the new update would fix this but to find out it still doesn't work !!! What can I do to fix this ? it doesn't allow me to send or receive photo msges. I've also wai

  • Condition type for Amortization charges

    All SAP Gurus, We want to reduce the amount equal to the Amortization charges from the payment to the vendor. The calculation are such that we have to put the condition for Amortization charges into Tax procedure. Which condition type can be used for