How to execute script (I want to run Javascript) in SST

Asked by nirmesh patel

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=webdriver.Firefox()
driver.get('<http://>')
wd.execute_script(script)

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
For:
selenium-simple-test Edit question
Assignee:
No assignee Edit question
Solved by:
nirmesh patel
Solved:
Last query:
Last reply:
Revision history for this message
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