We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c33fdb commit 94c9f12Copy full SHA for 94c9f12
dev/pages/site88_page.py
@@ -1,6 +1,6 @@
1
from selenium import webdriver
2
3
-SITE_URL = 'http://testjs.site88.net'
+SITE_URL = 'https://testjs2.000webhostapp.com/'
4
5
class Site88Page:
6
@@ -11,4 +11,4 @@ def navigate_to_url(self):
11
self.driver.get(SITE_URL)
12
13
def get_textbox(self):
14
- return self.driver.find_element_by_class_name('form-control')
+ return self.driver.find_element_by_class_name('form-control')
0 commit comments