Hi everyone
I want to do something here:
+ Go to a website
+ wait for page to finish loading
+ Read and get all source code
+ Extract a dom element (name and value)
+ Fill a value for textbox
+ Click a checkbox
+ Choose a radio button
+ Click submit
+ Click any element
Can someone give me basic examples and easy to understand ?
(Please dont use webbrowser)
Thanks!
I want to do something here:
+ Go to a website
+ wait for page to finish loading
+ Read and get all source code
+ Extract a dom element (name and value)
+ Fill a value for textbox
+ Click a checkbox
+ Choose a radio button
+ Click submit
+ Click any element
Can someone give me basic examples and easy to understand ?
(Please dont use webbrowser)
Thanks!