The last action I did is this dataPane.WebEdit("name:=OK").Click()
What happen is I am working on a web page. There are some options: such as " Rank". The action I am perform is as such
1) Define an object called "current_node"
2) trigger the " Rank" option, which result a pop up dialog to show.
3) I fill in the information in pop up dialog and hit "OK" button to submit the information. The pop up dialog disapper, and I am back to the web page.
What I have found is I lost the content of " current_node" after I back to the webpage. , what I mean is when I do a current_node.GetROProperty("html id"), I get "". I can get the html id using the same method before the pop up dialog shown or even after the pop up diaglog show. But just as soon as I hit "OK" to dismiss the dialog, I get the html id = "".
Do you have an insight what happen here? I have observed similar behavour right after I implemt drag and drop, a global object defined before lost it content.
Many thanks
Carol
What happen is I am working on a web page. There are some options: such as " Rank". The action I am perform is as such
1) Define an object called "current_node"
2) trigger the " Rank" option, which result a pop up dialog to show.
3) I fill in the information in pop up dialog and hit "OK" button to submit the information. The pop up dialog disapper, and I am back to the web page.
What I have found is I lost the content of " current_node" after I back to the webpage. , what I mean is when I do a current_node.GetROProperty("html id"), I get "". I can get the html id using the same method before the pop up dialog shown or even after the pop up diaglog show. But just as soon as I hit "OK" to dismiss the dialog, I get the html id = "".
Do you have an insight what happen here? I have observed similar behavour right after I implemt drag and drop, a global object defined before lost it content.
Many thanks
Carol