Medic873 Posted May 18, 2013 Posted May 18, 2013 Okay its been quite a while since I've posted anything on this forum although I still use the language on a daily basis guess I finally got to a point where everything just seemed to flow Although just recently I've ran up against a issue. I am trying to automate a website (*Of mine*) and pull some que data that users have submitted through php not really a big deal general stuff I deal with everyday although for some reason our php developer decided to go and get all fancy with a bit of javascipt to make his life easier. I figured it wouldn't make much of a difference but now I have an issue cause I can find the $oForm = to automate the site. But I figured there should be easier ways to pull the data anyways and to specify the Que.. So I started trying to use the [controlclick function] but it seems really unstable like the size of the browser will change the control click coords. Also if I scroll on the page they change how can I avoid using the _IE Functions but keep the reliability. Thank You
water Posted May 18, 2013 Posted May 18, 2013 A web page is the interface to the user. But how do you store the data? In a database? My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Medic873 Posted May 18, 2013 Author Posted May 18, 2013 Yep the data is coming through a mysql server that is pulling the data with php
water Posted May 18, 2013 Posted May 18, 2013 So couldn't you directlly access the MySQL server to grab the data? My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Medic873 Posted May 19, 2013 Author Posted May 19, 2013 No I work for a large company that I am freelanceing for and they store data in there that I am not allowed to see. Such as credit card info and much more. I am givin a link that relays the data im allowed to view
Danp2 Posted May 19, 2013 Posted May 19, 2013 What's wrong with using the _IE functions? Latest Webdriver UDF Release Webdriver Wiki FAQs
Medic873 Posted May 19, 2013 Author Posted May 19, 2013 To much javascript and such where I cant seem to pull any data with it cause I cant identify anything. javascript asp.net
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now