Search found 15 matches

by rizwan4season
30 May 2022, 08:49
Forum: Ask for Help (v1)
Topic: Chrome Password Key Option Remove in Address Bar
Replies: 0
Views: 188

Chrome Password Key Option Remove in Address Bar

Dear All
I am User of Rafuydium i want to remove option of Password key in address bar
Kindly advice how to remove it....

Thanks and reggds
by rizwan4season
12 May 2022, 13:51
Forum: Ask for Help (v1)
Topic: List view goes to Very Slow
Replies: 7
Views: 660

List view goes to Very Slow

Dear Respected All

Kindly advice me how to get 50k Lines Data in Text File
and i want to Get in List View But When i Run my Script to Read after 1000 List view goes to Very Slow

Kindly reply As soon as possible to help me
by rizwan4season
06 Jan 2022, 13:45
Forum: Other Programming Languages
Topic: WebDriverManager
Replies: 1
Views: 2638

WebDriverManager

Dear All

Kindly Advice main How to Install Selenium 4 and use WebDriverManager in my computer

any one any idea for use it kindly help.
by rizwan4season
24 Jun 2021, 14:54
Forum: Ask for Help (v1)
Topic: how to Select option 3 in Ieexplorer From AHK
Replies: 1
Views: 204

how to Select option 3 in Ieexplorer From AHK

Capture.PNG
Capture.PNG (7.11 KiB) Viewed 204 times
KINDLY HELP ASAP.

THANKS AND REGDS
RIZWAN AHMED
by rizwan4season
14 Feb 2021, 09:04
Forum: Tutorials (v1)
Topic: Using Selenium with AutoHotkey- Cross browser automation!
Replies: 172
Views: 173515

Re: Using Selenium with AutoHotkey- Cross browser automation!

I Want to use Edge Browser With Selenium Like a Chorme Browser
Need Help on this topic
by rizwan4season
14 Feb 2021, 08:58
Forum: Ask for Help (v1)
Topic: Need Help Selenium Edge Vs Chrome
Replies: 0
Views: 234

Need Help Selenium Edge Vs Chrome

Below Script are Working on Chrome browser I want to ask how to use Below Script edge Browser ;==================================================================================================== Chrome_OpenNewTab() driver := ChromeGet() Chrome_OpenNewTab(url := "https://www.weboc.gov.pk/", port := ...
by rizwan4season
26 Dec 2020, 22:31
Forum: Ask for Help (v1)
Topic: Selenium: Something is wrong
Replies: 1
Views: 162

Selenium: Something is wrong

waitfindElementByIDchange(driver,"ctl00_ContentPlaceHolder2_NonDutyPaidItemDetailUc1_btnAnalysisLookup") msgbox,done waitfindElementByIDchange(driver,id) click: loop { try { found := driver.findElementByID(id) if(found) { break } } catch { goto,click } } return [Mod edit: [code][/code] tags added.]
by rizwan4season
26 Dec 2020, 08:04
Forum: Ask for Help (v1)
Topic: How Can I Get Result From Disable Input Box
Replies: 0
Views: 162

How Can I Get Result From Disable Input Box

driver := ChromeGet() refBOE2 := driver.findElementByID("ctl00_ContentPlaceHolder2_NonDutyPaidItemDetailUc1_txtGDNo").Attribute("textContent") msgbox,%refBOE2% return F12:: driver.Start() MsgBox, % driver.Window.Title "`n" driver.Url return ChromeGet(IP_Port := "127.0.0.1:9222") { driver := ComObjC...
by rizwan4season
26 Dec 2020, 04:41
Forum: Ask for Help (v1)
Topic: Help it's giving me error Selenium
Replies: 3
Views: 153

Re: Help it's giving me error Selenium

ERROR.png
Error given on my screen.
ERROR.png (18.88 KiB) Viewed 143 times
SEE THE SNAP SHORT THIS ID ARE NOT ON MY WEB PAGE IT'S NOT GIVEN ME ANY ERROR
KINDLY SOLVE THIS ISSUE
by rizwan4season
26 Dec 2020, 02:05
Forum: Ask for Help (v1)
Topic: Help it's giving me error Selenium
Replies: 3
Views: 153

Help it's giving me error Selenium

Code: Select all

repeat:
sleep,500
if driver.findElementByID("IconImg_rptViewer1_toptoolbar_export")
{
	driver.findElementByID("IconImg_rptViewer1_toptoolbar_export").click	
}
else
{
	goto,repeat
}
[Mod edit: [code][/code] tags added.]
by rizwan4season
26 Dec 2020, 01:57
Forum: Ask for Help (v1)
Topic: Chrome Closed after Complete Script
Replies: 3
Views: 232

Chrome Closed after Complete Script

driver:= ComObjCreate("Selenium.WebDriver") Driver.Start("chrome", "https www.EXAMPLE.COM /") Broken Link for safety driver.Get("/") driver.findElementByID("txtLogin").SendKeys("XI2DC") driver.findElementByID("txtPassword").SendKeys("HELI") click: Loop { driver.findElementByID("imgbtnLogin").click ...
by rizwan4season
26 Dec 2020, 01:51
Forum: Ask for Help (v1)
Topic: HOW CAN I CLICK ON XPATH
Replies: 2
Views: 810

Re: HOW CAN I CLICK ON XPATH

THANKS IT'S WORKING.................!
by rizwan4season
26 Dec 2020, 01:24
Forum: Ask for Help (v1)
Topic: HOW CAN I CLICK ON XPATH
Replies: 2
Views: 810

HOW CAN I CLICK ON XPATH

driver.findElementByID("ctl00_ContentPlaceHolder2_dgSubmitted_ctl02_lbPrint").Click Driver_Wait(driver_load) driver := ChromeGet() ;MsgBox, % driver.Window.Title "`n" driver.Url driver.findElementByID("IconImg_rptViewer1_toptoolbar_export").Click ;====================================================...
by rizwan4season
25 Dec 2020, 00:37
Forum: Ask for Help (v1)
Topic: Selenium if this element exists Problem
Replies: 2
Views: 531

Re: Selenium if this element exists Problem

Thanks Xra it's Working
Kindly i have a one more question
When this Script Fully load and run Chorme automate Closed i am Still not understand
When i use driver:= ComObjCreate("Selenium.WebDriver") why Chorme Closed....?
by rizwan4season
24 Dec 2020, 12:06
Forum: Ask for Help (v1)
Topic: Selenium if this element exists Problem
Replies: 2
Views: 531

Selenium if this element exists Problem

click: driver.findElementByID("imgbtnLogin").click Exists := driver.findElementByID("lblError").Attribute("innerText");When disappear this line from Chorme Web page it's give me error MSG_ERROR := InStr(Exists,"000") if(MSG_ERROR > 0) { goto,click } else { msgbox,done } [Mod edit: [code][/code] tag...

Go to advanced search