Automated Test in C# Need to get at JQuery Data on Page Test

Hello I am visiting an URL using Selenium/C#/IEDriver and clicking around the page just fine (automated test).
Now I have a drop down that is a Kendo (shown)
I have been able to PRINT to output those values shown using:
 IWebElement rpt_Listbox = myWebDriver.FindElement(By.Id("fvw-reportTypeList_listbox"));myWebDriver.FindElement(By.CssSelector("span.k-icon.k-i-arrow-s")).Click();
Console.WriteLine("Listbox after Css click has: " + rpt_Listbox.Text); // Prints << Select >>, etc.
It Prints what I have shown here.  Also If you "View Source on the web page it looks like what I have shown and I have included what the "Inspector" looks like on the Web Page for that control:
SO HERE IS THE BIG QUESTION:
How do I select one of those options in my C# Code?  Can someone just please, please put the actual code here?  You can see my variables.  You can see that I can print the text of this "listbox".  For once in my life I would
really appreciate a straightforward answer where someone just plopped the 4 lines of code I need here - I would be so grateful, as I have helped many with headless automated testing and I just gave them the answers.
Thanks, Chris [email protected]

Hi Alistair,
there is no name for this process since it is not an APEX process. The mod_plsql or
PL/SQL embedded Gateway code is responsible for this. That's also the reason why
this must be configured in the modplsql's dads.conf file.
The insertion of files into WWV_FLOW_FILES is a process which you cannot
influence in an APEX environment. What you can do is coding an onSubmit process
which SELECTs the file from WWV_FLOW_FILES and inserts it into your own
table ... but the file will always take the path via WWV_FLOW_FILES
Does this help ...?
-Carsten
Oracle 11g Release 2 ist freigegeben!
http://www.oracle.com/global/de/community/index.html
SQL und PL/SQL: Tipps, Tricks & Best Practice
http://sql-plsql-de.blogspot.com

