class Object
Public Instance Methods
cyclic?(object_id)
click to toggle source
# File lib/pagerecognizer.rb, line 244 def cyclic? object_id @page.command "Runtime.callFunctionOn", objectId: object_id, returnByValue: true, functionDeclaration: "function(){return false}" end