hello everyone.
i am working on a program which access a website and reads the source code of the website. this part is doing well, but the issue which i am facing is that there is a page which in javascript it use the alert function so a normal user just presses the ok button.
how can i make java press the ok button so it could passes the alert of javascript
kind regards
hsn
i am working on a program which access a website and reads the source code of the website. this part is doing well, but the issue which i am facing is that there is a page which in javascript it use the alert function so a normal user just presses the ok button.
how can i make java press the ok button so it could passes the alert of javascript
kind regards
hsn
Comment