Skip to content

Instantly share code, notes, and snippets.

@ompatil19
Created May 2, 2025 07:17
Show Gist options
  • Save ompatil19/780f9036a349eeee513c5bf89d55fdb3 to your computer and use it in GitHub Desktop.
Save ompatil19/780f9036a349eeee513c5bf89d55fdb3 to your computer and use it in GitHub Desktop.
bizbuysell_login json file
{
"Name": "bizbuysell_login",
"CreationDate": "2025-5-2",
"Commands": [
{
"Command": "open",
"Target": "https://www.bizbuysell.com/users/login.aspx?returnurl=/mybbs",
"Value": "",
"Description": ""
},
{
"Command": "waitForElementVisible",
"Target": "id=ctl00_ctl00_Content_ContentPlaceHolder1_LoginControl_txtUserName",
"Value": "10",
"Description": ""
},
{
"Command": "type",
"Target": "id=ctl00_ctl00_Content_ContentPlaceHolder1_LoginControl_txtUserName",
"Value": "[email protected]",
"Description": ""
},
{
"Command": "type",
"Target": "id=ctl00_ctl00_Content_ContentPlaceHolder1_LoginControl_txtPassword",
"Value": "testing123",
"Description": ""
},
{
"Command": "click",
"Target": "id=ctl00_ctl00_Content_ContentPlaceHolder1_LoginControl_BtnLogin",
"Value": "",
"Targets": [
"id=ctl00_ctl00_Content_ContentPlaceHolder1_LoginControl_BtnLogin",
"name=ctl00$ctl00$Content$ContentPlaceHolder1$LoginControl$BtnLogin",
"xpath=//*[@id=\"ctl00_ctl00_Content_ContentPlaceHolder1_LoginControl_BtnLogin\"]",
"xpath=//input[@id='ctl00_ctl00_Content_ContentPlaceHolder1_LoginControl_BtnLogin']",
"xpath=//div[3]/div/input",
"css=#ctl00_ctl00_Content_ContentPlaceHolder1_LoginControl_BtnLogin"
],
"Description": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment