leochabi / selenium-vba

Automatically exported from code.google.com/p/selenium-vba
0 stars 1 forks source link

Formatter: pause not supported #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When exporting scripts from Selenium IDE, the formatters do not convert the 
pause command into a usable method in VBA/VBS.

Attached file was exported from Selenium IDE using the formatter. Running the 
script produces a Windows Script Host error:

"
Object doesn't support this property or method: 'pause'
"

Original issue reported on code.google.com by matthewkastor@gmail.com on 6 May 2012 at 4:29

Attachments:

GoogleCodeExporter commented 8 years ago
Edited the formatters to change pause commands in Selenium IDE to wait commands 
in VBA and VBS. Files Attached.

Original comment by matthewkastor@gmail.com on 6 May 2012 at 7:06

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in version 1.0.5.0

Original comment by florentbr on 7 May 2012 at 8:08

GoogleCodeExporter commented 8 years ago
Awesome! Thank you! 

Original comment by matthewkastor@gmail.com on 7 May 2012 at 12:21