Forum Discussion
hkim5
4 years agoStaff
if you cannot find that specified browser type on CBT,
Then you could potentially make your own Selenium serer on a macbook running ios15 (if you have one)
and use runremotebrowser
def Test4():
caps = {"browserName": "safari",
"maxInstances": "1",
"platform": "MAC",
"platformName": "MAC",
"seleniumProtocol": "WebDriver",
"server:CONFIG_UUID": "df3d0a81-XXXXXXXXXXX...",
"technologyPreview": "false"}
Browsers.RemoteItem["http://10.0.24.73:4444/wd/hub ", caps].Run("https://smartstore.alertsite.com/")
Sys.Browser("*").BrowserWindow(0).Maximize()
page = Sys.Browser("*").Page("*")
page.FindElement("//a[.='Contact us']").Click()
page.FindElement("//input[@id=(//label[.='Your name']/@for)]").SetText("something")
page.Close()
- sonya_m4 years agoSmartBear Alumni (Retired)
Hi nathanginoza , please note that you replied straight to the email notification and your reply didn't reach the community. Please copy the reply here. Thank you.
Related Content
- 5 years ago
Recent Discussions
- 19 hours ago
- 20 hours ago
- 5 days ago