Similar Messages

  • TS1559 i have problem with my iphone as it is disable and need to get all my data as the phone needs at least 40 years to enable accessing it

    I have problem with my iphone as it is disable and need to get all my data as the phone needs at least 40 years to enable accessing it

    If you have never connected the phone to iTunes and backed it up or used iCloud to backup your data, it is lost at this point.
    The only way to get back into the phone is to restore it.
    ~Lyssa

  • Get the run date and pages to appear at the top of a BI Answers report

    Hi,
    I'm trying to get the page number to appear at the bottom of each page.
    It should say eg. Page 2 of 10 pages'.
    I'm also trying to get the run date to appear at the top of each page.
    Thanks,
    Sally

    You can't get "page x of y" out of the box, but you can enable "Footers" and use the Page # variable to display the pages. To get the total number of records, you can use this method:
    http://oraclebizint.wordpress.com/2008/01/23/oracle-bi-ee-101332-total-number-of-rows-and-pagination/
    The other thing you can do is use pagination for pivot tables. See this link:
    http://oraclebizint.wordpress.com/2008/01/17/oracle-bi-101332-pagination-in-pivot-tables/
    And of course, displaying the run date and time is built in as a variable in the Header (of Header and Footer), which will appear on every page (unlike the Title View the previous poster pointed out, which will only appear on the first page). There you go.

  • Harddrive died, need to get my sync data from old firefox to new

    So far all methods of getting data off the drive as failed, otherwise I'd just rip the app data out of it....
    The real issue here is that I had about 30 tabs open, and a ton of important bookmarks I added recently that i didnt get a chance to backup manually. I figured firefox sync would work but so far it hasnt done anything. I must be doing something wrong. I think it might've actually overwritten my sync data with my blank one..which would be freaking terrible, years of important data is on that account. This whole process was really confusing and none of the tech support topics on here have helped.

    I know it's not meant for backup, but then there should definitely be a warning added in the situation I described above. When you click "I dont have access to the other device" " It should give a warning saying "Your sync data will be overwritten" or something like that. The instructions and such were not written well for this situation.
    Is there absolutely no way to extract the data from my android? I've been looking for 3rd party solutions to no avail so far. And since you didn't answer it before, I'm guessing a rollback to Dec.24th on my sync-data is no-go. I still have the original sync key if that would make a difference at all on your end.

  • Need help getting wmv file inserted on page to run on both mac and windows

    I built my first webpage in iWeb, and when I tried to access the video page on my work pc running windows, it wanted to load in Quicktime (which is not configured to run wmv files on this machine). How do I set up the video on this page to run in Windows Media Player when loaded on a windows machine?
    iMac (Intel)   Mac OS X (10.4.7)  

    http://iWebFAQ.com/iFrame
    OR
    Create a hyperlink to WMV file in iWeb
    OR
    <object type="application/x-mplayer2" classid="6BF52A52-394A-11d3-B153-00C04F79FAA6" height="360" width="540">
    <param name="fileName" value="http://iWebFAQ.com/movie.wmv" />
    <param name="URL" value="http://iWebFAQ.com/movie.wmv" />
    <param name="src" value="http://iWebFAQ.com/movie.wmv" />
    <param name="allownetworking" value="internal" />
    <param name="allowScriptAccess" value="never" />
    <param name="enableJSURL" value="false" />
    <param name="enableHREF" value="false" />
    <param name="saveEmbedTags" value="true" />
    </object>
    OR
    http://adobe.com/flash

  • Unable to get backed up data in pages after iCloud restore

    hi friends,
    i restored my ipad from an i iCloud backup. i am able to see all data restored including numbers but not of pages.
    when i go to the iCloud tab, i am seeing all the documents listed, but they don't appear in pages.
    any guidance on this will be very helpful.
    thanks in advance.

    can someone help? this is shaking my trust in icloud backups.
    i am on iOS 6.1.

  • I need to get the complete element including tag. How to parse this xml?

    I am sure there should be some solution to this. I have XML file like this
    <test>
    <data value="123" color="RED">
    <type>single</type>
    </data>
    <data value="13323" color="BLUE">
    <type>double</type>
    </data>
    </test>
    I need to parse this XML and get the data element(s). The problem is that I need to get the complete data element include tags like
    "<data value="123" color="RED"><type>single</type></data>". I need to parse the complete XML file and get every data element including tag and send it to another upstream process.
    Any solution to this will be appreciated. I am little familiar with SAX. Is there any solution around using xerces SAX parser.
    Other solution is also appreciated.
    Thanks

        DocumentBuilder builder = factory.newDocumentBuilder();
        document = builder.parse(srcFile);
        NodeList list = document.getElementsByTagName("data");
        Node node = list.item(0); // Loop this
        TransformerFactory tFactory = TransformerFactory.newInstance();
        Transformer transformer = tFactory.newTransformer();
        DOMSource source = new DOMSource(node);
        StreamResult result = new StreamResult(outputstream);
        transformer.transform(source, result);
    Using XSLT will be lot easier.No it won't. Extending DefaultHandler is easy.Do you really think so?
    Hardly 10-15 lines.

  • Physical Data Guard as Test Database?

    I am in a new shop and the first DBA in the shop. On the first day I see that they have ‘tablespace full’ problems because people are running test jobs on the production database – reports, I hope!
    This is a 10g database on hp/ux.
    I will suggest that I create a proper test database as a physical standby database from production. The amount of data in the production database is not enormous. There is just a need to create a test system good enough to pull the testers off the production system.
    But what about the day that someone mangles the test system? How do you get a physical standby database back in sync? Restore from backup and reapply logs? Recreate the standby from production? Or is there a better way to do all this than physical standby?
    TYIA

    1) Running reports should never cause tablespaces to fill up. Selecting data doesn't cause any data to be written to tablespaces. You might get errors related to exhausting the TEMP tablespace if the reports are doing a lot of sorts, but it doesn't sound like that's what you're seeing.
    2) You would not normally create a test database as a standby of the primary database. Normally, you would take a backup of the production database and restore that backup on to the test server, rename the database, and open it up as the test system. Assuming you're using RMAN to back up the production database, this should be relatively straightforward.
    3) Normally, you would then schedule a regular restore of the production backup to the test server in order to refresh the test system. That's normally something that's done roughly monthly, but that depends on the frequency of your builds and how frequently you need pristine and/or updated data in the test system. In addition to providing a test system, doing regular restores is a great way to validate your backup and recovery strategy in a relatively low-stress environment-- it's much nicer to discover that the process that writes to tape has been broken for 3 weeks when you're attempting to refresh the test database than when the production database has failed and angry users are standing outside your cube demanding that you get the database up now.
    4) Going back to #1, though, if data tablespaces are filling up, that would seem like something that should be investigated in addition to the lack of a test environment.
    Justin

  • How to get last modified date and time of a file which is in apache server.

    Hi ,
    I need to get last modified date and time of a file in remote machine.
    This file is in remote machine which has apache server installed.
    I am trying to get this information by connecting to apache server from client by giving absolute URI of the file to file object.
    URI is got from apache server URL by using toURI method.
    when I use lastModified method , its throwing exception , because scheme of URI is not file.
    I can't give scheme as file because ftp server is not installed on that server
    Is there any other way to get this information .

    No, unless you can use an FTP client.

  • How to get the "current date" in the BEx?

    Hi all,
    I need to get the "current date" in my Bex report in order to make a comparison. I know there is a "How to" which shows how to get the current date via a User Exit, but I didn't find it. Could you please help me?
    Thanks

    1. Create a  New Formula in Key Figures structure
    2. Give tech name and description and Select "New variable" option
    3. Next screen will launch Variable Wizard -> create a new variable with replacement path as processing type
    4. in next screene  select the date characteristic that represents the first date to use in the calculation (From Date)
    5. In the next  screen select Key in the Replace Variable with field. Leave all the other options as they are
    6. In the next Currencies and Units screen select Date as the Dimension ID.
    6. Save variable
    repeate the Above steps to create another variable (To Date)
    and now you can use these two new replacement path variables in your new formula.
    Dev

  • How to get Privious Day data in OBIEE

    Hi experts i need to get preivious day data(Rating Given by Bank to a customer). Because this data (rating) is not an measure so i can't use AGO function.
    So please suggest me how can i Get this without using AGO function.
    Thanks in Advance
    Regards
    Frnds

    Hi..
    yes, need to do as naresh said..
    but in filter you need to assing this..
    Apply filter on your date column
    and click on convert this filter to SQL option..
    here you need to assign the code given by naresh..
    like..
    your datecolumn =*timestampadd(sql_tsi_day,-1,daycolumn)*
    likewise, you get.. but this gives you only previous day data as you asked..
    Thanks & Regards
    Kishore Guggilla

  • How to get a current date timestamp ?

    Hi,
    I need to get the current date timestamp in a format DDMMYY HH:MM:SS.mmmm and store it in an Oracle column which is declared as of type DATE.
    Also i need to store this timestamp in a string format.
    Please give your inputs in this regard, which is appreciated.
    Regards

    Dates dont' have formats. String represenations of dates do.
    If you have a DB column that is of char or varchar type but represents a date/time, you should change your data model so that the column type is date or time or timestamp. If you can't do that, and need to put a date into a particular format, use java.text.SimpleDateFormat.
    To get the current date and time, look at System.currentTimeMillis, java.util.Date, java.sql.Date, java.sql.Timestamp.
    To put one of these into a database, use PreparedStatement. For example, a timestamp would be something like this: PreparedStatement ps = con.prepareStatement("insert into some_table (some_timestamp) values(?)");
    Timestamp ts = new TimeStamp(...);
    ps.setTimestamp(1, ts);
    ps.excuteUpdate();

  • Get last changed date by Program ID/Object type/Object name of a task

    Hi to all.
    I'm looking for a way to get last changed date of an object by task number(CR). Any SAP function or utility someone has??
    For example if I have a task with the object list:
    R3TR PROG  ZSD_ORD_COND_P
    R3TR TABL    ZCNDSLCTN
    LIMU  REPS  ZSD_ORD_COND_CLS
    R3TR TRAN   ZZDIS
    R3TR VIEW   ZSD_VBAK_KONV
    I need to get last changed date for each object.
    Thanks,
    Yuval Kaduri, Cellcom, Israel.
    Edited by: yuval kaduri on Mar 2, 2008 2:59 PM

    Hi Venu, thanks for the input.
    In the table I don't have all changes made in objects that the CR is not released. I need to know all changed date of objects even if the CR is not released. There are  few tables containing the date and time object last changed for the deferent types but I'm looking for a function or some utility someone wrote that gets the CR line info as - PgmID/Obj/Object name - and gives back last changed date and time.
    Thanks,
    Yuval Kaduri, Cellcom, Israel.

  • Getting the system date from the dual table

    Hi, im just wondering if anyone can help me. I need to get the current date to enter into a message table saying that an email has been sent and im struggling to find a way to get the date. Should i try to get this date from the dual table, if so how can i get this oracle date type out of the resultset? or is there some easy way in java to do this without accessing the database??
    Thanks for any help
    Sean

    Date now = new Date();
    is the easy Java way to get the current date and time.

  • Need to EBBEDED TWO TABLES data.

    Hello guru's,
    i have a table t1 with two coloumns room_name and date
    room_name have data like
    A
    B
    C
    D etc.
    i have another table with two columns room_a , room_b room_c room_d , date
    room_ a have data like india , japan , usa etc
    room_b have data like paki , london etc
    and so on
    i decoded the 1st table like select decode(room_name,'A','ROOM_A','B','ROOM_B'', ROOM_NAME) rooms from t1
    so now i get rooms as room_a,room_b,room_z etc.
    i need to get the data in 2nd table that is room_a = india in the 1st table .
    somebody told me EBBEDED TWO TABLES will work , i have no idea what does that meant.
    if anyone have idea please help me .
    i use this query in oracle reports .
    thanks for all help.

    Embedded -- sorry misspelling it means , to map a set into another set
    1. desc calendar_file -------- table one .
    cal_date , Court_room,reporter_name -------- column names .
    01/02/2002 , A Abraham ---- data
    01/02/2002 B Mathew
    01/02/2002 C
    01/03/2002 F
    01/03/2002 301 etc.
    2. desc court_reporter_file ------ table two
    court_date, Room_A, Room_b, Room_c, Room_d,Room_e,Room_f,Room_301 ----columns
    01/02/2002 Abc , erf, mathew , jeff, aron , judge etc -- data .
    now i wanted is if on a perticular date like 01/02/2002 , B . then i need to get the room_b data from table court_reporter into reporter_name in calendar_file table.
    i thought if i do decode the 1st table like
    select decode(Court_room,'A','Room_A','B",Room_B) then the result will change as
    01/02/2002 , Room_A Abraham.
    01/02/2002 , Room_B Abraham etc.
    i needed is get the value of room_a, room_b etc into reporter_name(1st table)
    if court_room is A, B etc -- here is were EBBEDED works , have no idea how is that.
    hopes i confused really good ,sorry.

Maybe you are looking for

  • Macbook Pro CPU Core's temperature measurments

    I have a late 2011 15-inch Macbook Pro OS X 10.8.4 with BootCamp installed. In OS X environment, the CPU core temperatures are around 40 - 44C, while in idle or with a minimum Safari browsing the net. When in Bootcamp with Windows 7 Professional, in

  • Where do CD Track Names get saved on my hard drive?

    when i insert a cd, iTunes automatically checks CDDB for track titles, artist, etc. i can take the CD out and re-insert at a later date to import, and iTunes will remember which CD it is. some sort of preference i presume. this is all understood. my

  • Batch create error /IWCOR/CX_DS_EP_PROPERTY_ERROR/

    Hi All, I am trying to create multiple records using $BATCH, but I am getting below error(I could able to perform READ& QUERY well but not successed with Create/update) HTTP/1.1 500 Internal Server Error Content-Type: application/xml Content-Length:

  • When upgrade to APEX 4.0, an ORA error, Is it bug?

    Oracle Database 10g Express Edition Release 10.2.0.1.0, APEX 3.2.1 When it processed on ...PAGE 591: Create / Edit Action ERROR: ORA-01756: quoted string not properly terminated is it aninstallation bug?

  • Voting disk and OCR creation

    dear all, Am installing 11gr2 on solaris 10 update 6. We are planning to have ASM also. So I created 3 users oraasm-ASM OWNER oracrs-clusterware owner oracle-oracle database owner. Now the question is : Do I have to configure SSH for all the 3 users