Skip to content

Commit

Permalink
use capabilties for webdriver
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 16, 2024
1 parent a0bdbd6 commit f0a1fd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class TestMqttIOS:
def setup_method(self):
# self.driver = webdriver.Remote(appium_server_url, options=XCUITestOptions().load_capabilities(capabilities))
self.driver = webdriver.Remote(appium_server_url, capabilities=capabilities)
self.driver = webdriver.Remote(appium_server_url, capabilities)
self.driver.implicitly_wait(10)

def teardown_method(self):
Expand Down

0 comments on commit f0a1fd6

Please sign in to comment.