Is there a BrowserWait, Wait, or some similar funciton?

I have made a function that uses the DOM to go to a different page due to the dynamic nature of the page. It does this fine but I want to wait until the browser is ready before exiting the function (wait for the page to load). Is there any Empirix functions to accomplish this? If not does anyone know a way to wait for browser ready?
Thanks in advance,
Allen

Hi dougmanct,
I'm actaully not trying to navigate to another page. The actual URL does not change but I do expect the page content to change after clicking on the link. Due to the dynamic nature of the elements in this URL I am trying to use some custom VBA code to find and click on items in the page. In the VBA portion of my script I am getting an HTML element (HTMLLinkElement) from a cell in a table. I am using the HTMLLinkElement.click method to programatically click on this link. After the click method does it's thing nothing happens in the Emprix browser until the script moves on to the next Page Node.
I would like to be able to search/find the new elements after using the HTMLLinkElement.click method before exiting the function. Right now the new elements don't appear after the click event but do after the visual script moves on to the next page node.
Clear as mud?
Message was edited by: hagstal

Similar Messages

  • There was an error importing some photos from my iphone, and since then I can not close the program ... it gives the mesage 'please wait until import is conclued'...but nothing is being tranfered. Any help ? Iphoto version 9.5.1

    there was an error importing some photos from my iphone, and since then I can not close the program ... it gives the mesage 'please wait until import is conclued'...but nothing is being tranfered. Any help ? Iphoto version 9.5.1

    Force Quit the application from the Apple menu.

  • Hi guys, I have a problem with imessage. My iphone 4S is factory unlocked and i have been using t-mobile carrier. i tried settings - messages - imessage on but there is this 'waiting for activation' thing. Does anyone know how to solve this? Thanks!

    Hi guys, I have a problem with imessage. My iphone 4S is factory unlocked and i have been using t-mobile carrier. i tried settings - messages - imessage on but there is this 'waiting for activation' thing. Does anyone know how to solve this?
    Thanks!

    If you are in the UK:
    Please upgrade your plan to Web n Walk plus. One of our users on T-Mobile UK had this to report back to us:
    T-Mobile UK are in fact port blocking to ensure fair usage on their base Web and Walk Plan. I have upgraded to Web and Walk Plus and as a result the port blocks are lifted and I get a higher data allowance!
    We were also recently contacted by T-Mobile UK, who stated the following:
    Any smart phone (iphone, android etc) that is bought directly from T-Mobile should be automatically provisioned with Web n Walk plus, if customers have bought a handset sim free then they will need to call customer services and get this added. It is free of charge for most price plans (including new plans) but some older plans will generate a charge of £5pm for this.

  • TS1702 Sound problems in Fragger HD, there is no music in some worlds like heart attack for example! Only the sound of grenades!

    Sound problems in Fragger HD, there is no music in some worlds like heart attack for example! Only the sound of grenades!
    In some worlds there was sound,
    But when I went to the new worlds, it was quite, I thought that the world is designed to be quite, but when all the new worlds are quite, I think that there is a problem!

    Still waiting for a solution.

  • How do you go to marker  when there is a wait for mouse click between the markers?

    I cant seem to get by the wait for mouse click, when using                          go to (marker)
    I have a game that I have 2 push buttons one is
    on mouseUp me
      go to frame 9
    end
    on mouseUp me
       go to frame  29
    end
    There is a wait to click in between these 2  frames and when I click on the  2nd button to go to frame 29  it stops at the wait to click?
    I have tried  all these below and cant get past the click to wait?????
    go
    go to frame
    go to marker
    _movie.go
    _movie.marker
    _nextMarker=

    Think this issue is resolved but to ensure the full answer is available, here it is.
    First, it's a bad idea to use the Tempo channel at all. You can use a script to do anything that you can do there. I have Lingo alternates to the Tempo channel at:
    http://www.deansdirectortutorials.com/Lingo/tempoLingo.htm
    (think I need to update this page though)
    So - DO NOT USE the Tempo Channel setting - Wait for Mouse Click or Key Press.
    The above setting creates a type of pause that interferes with other interactivity.
    Instead - use a 'Hold on Frame' behavior (from the Library Palette - Navigation category) or it could be written as:
    on exitFrame
    go the frame
    end
    Once you have the above behaviour in you desired frame, you can attach a sprite behaviour to your buttons / links. A good one to use is the ‘Jump to Marker Button’ behaviour in the Controls category of the Library Palette. You can attach this behavior to different sprites and just change the marker setting of the behavior, removing the need to have individual hard-coded scripts for each button.
    Next – DO NOT link to frame numbers. Always link to a marker. You may insert or remove frames. This would cause your incorrect links since the frame number would no longer the right point.
    Next – the following all do the same thing:
    go to frame “markername”
    go to “markername”
    go “markername”
    So, you can leave out ‘frame’ or even ‘to’ as they are not needed. I still use ‘go to’ as it feels more natural to me (just history).
    or you could use:
    _movie.go("dean")
    Don’t use
    go to marker “markername”
    I think that did work at some point but not anymore.
    marker can be used as follows:
    go marker (-1)
    Where -1 is the amount of markers back (could be forward as well).
    Well, that gives the detailed answer to your question.
    Dean

  • HT4914 I often record songs at a particular tempo, iTunes Match will then match it and send it back to me at the original tempo, is there anyway I can stop some songs from being matched. At the moment I have turned match off. But I would like to sync play

    I often record songs at a particular tempo, iTunes Match will then match it and send it back to me at the original tempo, is there anyway I can stop some songs from being matched. At the moment I have turned match off. But I would like to sync playlists.

    How old was this backup? It sounds like it was at least several weeks old.
    You can look directly in the TM backup for the music.
    1. Connect to the external HDD the backup is kept on.
    2. Open a Finder window and select the backup drive in the left hand panel. Double click into the folders until you see a list of folders with dates.
    These are the incremental backups. You can start at the top or the bottom of the list but I suggest you double Latest/<HDD Name>/Users/<Account Name>/Music/iTunes/iTunes Media/Music. From this location you can start looking for the "missing" music. When/if you find it you can simply drag-n-drop to ~/Music/iTunes/iTunes Media/Music on the internal HDD.
    If the music is actually not in the backups (for whatever reason) then you've got a problem.
    You can download the uploaded files from the cloud by deleting the affected tracks from the iTunes library (but not the cloud!), highlighting multiple tracks at once, right-clicking and choosing "download."

  • Is there a way to hide some reports based on the selected values in prompt.

    Hi Experts,
    Is there a way to hide some reports based on the selected values in prompt.
    For ex. if a year is selected in the prompt then the report should display year wise report.
    If a year and half year both are selected in the drop down from prompt section then 2 reports should come.. One for year wise and another for half year wise.Kindly look into this.
    Regards
    Ashish

    Hi,
    Use presentation values in prompts for year,half,qtr and month.Example- For year-y is presentation variable in the same way for halfyear-h,qtr-q and month-m.
    create four intermediate reports.Example-Report r1 with only year column,r2 with only halfyear column,r3 with qtr column and r4 with month column.
    Make column in each report(r1,r2,r3,r4) is equal to their presentation variables(y,h,q,m).
    Use four sections.
    Section1-Place report that should come when only year.
    section2-Place report that should come for year and halfyear.
    Section3-Place report that should come for year,halfyear and qtr.
    Section4-Place report that should come for year,halfyear,qtr and month.
    Apply guided navigation for each section selecting guided navigation-
    For section1-
    properties->Guided navigation->check this Reference Source Request(Yes)->select report r1(year)->check this Show Section(if request returns row)
    In the same way do for remaining section2(select r2),section3(select r3) and section4(select r4)
    Thanks,
    Srikanth
    http://bintelligencegroup.wordpress.com/

  • The field "GLTPC" is unknown, but there is a field with the similar name*

    Hi all
    When i am running the report painter reports in SAP
    i am getting this error .
    Syntax error in program    SAPFGRWG
    in include                  FGRWGE60
    in line                      19
    Last changed by            SAP
    Author                     SAP
    The field "GLTPC" is unknown, but there is a field with the similar name
    "GLTPC".*
    Please help me whenever
    Regards,
    suchithra
    Edited by: Rob Burbank on May 22, 2009 9:00 AM

    Hi All
    All 8A group Report painter reports i.e GLPCt table Reports are not executed properly
    Can you please help me out
    Regards,
    suchithra

  • Hii Can anyone tell me is there any possibility of giving some due payment like bonus or offcycle after its termination is done along with the payroll run and posting.

    Hii Can anyone tell me is there any possibility of giving some due payment like bonus or offcycle once employee termination is done along with the payroll run and posting.
    Thanx

    One Possibility is by making manual entry for that employee from FI side..  (this will give you soln..) Take the help of FI consultant...
    Another possibility is in IT0003 "Payroll Status".. You can opt mention next month date "Run Payroll up to" & execute Off cycle payroll for that employee...
    Just try this hope this may sort your issue....
    If it still it doesn't give you soln.. You may need to reverse the posting of that employee & change employment status.. Run Bonus & finally terminate the employee & do the posting..

  • SCF /SCANNOW - is there any option to exclude some files for the scan?

    Hi,
    please let me know is there any option to exclude some files in SCF /SCANNOW command?
    Appreciate your help!
    Regards,
    Prabu

    Prabu,
    Did your question answered? How is the current situation? Have you tried to replace that file manually successfully?
    Please give us a reply in order to know if you need further help. 
    Karen Hu
    TechNet Community Support

  • There are black dots below some of my icons and I can't get any volume

    there are black dots below some of my icons and I can't get any volume

    OS X 10.10.1 Yosemite
    Black dots under the icons in the Dock?
    If an application is running, it is normal seeing a black dot under the application in the Dock.
    Closing the window doesn't make the application quit.
    Quit the application from the menu bar.
    Sound
    1.Plug in and  remove the headphone.
        If you see red light in the headphone port, plug the headphone
        in and out of the port 5 or 6 times to flip the microswitch inside.
        Sound output may be stuck in the digital mode.
    2. Reset PRAM.  http://support.apple.com/kb/PH14222
        Do this twice
    3. Reset SMC.     http://support.apple.com/kb/HT3964
        Choose the method for:    "Resetting SMC on portables with a battery you should not remove on your own".

  • While downloading purchased items, message pops 'There was an error downloading some purchased items stopped err = 3259'

    While downloading purchased items, message pops 'There was an error downloading some purchased items stopped err = 3259'

    You'll have to check your security software settings, iTunes has to be able to connect to Apple servers during the download process.
    iTunes Store reporting error - 3259

  • Why is my transaction file growing when db is in simple mode and there are no waiting transactions

    I noticed that my database log file has reached 160GBs. My database is in simple recovery mode and I used the following query to see if there are
    any waiting transactions.
    SELECT d.name,d.log_reuse_wait,d.log_reuse_wait_desc
    FROM sys.databases d
    It returned log_reuse_wait 0 and description 'NOTHING'. Why is my transaction log growing then? Please advice.
    mayooran99

    DBCC opentran will give spid, you can pass that spid to dbcc inputbuffer(spid) to see what transaction is running. Also you can do sp_who2 spid will give other details.
    You can make use of these queries to get MORE details about OPEN and ACTIVE transactions.
    SELECT
    trans.session_id as [Session ID],
    trans.transaction_id as [Transaction ID],
    tas.name as [Transaction Name],
    tds.database_id as [Database ID]
    FROM sys.dm_tran_active_transactions tas
    INNER JOIN sys.dm_tran_database_transactions tds
    ON (tas.transaction_id = tds.transaction_id )
    INNER JOIN sys.dm_tran_session_transactions trans
    ON (trans.transaction_id=tas.transaction_id)
    WHERE trans.is_user_transaction = 1 -- user
    AND tas.transaction_state = 2 -- active
    AND tds.database_transaction_begin_time IS NOT NULL
    SELECT
        [s_tst].[session_id],
        [s_es].[login_name] AS [Login Name],
        DB_NAME (s_tdt.database_id) AS [Database],
        [s_tdt].[database_transaction_begin_time] AS [Begin Time],
        [s_tdt].[database_transaction_log_bytes_used] AS [Log Bytes],
        [s_tdt].[database_transaction_log_bytes_reserved] AS [Log Rsvd],
        [s_est].text AS [Last T-SQL Text],
        [s_eqp].[query_plan] AS [Last Plan]
    FROM
        sys.dm_tran_database_transactions [s_tdt]
    JOIN
        sys.dm_tran_session_transactions [s_tst]
    ON
        [s_tst].[transaction_id] = [s_tdt].[transaction_id]
    JOIN
        sys.[dm_exec_sessions] [s_es]
    ON
        [s_es].[session_id] = [s_tst].[session_id]
    JOIN
        sys.dm_exec_connections [s_ec]
    ON
        [s_ec].[session_id] = [s_tst].[session_id]
    LEFT OUTER JOIN
        sys.dm_exec_requests [s_er]
    ON
        [s_er].[session_id] = [s_tst].[session_id]
    CROSS APPLY
        sys.dm_exec_sql_text ([s_ec].[most_recent_sql_handle]) AS [s_est]
    OUTER APPLY
        sys.dm_exec_query_plan ([s_er].[plan_handle]) AS [s_eqp]
    ORDER BY
        [Begin Time] ASC;
    GO
    http://www.sqlskills.com/blogs/paul/script-open-transactions-with-text-and-plans/

  • Why is there a question mark beside some of my folders? And why can I not utilize those?

    I cannot upload any files currently from my hard drive. There is a ? beside some of my folders on the left and I cannot access them? I can see them in the Library, but cannot upload or export any that I open. Been on hold now for almost 30 minutes with Adobe. Somone please help.

    http://www.computer-darkroom.com/lr2_find_folder/find-folder.htm

  • Want to buy something Ap Store and I came to buy I have the answers to the questions of safety, now I forgot them, I went to MY ACCOUNT MANAGER website and there was no reset was some other reset but it asked for the answers to Secure

    Want to buy something Ap Store and I came to buy I have the answers to the questions of safety, now I forgot them, I went to MY ACCOUNT MANAGER website and there was no reset was some other reset but it asked for the answers to Secure

    Morning AndreD86,
    Thanks for using Apple Support Communities.
    These articles explain exactly what is backed up by using their method.
    iTunes: About iOS backups
    http://support.apple.com/kb/ht4946
    and
    iCloud: Backup and restore overview
    http://support.apple.com/kb/ht4859
    Also we want to double-click the Home button and swipe the Task Bar to the right.
    Then make sure the button on the far left of Task Bar is not muted.
    Best of luck,
    Mario

Maybe you are looking for

  • Is there a way to display the date and time on my officejet 6500

    HP Officejet 6500a Plus Windows XP_ Is there a way to display the date and time on the display of my printer

  • How to do a version / release control using APEX?

    Hi, I have APEX 4.2 connected thru pl/sql gatewat , 11gr2 DB and using theme 24 cloudy. We are currently using forms/reports for our ERP and we are thinking of replacing forms with APEX. We have source code control software that we use to update the

  • Problem on installing Windows XP

    I am new to mac, and have been using PC all my life. I know an ok amount on the mac but not too well. I followed the instructions in Boot Camp Assistant and created a partition, then inserted my Windows XP Home Edition SP1 cd and ran the installation

  • Properly using Remove() in servlet

    I have a servlet that utilizes a stateful session bean. The bean holds a resultset that can be accessed multiple times throughout a servlet's session. However, when the servlet's session times out, I want to make certain the EJB is not still residing

  • Message Class - Validation

    Hi Message class can it be transpoted without release(Transport request) to other clients. ???? The problem is ,once the message class is created & released, not in a postion to add any new messages . For any new requirement ,new message class  is be