Powered by Blogger.

Social Icons

Featured Posts

Showing posts with label chrome. Show all posts
Showing posts with label chrome. Show all posts

Open a Website with Selenium

Thursday, April 03, 2025

 import time

from selenium import webdriver


driver = webdriver.Chrome()

driver.get("https://www.example.com")


time.sleep(5)

driver.quit()

Error #204: It seems UI.Vision RPA is not installed yet - or you need to turn on Allow access to file URLs for UI.Vision RPA in your browser extension settings.

Monday, April 03, 2023

 Follow the steps to enable Allow access to file URLs:

Click Extensions icon

Click 3 dots (...) next to UI Vision RPA

Click Manage Extension



Scroll down and enable Allow access to file URLs



Change Language in Google Doc Voice Typing

Wednesday, February 15, 2023

Open Google Doc

Click Tools - Voice typing

Click Drop Down menu 



Select Language



Import Passwords to Chrome Browser

Monday, February 13, 2023

 Open chrome://flags in Chrome Browser

Type password import in Search flags

Choose Enabled from dropdown list box

Click Relaunch button

Open chrome://settings/passwords in Chrome Browser

Click three-dot button in Saved Passwords 

Click Import passwords

Locate CSV file and click Open



Close Google Chrome browser from terminal

Run the following command from terminal

taskkill /F /IM chrome.exe

Same command can be used to close other processes.

Just replace chrome.exe with the process name and include extension as well.

Clear Google Chrome Console History

Thursday, November 03, 2022

 Open Console

Right click in console and click Clear console history



Macro length exceeds 2500 lines, this might take too long to load

Tuesday, July 11, 2017

Go to about:config in Firefox

Enter extensions.imacros.maxMacrolength in search



Double click extensions.imacros.maxMacrolength

Type 5000 or whatever length you want it to be.


Click OK


Now iMacros won't display message if number of lines in code don't exceed specified number.
 

Translate

Popular Posts