Tagged Questions
0
votes
1answer
1k views
Load an external js file containing useful test functions in selenium
The runScript command in selenium is really useful, and I'm using it to total values in a table and then store the value like this
<tr>
<td>runScript</td>
<td>var ...
5
votes
4answers
16k views
How do you focus on new windows with selenium ide?
I am trying to use selenium ide to duplicate an action. The action is clicking on a link that open a new window. How do you make selenium ide focus on the new window instead of the other one? It has ...
1
vote
4answers
1k views
onchange event does not get fired on selenium type command
I am typing some value, on change do a total. But somehow, this event is not getting fired with selenium type command.
I also tried typeKey and typeAt ..But no success. Any workaround for this ?
1
vote
1answer
1k views
How do you store an elements text with selenium in a javascript variable?
I have this html:
<div class="title">
<div class="subtitle">
<div id="flhcd1>
<h3>Hello</h3>
<span></span>
</div>
<div class="subtitle2">
...