Following
Followers
  • Netman
  • My topic How to capture textarea ins...
  • Hi I used "Select Control" to capture a textarea of a blogging site. it finds just the name. and when click on "Find HTML Item" just a narrow bar at the top of the textarea becomes green. then i put a text in text section of the control and hit save and "Test Run", But the text doesn't gets placed in textarea. after compiling the project this becomes the cause of fail. This is the iframe code: <iframe id="rte84312" name="rte84312" width="738px" frameborder="0" height="350px" src="http://site.com/public/public/rte/blank.htm"> <html id="rte84312"><head> <style> body{background: #FFFFFF; margin: 2px; padding: 5px; direction: rtl; font-family: tahoma; font-size: 11px;} </style> </head> <body> </iframe> name="rte84312" is the only thing it finds as outerHTML, but can't put text/variable inside it. How come could i choose the textarea? Thanks
  • 2016-03-08 04:21
  • Netman
  • My topic Scraping drop down and sepa...
  • I need to scrape user profile fields in Amazon. The problem is first, in Country selection drop down it gives "1" in "Test" when I use "Select Control", instead if the country name. In "Advanced Seek Condition" it's like: name="buyercountry" id="buyercountry" value="1" id="United States" value="255" It's long list of all countries with an ID for each one. The second problem is to scrape phone number, It's in 4 separate boxes in this format: xxx-xxx-xxxx-xxx The last one is ext code. In need to have phone number in one column (in the result csv file). How should I scrape Country name and Phone number? Thanks
  • 2016-02-02 03:01
  • Netman
  • My topic Form Designer Improvements
  • Hi, Here are the things I think is needed to apply to the Form Designer: * Just like module design in form section please change "Saved!" dialog box to a "Saved" style in module style, It's annoying to move over and click Ok button each time you make minor changes to the form. * Ability of Copy, Cut and Paste on controls is necessary - specially when you want to put many big controls (for example RichTextBox) from a designed form inside TabControl - that's nightmare. * CTRL+Z is a must! you accidentally delete a control, you have to drag it to form again - imagine you've set lots of properties.   I'll add if I got something new...
  • 2016-01-31 09:27
  • Netman
  • My topic Still can't get designed fo...
  • Hi I made a module and a form. After struggling a lot (with Local/Global variables) finally got it work. It consists of 2 textbox and a submit button. This bot is supposed to fill form to login to a blogging site. Today i added another textbox to the form, set everything just like the other two ones (except the name). Everything works except the last textbox i added, it gets value from textbox but doesn't put it in the proper field in the website. "Test Run" of the control (Set Value) works good in module part. All seems to be ok but i've no idea why this newly-added textbox doesn't work. What would you advise?  Thanks
  • 2016-01-26 11:04