Skip to content

Commit

Permalink
Small type update done
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe committed Aug 4, 2024
1 parent afdc4ca commit 2093701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions sig/gems/selenium/interfaces/devtools.rbs
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
interface _DevTools
def devtools: () -> untyped
end

interface _ExecuteScript
def execute_script: (untyped, *untyped) -> untyped
end

interface _FindElements
def find_elements: (untyped) -> untyped
end
4 changes: 2 additions & 2 deletions sig/lib/appium_lib_core/common/device/app_management.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ module Appium
module AppManagement
def app_strings: (?untyped? language) -> untyped

def background_app: (?::Integer duration) -> untyped
def background_app: (Integer? duration) -> untyped

def install_app: (untyped path, ?::Hash[untyped, untyped] options) -> untyped
def install_app: (untyped path, Hash[untyped, untyped]? options) -> untyped

def remove_app: (untyped id, ?keep_data: untyped?, ?timeout: untyped?) -> untyped

Expand Down

0 comments on commit 2093701

Please sign in to comment.