Changed 'false' to 'False' to be in compliance with Python syntax in IDE webdriver export#33
Changed 'false' to 'False' to be in compliance with Python syntax in IDE webdriver export#33flyte wants to merge 1 commit intoSeleniumHQ:masterfrom flyte:master
Conversation
…IDE webdriver export
|
I have signed the CLA. |
|
hi @flyte "Went to fix a similar bug in the same file with 'true' instead of 'True' which had already been fixed" << i am using latest IDE. It's not fixed am still seeing true instead of True. Regards |
|
Hi @rajeevprabhakaran |
|
It seems to be the case that the git IDE is v2.0.0 but I'm using v1.10.0. I could be wrong, but that's what it says in https://github.com/SeleniumHQ/selenium/blob/master/ide/install.rdf |
|
Hi @flyte - i am not sure...is this version is not yet available for public? i am also using v1.10.0.1... http://i.imagebanana.com/img/2jovag66/Selection_173.png Regards |
|
merged in revision 0a6993c |
Fix handling of unsupported compression methods - avoid NullPointerexception
Went to fix a similar bug in the same file with 'true' instead of 'True' which had already been fixed. I did, however, find a 'false' which should have been a 'False'. I haven't confirmed this as a bug, but I'm reasonably sure that it needs fixing.