Will OATS playback work when browser or remote desktop minimized?

Hi...
I have a problem during playback for web functionality test when browser or remote desktop is minimized. But when the screen in maximized state it is working fine.Mostly web.image().click(); is failing..can anyone give suggestions...
Thanks...

for filtering in adf table we using following code
web.image().click();
web.textBox().click();
web.textBox()..setText("OATS%");
web.textBox().pressEnter();
web.image().click();
......Here web.textBox().pressEnter(); is not working when I minimize the browser....

Similar Messages

  • "remote desktop connection has stopped working" When printing from remote desktop connection

    I have been having a issue when using a windows 7 machine. I have Remote Desktop to a session on Windows2008 R2, I am using the local printer resources to redirect the printing. However everytime i try to print it crashes the remote desktop application.
    Gives me "remote desktop connection has stopped working." I have 4 other computers connected and printing with no issues what so ever. This only happens when i print. It does print by the way just the application crashes.
    -I have also updated the printer drivers to newest possible thru the manufactorer website. The printer is a Brother MFC-8890DW. Windows 2008 R2 is up to date for the RDS server. 3 other machines are able to Remote in and print. The user is able to print using
    diffrent machines just not the Windows 7 machine.

    Hi,
    Happy to hear that you resolved your issue. For another issue which you are facing here trying to provide some suggestion.
    As you have commented that you are facing issue with second screen resolution on wide screen. The setting which I am suggesting can only applies when you are using multi-monitor Remote Desktop connections.  If you are making Connections using a single
    monitor do not use this setting. 
    So for this you can try to apply “Limit maximum display resolution” setting in group policy, where you can mention the width & height for the screen to display. The setting can be applied on below mentioned
    path.
    Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Remote Session Environment
    Meanwhile sharing article with you for more information.
    Remote Session Environment
    http://technet.microsoft.com/en-us/library/ee791847(v=ws.10).aspx
    Hope it helps!
    Thanks.

  • HT1947 The gyro no longer works when using the remote app on my iPad. I updated to iOS 7.0.1. This seem to happen after the update. Any suggestions?

    The gyro no longer works when using the remote app on my iPad. I updated to iOS 7.0.1.
    This seem to happen after the update. Any suggestions?

    Dear Apple friends,
    I have the exact same problem with some apps.
    Even when I try some websites in Safari and Chrome that require loading big chunks of data they crash.
    Today it crashed in two new places. In the notification center and when I opened newstand app I no longer was able to return to the main window and the dock disappeared.
    I have my ipad retina for about three months now but latelly this issue has became more frequent. What should I do?
    Should I update to the latest firmware and do what raymond73 said?
    Is there a fix for this issue?
    Has Apple said anything about this? Because I see that this issue is happening to a lot of people.
    Is it possible to downgrade to iOS 6?
    Is it a firmware problem? That can be fixed in future releases? Or an hardware issue?
    Should I wait or go to the place I bought it and try to get the money back?

  • If i buy an iPhone in the USA will it still work when i move to Canada?, If i buy an iPhone in the USA will it still work when i move to Canada?

    If i buy an iphone in the USA will it still work when i move back to Canada?

    You would probably want to look at a factory unlocked iPhone so you do not have to use a contract with a US carrier.  And look at the network standards being used, in the US iPhones are CDMA (verizon and Sprint) and GSM (AT&T).  What are the carriers in Canada using?  If majority, or the carrier in your location are GSM then you should look at the GSM iPhone.  Also check warranty and applicability in Canada...iPhone warranties are supposed to be valid only in the country of purchase.
    AppleCare+ is available in the US and Canada but, again, be sure you can transfer the coverage to Canada.

  • Flash Player does not work with Standard User, but will work when browser is "Run as Administrator"

    I don't understand why this is happening, but Flash Player will not work when a Standard User is using the browser. It will only work when the browser is run as an administrator. Any way to fix this? I've tried to uninstall, and reinstall the player, and it still wouldn't work.
    The user is on Windows 7, 64-bit. Using IE 10.
    Flash not working for Standard User - YouTube

    Any update to provide at all here guys?  Again, in my situation, it's very much rights-related as a standard user doesn't even report that the flash player exists when testing it on the Adobe Flash Version Detection website (despite it showing up in Control Panel and under Add/Remove Programs).  I've already tried giving the C:\Windows\System32\Macromed and files/subfolders appropriate permissions for the standard user and still nothing.  If I either give the user in question full local admin rights or logon as the domain admin, then the Adobe Flash Version Detection website says Flash is installed and Flash works fine.
    Thoughts???

  • SSIS Package will only run as SQL Agent Job when I have remote desktop to server open.

    Hey guys, so I have another problem to add to the already massive 'SSIS/SQL Server Agent Job' pile. After days of searching, I can't seem to find anything specific to my problem though.
    The setup is as follows: a SSIS package that refreshes and saves excel files that are hosted on a server. The package runs fine on the local machine, using BIDS on the server, and will even work as a SQL Agent Job on the server IF there is a remote
    desktop connection to the server. To elaborate, if I simply run the job as you would normally do it will fail and give the below error. If I run the job while either myself, or a different machine, has a remote desktop connection to the server where the
    job is scheduled - it will run successfully.
    Below is the error from the History File of the job. Any help would be greatly appreciated.
      Source: Refresh Excel and Save      Description: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x8000401A): Retrieving
    the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 8000401a.     at ST_79772452677f4de1852d5ffbba3e5232.csproj.ScriptMain.ExcelRefresh(String FileName)    
    at ST_79772452677f4de1852d5ffbba3e5232.csproj.ScriptMain.Main()     --- End of inner exception stack trace ---     at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct&
    sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)     at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)    
    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)     at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags
    invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)     at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo
    culture, String[] namedParams)     at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, CultureInfo culture)     at Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript()
    UPDATE:
    In my previous post the Identity in DCOM Config file for Microsoft Excel was set as The Interactive User. The job was working only when I had a remote connection to the server open.
    If I set the Identity to 'This User' and use the username and password of the server login account, it will work as a scheduled job without needing an open remote connection to the server. So it works, great! but I have reservations setting this
    for all instances of Excel for the server. I'm sure other users have different accounts they use for running Excel. Any suggestions around this?

    Hi LiamSexton,
    It should be the server-side Automation of Office issue described in the following KB article:
    http://support.microsoft.com/kb/257757 
    Microsoft does not currently recommend, and does not support, Automation of Microsoft Office applications from any unattended, non-interactive client application or component (including ASP, ASP.NET, DCOM, and NT Services), because Office may exhibit
    unstable behavior and/or deadlock when Office is run in this environment.
    User Identity: Office applications assume a user identity when the applications are run, even when Automation starts the applications. The applications try to initialize toolbars, menus, options, printers, and some add-ins based on settings in the user
    registry hive for the user who launches the application. Many services run under accounts that have no user profiles (such as the SYSTEM account or the IWAM_[servername] accounts). Therefore, Office may not initialize correctly on startup. In this situation,
    Office returns an error on the CreateObject function or the CoCreateInstance function. Even if the Office application can be started, other functions may not work correctly if no user profile exists.
    To work around the issue, you can refer to the following alternative introduced in the article:
    Most server-side Automation tasks involve document creation or editing. Office 2007 supports new Open XML file formats that let developers create, edit, read, and transform file content on the server side. These file formats use the System.IO.Package.IO
    namespace in the Microsoft .NET 3.x Framework to edit Office files without using the Office client applications themselves. This is the recommended and supported method for handling changes to Office files from a service.
    Regards,
    Mike Yin
    TechNet Community Support

  • Why will Firefox will not open when connecting via Remote Desktop?

    I have Firefox v. 6.0 or 7.0 installed on a Win 7 machine. It works fine locally, but when I connect to the machine via Remote Desktop it will not start.

    Make sure that the pref dom.storage.enabled is set to true on the about:config page.
    * http://kb.mozillazine.org/Dom.storage.enabled
    * https://developer.mozilla.org/en/dom/storage (Storage location and clearing the data)
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

  • After up date my I phone 5 will no longer work when calling an automated phone . Press 1 for this or 2 for that. It tells me wrong selection.

    Why will my phone no longer work when calling an system with automated dialing, press 1 for this or 2 for that. Tells me not a valid number.

    sunshinesunshine wrote:
    So basically if a iphone has a fault after the 1 year warranty period is over, there is nothing the consumer can do but purchase a new phone??
    Pretty much. Except that Apple will replace it for a fixed fee that is far less than the cost of a new phone. In the US the replacement cost for an iPhone 4 is $149. It is comparable in the UK. Unless you can prove that the fault was present at the time of purchase. A switch wearing out would probably be considered normal wear and tear, not a "fault".

  • HT4061 i left my ipad 3 as i will go to work when i came back from work and able to used my ipad power is not working and the ipad is warm i didnt left the ipad charging.... so i tried to again and outting it on its not working now. pls do the needful

    I bought new ipad3 last week yesterday I left it on bed as I will go to work. When I came back and able to used it power is not working and feel the ipad get warm and feel let it cool down and try it again its not working at all. Kindly pls do the needful.  thanks a lot

    I bought new ipad3 last week yesterday I left it on bed as I will go to work. When I came back and able to used it power is not working and feel the ipad get warm and feel let it cool down and try it again its not working at all. Kindly pls do the needful.  thanks a lot

  • Will time machine work when the lid is closed on my macbook?

    I was on then I closed the lid. Its connected to a USB hard disk designated for time machine.

    No, Your MacBook goes to sleep. Time Machine will start working when you open it.

  • One note starts on its own when I use Remote Desktop connection

    Whenever I use RDC to connect to my home server, One note start and pops up totally on its own on my local computer.
    Can anyone explain why, and more importantly how I can stop this behaviour?

    After hours of reading through forums and posts similar to this one, and knowing the proposed work-arounds were not going to be accepted by my client that was having the issue, I came to the conclusion that it had to be a print driver or the software that
    gets installed along with the print driver on the server that was causing my issue.
    I started searching and came across some Epson software that was installed on the remote desktop server when I was trying to get a scale house ticket printer to work as a network printer. The printer was not installed on the server but the software remained
    in the add and remove programs list.
    I removed the three Epson entries in the add and remove programs list and the problem stopped.
    I don't know if this was mentioned above but the behavior I observed was that the print job was going to multiple printers, not just OneNote. I my case if I removed the OneNote pritner I would then get prompted by the Microsoft XPS Document Writer for a
    file location to save to.
    I could open the print queue for each of the printers that were getting redirected on my local machine, I would then log in to the remote desktop server that I was having the issue on. I could see the "remote desktop redirected printer doc" get
    sent to each printer. If the printer was online it would flash for only a moment and the printer would ignore the job as if nothing had been sent to it. If the printer was offline the job would stay in the queue.
    I think this was mentioned above so I will reiterate, don't approach the issue like it is a problem just with OneNote or with a particular driver from a particular manufacturer. We know at the very least that the problem can be caused by Samsung driver/printer
    software and by Epson driver/printer software so it stands to reason that there can be other drivers/printer software packages that can cause the same problems.
    I hope this helps! 

  • "Licensing timed out" when creating to Remote Desktop Connection

    Our company have two site (SiteA and SiteB),  both have its own DC (SiteA.xx.local and SiteB.yy.local).  A Windows 2012 Server setup a Terminal Service.  All SiteB user will use remote desktop to connect to the Terminal Server.
    Sometime it will prompted an error "A licensing error occurred while the client was attempting to connect (Licensing timed out).  Please try connecting to the remote computer again."   Before this error message shown, the connection box
    will show the status "Estimating connection quality" for a while (my last test this will stay for 2 min 30 sec. before Licensing timed out prompt). 
    When we face this error,  the only way to solve it is to reboot the Terminal Server.  Once reboot,  everything will be fined,  all user can connect again.   But sometime later (no fixed time period, from two hours - two days), user
    will then have this problem.  But we need to reboot server again.
    I can't found in what situation this error will happened.  But we do experienced the following situation.
    1. Sometime the a RDS Connection just stopped directly.  Then try to reconnect but failed.  In this case,  all other users are still using it.  
    2. I try to unplug a network connection for a client, it show the connection is lost and trying to reconnect.  After I plug the network back.  Cancel the reconnect process.  Then open the remote desktop again it will have the error.
    3. there has two machine will never have this problem (we have this problem for 3 months).  no matter how the connection lost.  it can built up the connection once the connection is back
    I followed some forum to enable the netlogon.log.  On the Server, I found:
    1. [MISC] [872] In control handler (Opcode: 4):  This log must there when the problem happened.
    Not sure if the following log help:
    1. NetpDcGetName: SiteA.xx.local. using cached information ( NlDcCacheEntry = 0x000000DE96694D50 )
    2.DsGetDcName function returns 0 (client PID=2088): Dom:SiteA Acct:(null) Flags: NETBIOS RET_DNS
    3. NetpDcInitializeContext: DSGETDC_VALID_FLAGS is c03ffff1
    4. DsGetDcName function called: client PID=23532, Dom:(null) Acct:(null) Flags: LDAPONLY RET_DNS  (I found some log will be Dom:SiteA install of Dom:(null)   )
    5. NlTimeoutApiClientSession: Unbind from server \\SiteA-DC.Stingmars.hk.local (TCP) 0.
    6. NlPrintRpcDebug: Couldn't get EEInfo for I_NetLogonSamLogonEx: 1761 (may be legitimate for 0xc000006e)
    On the Client side:  Not sure if the log can help:
    07/11 11:56:01 [MISC] DsGetDcName function called: Dom:(null) Acct:(null) Flags: DS
    07/11 11:56:01 [DNS] NlDnsHasDnsServers: DNS Server is NOT configured on this machine.
    07/11 11:56:01 [MISC] NetpDcInitializeContext: DSGETDC_VALID_FLAGS is c01ffff1
    07/11 11:56:01 [MISC] NetpDcGetName: SiteB using cached information
    07/11 11:56:01 [MISC] DsGetDcName function returns 0: Dom:(null) Acct:(null) Flags: DS
    07/11 11:56:01 [MISC] DsGetDcName function called: Dom:(null) Acct:(null) Flags: FORCE DS
    07/11 11:56:01 [DNS] NlDnsHasDnsServers: DNS Server is NOT configured on this machine.
    07/11 11:56:01 [MISC] NetpDcInitializeContext: DSGETDC_VALID_FLAGS is c01ffff1
    07/11 11:56:01 [MAILSLOT] Sent 'Sam Logon' message to SiteB[1C] on all transports.
    07/11 11:56:01 [CRITICAL] NlBrowserSendDatagram: No transports available
    07/11 11:56:01 [CRITICAL] NetpDcGetNameNetbios: SiteB: Cannot NlBrowserSendDatagram. (1C) 53
    07/11 11:56:01 [MISC] NetpDcGetName: NetpDcGetNameNetbios returned 1355
    07/11 11:56:01 [CRITICAL] NetpDcGetName: SiteB: IP and Netbios are both done.
    07/11 11:56:01 [MISC] DsGetDcName function returns 1355: Dom:(null) Acct:(null) Flags: FORCE DS
    07/11 11:56:02 [MISC] DsGetDcName function called: Dom:(null) Acct:(null) Flags: LDAPONLY RET_DNS
    07/11 11:56:02 [DNS] NlDnsHasDnsServers: DNS Server is NOT configured on this machine.
    07/11 11:56:02 [MISC] NetpDcInitializeContext: DSGETDC_VALID_FLAGS is c01ffff1
    07/11 11:56:02 [MISC] NetpDcGetName: SiteB using cached information
    07/11 11:56:02 [MISC] DsGetDcName function returns 0: Dom:(null) Acct:(null) Flags: LDAPONLY RET_DNS
    07/11 11:56:03 [SESSION] V6 Winsock Addrs: fe80::bd63:1d49:d8fd:724%12 (1) V6WinsockPnpAddresses List used to be empty.
    07/11 11:56:04 [MISC] NlPingDcNameWithContext: Ping response timeout for SiteB-DC.Stingmars.cn.local.
    07/11 11:56:04 [CRITICAL] NlPingDcNameWithContext: Can't ping the DC SiteB-DC.Stingmars.cn.local.
    07/11 11:56:04 [MISC] NetpDcInitializeContext: DSGETDC_VALID_FLAGS is c01ffff1
    Thanks
    Kenneth Lai

    Hi Kenneth,
    Thank you for posting in Windows Server Forum. 
    Please check the setting and workaround as per below thread.
    RDP connection hangs on "estimating connection quality"
    http://social.technet.microsoft.com/Forums/en-US/18819bef-5c01-4849-9c61-afb7e8c8a581/rdp-connection-hangs-on-estimating-connection-quality?forum=winserverTS
    In addition, also check below details.
    Cause:  If you are using Internet Protocol security (IPsec) to help protect traffic over TCP between clients and terminal servers, then packet fragmentation might occur. As a result, some packets might not reach their destination, and
    client connections to terminal servers might fail.
    Solution:  Configure IPsec to help protect traffic over UDP rather than over TCP.
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • How do I simulate a right-click in Windows when connected with Remote Desktop 8.0 for Mac OS X?

    When connecting to a remote Windows 7 OS from Mac OS X 10.8.5 with Microsoft Remote Desktop 8.0.24091, I'm not able to simulate a right-click with the Apple magic mouse.  
    On an older version Microsoft Remote Desktop Client version 2.1.1, I can hold down shift+ctl on the Mac and click the magic mouse to simulate a right-click in Windows.  With this new version RDP 8.0, I can't find any way to simulate a right-click,
    other than to select "Swap mouse buttons" under settings, and then every click is a right-click and then I'm no longer able to left-click (which is even worse).  I've tried several key combinations and nothing seems to work.  Am I missing
    something simple here with the new RDP 8.0 application, or is the right-click simulation not (yet) functional?  
    Any help is greatly appreciated, thanks!

    In order to make use of the right-click inside an open session you have three options:
    Standard PC two button USB mouse
    Apple Magic Mouse: To enable right-click, clickSystem Preferences in the dock, click Mouse, and then enable Secondary click.
    Apple Magic Trackpad or MacBook Trackpad: To enable right-click, click System Preferences in the dock, click Mouse, and then enable Secondary click.
    Extracted from "Remote desktop Client on Mac: FAQ"
    http://technet.microsoft.com/en-us/library/dn473006.aspx

  • Overriding function keys when using MS Remote Desktop Connection

    Is there a way when connected to a RDP client using MS Remote Desktop Connection to prevent the function keys from being intercepted and handled by OSX. For example on my iMac keyboard, function keys 7 to 12 are used to control itunes and alter the system sound volumes. Is there a way to have these keys processed by the RDP client instead, so that the remote Windows OS can handle them?
    While this question currently relates to an iMac, I'll soon be using a Macbook Pro in the same scenario, and will be requiring a similar solution for that machine.

    Thanks for your suggestion. Setting that option only toggles what the function keys are interpreted as in OSX, but the key presses are still not processed by the OS in the RDP session. For example, pressing F9 when the RDP window is active shows all open OSX windows in Expose, rather than having the keypress processed by the active software in the RDP session
    I did try posting to the forum you mentioned yesterday, but due to server issues my post failed. I'll try again today.

  • Password expires when using the Remote Desktop App in Android

    When the password expires, users using the Microsoft Remote Desktop App in Android cannot logon to the system.
    Is there a way for them to be notified of the password expiry and having a chance to change the password?
    Cheers.
    Andrew

    Hi Andrew,
    Thank you for posting in Windows Server Forum.
    You can set the GPO policy, “Interactive Logon: Prompt user to change password before expiration” under
    Computer Configuration\Windows Settings\Local Policies\Security Options which will let the user prompts to change their password before specific limit. 
    More information.
    How to change the password expiry notice default
    http://technet.microsoft.com/en-us/library/ee829687(v=ws.10).aspx
    In addition, there is script where user get email alert to change their passwords. Please have a look for this gallery article (Password Expiry Email Notification).
    Hope it helps!
    Thanks.
    Dharmesh Solanki

Maybe you are looking for