Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[error] Unexpected Exception: TypeError: blockDefs is null. #34

Closed
mijaz81 opened this issue Aug 28, 2017 · 6 comments
Closed

[error] Unexpected Exception: TypeError: blockDefs is null. #34

mijaz81 opened this issue Aug 28, 2017 · 6 comments
Labels

Comments

@mijaz81
Copy link

mijaz81 commented Aug 28, 2017

Firefox version:54.0.1 (32-bit)
Selenium version:025.1- signed.1 signed
SelBlocks version: 2.1

<[error] Unexpected Exception: TypeError: blockDefs is null.>

<

<title>mobility-login</title>
mobility-login
open /
store mijaz@test.com user1
store mijaz pass1
type name=email ${user1}
type //input[@type='password'] ${pass1}
click css=button.login__submit
pause 9000
storeText //html/body/div/div/main/div/div aa1
storeText User was not found in the database ! aa
echo ${aa2}
echo ${aa1}
runScript javascript{alert("pending")}
if ${aa1}='User was not found in the database !'
echo invalid credentionals
else
echo valid credentionals
endIf
@refactoror
Copy link
Owner

refactoror commented Aug 29, 2017

When submitting an issue: #1

@refactoror
Copy link
Owner

Is this intended to be a comparison?
${aa1}='User was not found in the database !'
It is written as an assignment.

You may want to try: aa1=='User was not found in the database !'

@mijaz81
Copy link
Author

mijaz81 commented Sep 20, 2017

Thanks, it seems my bad, will correct this.

I am stuck in a new thing after updating on firefox 57

Unable to open or create a test case as on launch of Selenium IDE I am getting

There was an unexpected error. Msg: TypeError: obj is undefined
Url: chrome://implicit-wait/content/implicit-wait-ide.js?1505900452731, line: 185, column: 9
wrap@chrome://implicit-wait/content/implicit-wait-ide.js?1505900452731:185:9
ImplicitWait/<@chrome://implicit-wait/content/implicit-wait-ide.js?1505900452731:27:9

I dont know what to do with this, any help

@peter-lyons-kehl
Copy link

@mijaz81 ,
ImplicitWait is incompatible with SelBlocks.

@mijaz81
Copy link
Author

mijaz81 commented Sep 21, 2017

I didnt use implicit wait in any test case, now even I can't create test case or open any test case. It is shown on launch of selenium IDE. @peter-kehl please see if can help me on this

@refactoror
Copy link
Owner

User error, invalid bug report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants