Not able to click on facebook app permission page

95 Views Asked by At

enter image description here I am automating facebook signup process with app permission. After facebook login, app permission page is showing on facebook. I want to click on Continue button but not able to click on this button. I am using watir/selenium ruby.

facebook_email.set ("[email protected]")
facebook_pass.set ("test1234")      
facebook_submit.click
@browser.button(:xpath => "//button[@type, 'submit' and text()='Continue as Rohit']").click
0

There are 0 best solutions below