Displaying 1 result from an estimated 1 matches for "js_dialog".
Did you mean:
in_dialog
2007 Apr 24
0
how to capture text from a popup window..in watir
...to click on ''ok'' button.
But still i have two problems
---
that code is not working when im trying to run that code through the exe
file of that ruby file which is using that code.
and second one is i want to capure the text of that popup..
i tried this with no success
#----- js_dialog.rb -----
require ''win32ole''
require ''test/unit''
require ''test/unit/ui/console/testrunner''
#
# Use AutoIt to read and close Javascript dialog windows
#
module JavascriptDialog
#
# Target javascript dialogs with this window title
#...