Module: WebDriverExtensions::Element
- Defined in:
- lib/testai_classifier/extensions.rb
Instance Method Summary collapse
Instance Method Details
#screenshot ⇒ Object
3 4 5 6 |
# File 'lib/testai_classifier/extensions.rb', line 3 def screenshot() data = bridge.take_element_screenshot @id data.unpack1 'm' end |