How to execute script (I want to run Javascript) in SST
Asked by
nirmesh patel
on 2012-06-14
I am completely new to SST and I did not find any way to execute Javascript on any webpage after traversing to the url as show belew...
start()
go_to(''<url>')
I know using webdriver i can do it as...
driver=
driver.get('<http://>')
wd.execute_
is there any way I can achieve anything similar using SST or at least get access to webdriver execute_script() method via SST
any suggesting or help will be useful.
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- nirmesh patel
- Solved:
- 2012-06-15
- Last query:
- 2012-06-15
- Last reply:
nirmesh patel (nirmeshptl) said : | #1 |
Your answer to the question #189972 "Is it possible to reuse SST's browser session for direct selenium actions?", solved my problem
Thanks
To post a message you must log in.