Search found 13 matches
- Fri Jul 25, 2008 5:05 pm
- Forum: Technical / Scripting
- Topic: how to check if website available or not?
- Replies: 1
- Views: 3519
how to check if website available or not?
Hi, I am working on a script to go to a website, search for certain keywords and then print the results. But sometimes, the web server is down and then my script will hang there forever. I wonder if there are some ways so that I can add some checking, if the server is down and I can continue to the ...
- Sat Jun 21, 2008 3:01 am
- Forum: Beginners
- Topic: how to make ClickTag work for second search button?
- Replies: 3
- Views: 7122
ClickTag not work
I tried both 0 and 1, even 2. none of them works. so I thought maybe there are other problems. maybe I didn't set up frame right? because sometimes it clicks wrong button. but none of combinations I tried works.
could you please tell me more details?
Thanks!!!
could you please tell me more details?
Thanks!!!
- Fri Jun 20, 2008 3:43 pm
- Forum: Beginners
- Topic: how to make ClickTag work for second search button?
- Replies: 3
- Views: 7122
how to make ClickTag work for second search button?
I am trying to use index for clicktag. I tried several format of clicktag, but it is not working for me. Can anybody tell me what's wrong with my usage? The scripts I recorded from WebRecorder clicks on the first search button, not the second button that I want to click. Here is my code and it doesn...
- Mon Jun 02, 2008 7:28 pm
- Forum: Technical / Scripting
- Topic: how to click second search button
- Replies: 2
- Views: 4238
using index
Hi, I am trying to use index for clicktag. I tried several format of clicktag, but it is not working for me. There is no usage example for this case. Could you please let me know how to use it exactly? Here is my code and it doesn't click anything yet. Thanks a lot! IE_Navigate>%IE[0]%,http://www.ec...
- Mon Jun 02, 2008 2:45 pm
- Forum: Technical / Scripting
- Topic: scripts for setting print preference
- Replies: 1
- Views: 3075
scripts for setting print preference
Hi, I want to print a page in Landscape orientation. It seems like WebRecorder cannot record this print procedure. I am not sure how to do it. I wonder if there any sample codes handle this already. and if no, could you please give me some hints. The procedure is: open the Print window (I know how t...
- Mon Jun 02, 2008 2:34 pm
- Forum: Technical / Scripting
- Topic: how to click second search button
- Replies: 2
- Views: 4238
how to click second search button
Hi, I am trying to automate this webpage. http://www.ec.gc.ca/CEPARegistry/subs_list/dsl/DSLsearch.cfm I can input my query item (CAS number) into the right box, but there are two search buttons. I am supposed to click the second one for CAS number. However, using the code generate by WebRecorder, i...
- Mon Jun 02, 2008 1:22 pm
- Forum: Technical / Scripting
- Topic: automate a website with frame, cannot print the whole page?
- Replies: 2
- Views: 4081
more questions
Hi, Marcus! This method works and I am able to search this webpage and save resutls! I wonder how you find out the following frame to navigate in this example. IE_Navigate>%IE[0]%,http://www.safe.nite.go.jp/kouzou/cgi-bin/input_e.cgi Currently I met another similar problem, but differ a little bit. ...
- Wed May 14, 2008 9:57 pm
- Forum: Technical / Scripting
- Topic: no query item shows in scripts
- Replies: 3
- Views: 4320
more questions
Hi, Marcus! That works! I am able to search now. Then I got the following questions about "parse" the webpage I got, so that I can save the right file. My question is When I search by CAS# 121-32-4, then on the result page, I got a line saying: " IUCLID & OECD Chemical Data Sheets and Export Files I...
- Tue May 13, 2008 7:30 pm
- Forum: Technical / Scripting
- Topic: no query item shows in scripts
- Replies: 3
- Views: 4320
no query item shows in scripts
Hi, I am trying to automate this website. I recorded it through WebRecorder, but it seems like my query item is not shown in the scripts at all. Then how can I tell script what to search? Is it hidden somewhere? I did input 71-43-2 in the search box. Here is my scripts. Thanks a lot! MouseMove>0,0 L...
- Tue May 13, 2008 7:19 pm
- Forum: Technical / Scripting
- Topic: automate a website with frame, cannot print the whole page?
- Replies: 2
- Views: 4081
automate a website with frame, cannot print the whole page?
Hi, Dear All, I am trying to automate this webpage. but it seems like there are two parts on this page. I can always print the top part, but I really need to print all of them. Especially when I need to click a box in the bottom part to proceed. Is there anyway to handle this type webpage? Thanks in...
- Fri May 09, 2008 1:46 pm
- Forum: Technical / Scripting
- Topic: How to handle pop up window?
- Replies: 4
- Views: 7838
it works!
Great! WindowAction closed microsoft internet explorer successfully. Thanks!
- Thu May 08, 2008 9:59 pm
- Forum: Technical / Scripting
- Topic: How to handle pop up window?
- Replies: 4
- Views: 7838
cannot close it now?
Thanks a lot for that post. It is helpful! I decide to use IfWindowOpen command, however, I just cannot close this pop up window. I have tried Press Enter, Press Tab, then Enter. None of them work. Could you please let me know what's wrong. Thanks a lot! Here is related scripts and I did get into th...
- Thu May 08, 2008 8:06 pm
- Forum: Technical / Scripting
- Topic: How to handle pop up window?
- Replies: 4
- Views: 7838
How to handle pop up window?
Hi, I am trying to search a website automatically. After I put a query in the search box, I used clicktag to hit search button, I may get a microsoft internet window pop up if my query is invalid. I can also get a new page with the contents which I want to print if my query is valid. I am not sure w...